Zcash Network & Shielded Supply Intelligence
Live JSON-RPC integration with the official Zcash Foundation Zebra node. Independently verify circulating supply, inspect block transactions, monitor node sync telemetry, and run live RPC queries.
Observatory Modules & Capabilities
Shielded Supply Integrity & Halvings
Mathematically audit all Value Pools (Sprout, Sapling, Orchard, Ironwood) reconciled against modelled ZIP-208 issuance and the NU6 lockbox.
getblockchaininfogetblocksubsidyz_gettreestateBlock & Transaction Deep Inspector
Search and inspect live Zcash blocks, decode raw transaction anatomy, classify privacy types (Coinbase, Shielding, Deshielding, Fully Shielded), and view pool value deltas.
getblock (verbosity 2)getrawtransactiongetblockhashZebra Node Operations & Sync HUD
Real-time sync progress tracking, peer mesh topology with round-trip pings, mempool footprint, and mining PoW Sol/s hashrate.
getpeerinfogetrawmempoolgetnetworksolpsgetinfoInteractive JSON-RPC Console
Execute 16 read-only Zcash JSON-RPC methods directly against your Zebra node with live syntax highlighting, millisecond latency timers, and multi-step recipe workflows.
allowlist validationrecipe runnerraw wire JSONCore Concepts Glossary
Quick reference guide for key privacy, supply verification, and consensus terms:
Zero-knowledge encrypted pools (Sapling, Orchard, Ironwood) where balances and transfers are private.
Public ledger balances (t-addresses) visible on-chain.
Cryptographic checkpoint verifying value moving out of older pools with zero inflation.
Mathematical block reward halving schedule (every 840,000 blocks).
The official independent Rust node client developed by the Zcash Foundation.
Standard communication protocol used by apps to query node state directly.