Real-time blockchain explorer with transaction tracking, validator stats, and mining dashboards.
PYRAX Explorer is a web-based block explorer for the PYRAX blockchain, built with Next.js 14 and React.
- Real-time block and transaction tracking
- Address balance and history
- Validator statistics and staking info
- Mining pool statistics
- Network health dashboard
- TriStream visualization
- Dark/Light mode support
- Mobile responsive design
- Framework: Next.js 14 (App Router)
- Styling: TailwindCSS
- Components: shadcn/ui
- Icons: Lucide React
- Charts: Recharts
- State: React Query
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm start
NEXT_PUBLIC_RPC_URL=https://rpc.pyrax.org
NEXT_PUBLIC_WS_URL=wss://ws.pyrax.org
NEXT_PUBLIC_NETWORK=mainnet
The explorer automatically deploys via GitHub Actions:
devnetbranch β explorer.devnet.pyrax.orgtestnetbranch β explorer.testnet.pyrax.orgmainnetbranch β explorer.pyrax.org
MIT License - see LICENSE for details.