Lux Docs

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

ChainURLChain ID
C-Chainexplore.lux.network96369
Zooexplore-zoo.lux.network200200
Hanzoexplore-hanzo.lux.network36963
SPCexplore-spc.lux.network36911
Parsexplore-pars.lux.network494949

Repositories

ComponentRepositoryTechnology
Explorergithub.com/luxfi/explorerGo 1.26, SQLite, BadgerDB
Frontendgithub.com/luxfi/exploreNext.js 15, React 19, Chakra UI v3
Legacy (archived)github.com/luxfi/explorer-v1Elixir/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

On this page