Lux Explorer
Full-featured blockchain explorer for the Lux Network
The Lux Explorer is a single-binary omni-chain block explorer with a Next.js frontend, purpose-built for the Lux Network ecosystem. It replaces the legacy Blockscout stack with a unified Go backend.
Architecture
┌──────────────────────────┐ ┌──────────────────────────┐
│ Frontend (Next.js 15) │ │ Backend (Go) │
│ React 19, Chakra UI v3 │────►│ Single binary indexer │
│ explore.lux.network │ │ SQLite + BadgerDB │
└──────────────────────────┘ └────────────┬─────────────┘
│
┌────────────▼─────────────┐
│ luxd (JSON-RPC) │
│ C-Chain + Chains │
└──────────────────────────┘Live Explorers
| Chain | URL | Chain ID |
|---|---|---|
| C-Chain | explore.lux.network | 96369 |
| Zoo | explore-zoo.lux.network | 200200 |
| Hanzo | explore-hanzo.lux.network | 36963 |
| SPC | explore-spc.lux.network | 36911 |
| Pars | explore-pars.lux.network | 494949 |
Repositories
| Component | Repository | Technology |
|---|---|---|
| Explorer | github.com/luxfi/explorer | Go 1.26, SQLite, BadgerDB |
| Frontend | github.com/luxfi/explore | Next.js 15, React 19, Chakra UI v3 |
| Legacy (archived) | github.com/luxfi/explorer-v1 | Elixir/Erlang (Blockscout fork) |
Key Features
- Real-time block and transaction indexing
- Smart contract verification (Solidity)
- Token tracking (ERC20, ERC721, ERC1155)
- REST API
/v1/explorer/*+ GraphQL + WebSocket subscriptions - Multi-chain support (5 explorers from one codebase)
- Dark mode default with monochrome theme
- OIDC authentication via hanzo.id
- Per-chain branding with dynamic favicons