Lux Docs

Lux Explorer

Full-featured blockchain explorer for the Lux Network

The Lux Explorer is a Blockscout-based blockchain explorer with a modern Next.js frontend, customized for the Lux Network ecosystem.

Architecture

┌──────────────────────────┐     ┌──────────────────────────┐
│   Frontend (Next.js 15)  │     │   Backend (Blockscout)   │
│   React 19, Chakra UI v3 │────►│   Elixir/Erlang OTP      │
│   explore.lux.network    │     │   Phoenix + Absinthe      │
└──────────────────────────┘     └────────────┬─────────────┘

                                 ┌────────────▼─────────────┐
                                 │      PostgreSQL           │
                                 │  + Redis Cache            │
                                 └────────────┬─────────────┘

                                 ┌────────────▼─────────────┐
                                 │   luxd (JSON-RPC)         │
                                 │   C-Chain + Subnets       │
                                 └──────────────────────────┘

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
Backendgithub.com/luxfi/explorerElixir 1.19, Erlang 27, PostgreSQL
Frontendgithub.com/luxfi/exploreNext.js 15, React 19, Chakra UI v3
Indexergithub.com/luxfi/indexerGo 1.26, PostgreSQL, BadgerDB

Key Features

  • Real-time block and transaction indexing
  • Smart contract verification (Solidity)
  • Token tracking (ERC20, ERC721, ERC1155)
  • REST API v2 + 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