About this explorer

A real-time block explorer for Zero Chill Units — an EVM chain secured by Scrypt proof-of-work with AuxPoW merged mining. Everything you see is read live from a Zero Chill node; nothing is cached longer than a few seconds.

Chain parameters

NetworkZero Chill Units Mainnet
TickerZCU
Chain ID90031273 (0x55d4529)
Decimals18
ConsensusScrypt PoW + AuxPoW merged mining
ClientGeth v1.10.26-stable
Genesis0x5955f084185288486e2917322958294b47e4a94156f4d02bbb918dfdadcd515a
P2P port31347
Public RPChttps://node-zcu.honest.money

Where the data comes from

This site talks to a go-ethereum node over JSON-RPC and re-serves the results through its own public API. Blocks, transactions, receipts, balances, the txpool and mining stats are all live reads — there is no third party in the path.

What is not here yet

Per-address transaction history, token transfers and a richlist all require indexing every block's logs into a database. Live state (balances, nonces, contract code) is exact today; historical queries arrive with the indexer.

Run a node

Full setup instructions, genesis file and peer list live at zerochill.com/build. Source for the node client is at the zcu-geth repository.