Everything your XDC node needs, in one place.
Live network state, chaindata snapshots, RPC endpoints, explorers, hardware sizing and health checks — for validators, full-node operators and developers running XDC mainnet, Apothem or a devnet.
Live via the public mainnet RPC (rpc.xinfin.network), read-only, refreshed every 12s. Falls back gracefully if the endpoint rate-limits.
Resources
Snapshots
Skip the historical sync. Mainnet, Apothem & devnet chaindata, browsable below.
Browse snapshots ↓RPC endpoints
Public JSON-RPC for mainnet (50) and Apothem (51). Add to your wallet below.
Endpoints ↓RPC endpoints & chain IDs
Connect a wallet, node or dApp. Every value is shown here — the buttons just save you the typing.
RPC: rpc.xinfin.network
Backup: erpc.xinfin.network
Explorer: xdcscan.io
RPC: rpc.apothem.network
Faucet: faucet.apothem.network
Explorer: testnet.xdcscan.com
Chaindata snapshots
A live, sorted view of the snapshot server — newest first. Restore from a recent snapshot instead of syncing from genesis. The -latest files always point at the freshest snapshot for that network and type.
| Snapshot | Network | Type | Size | Updated | Get |
|---|---|---|---|---|---|
| Fetching the snapshot index… | |||||
wget -c https://xdc.network/snapshots/xdc168-mainnet-fast-latest.tar.zstzstd -d --long=27 xdc168-mainnet-fast-latest.tar.zst -c | tar -xf - -C /path/to/XDC/chaindataHelper scripts on the server: install.sh · one.sh. Always verify the .sha256 after download. Full setup: /run.
Health checks
Confirm your node is live and in sync. These hit the read-only public RPC — swap in http://localhost:8989 to check your own node.
curl -s https://rpc.xinfin.network -X POST -H 'content-type: application/json' --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'curl -s https://rpc.xinfin.network -X POST -H 'content-type: application/json' --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}'curl -s https://rpc.xinfin.network -X POST -H 'content-type: application/json' --data '{"jsonrpc":"2.0","method":"XDPoS_networkInformation","params":[],"id":1}'Connecting or observing the network rather than running it? See Network & tools for the in-browser RPC console and live client-parity checks.