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
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.