Lux Docs

Indexer Integration

Using the Lux Indexer as the explorer backend

The Lux Explorer is a Go single-binary indexer that replaced the legacy Blockscout Elixir backend (now archived at github.com/luxfi/explorer-v1).

API Endpoints

The explorer serves /v1/explorer/* endpoints:

EndpointSupported
/v1/explorer/blocksYes
/v1/explorer/transactionsYes
/v1/explorer/addresses/:hashYes
/v1/explorer/tokensYes
/v1/explorer/statsYes
GraphQLYes
WebSocketYes

Frontend Configuration

Point the explore frontend to the explorer backend:

NEXT_PUBLIC_API_HOST=http://api-explore.lux.network

No frontend code changes required.

Capabilities

CapabilitySupported
EVM indexing (C, Zoo, Hanzo, SPC, Pars)Yes
DAG chain indexing (X, A, B, Q, T, Z, K)Yes
P-Chain indexingYes
Multi-chain (100+)Yes
DeFi protocol indexingYes
PQ encrypted backupsYes
White-labelYes

On this page