> FORK_WATCH
Fork Watch
Monitor chain forks, orphaned blocks, and competing tips on the Zcash network. When miners produce blocks at the same height, the network resolves to a single chain — losing blocks become orphans.
Loading reorg data...
Report Competing Tips
Node operators can help monitor chain health by reporting their tip block hash. If your node sees a different block at the same height, it will be recorded as a potential fork.
POST https://api.mainnet.cipherscan.app/api/uncle/report{
"height": 3363000,
"hash": "0000000000...",
"node_id": "my-zebra-node" // optional
}