Live, client-side, unofficial
Bloch-SIS-PoW block explorer
Reads the public JSON-RPC of a single reference node directly from your browser — no server, no database, no backend of ours in the middle. Auto-refreshes every 12 seconds.
Not official. Not canonical. One node's view.
This explorer reads the public JSON-RPC of a single node (blochv-node.fly.dev) as a convenience — Bloch-SIS-PoW has no official explorer, and anyone can run their own. One node's view is not consensus. The underlying chain is unaudited mainnet-beta, low-hashrate, and 51%-attackable at this network size — see the full disclaimer. Descriptive, not guaranteed: everything below is "what this one node currently reports," not a verified or final truth.
Latest blocks
Walked down from the current tip height via getblockbyheight. Click a row for full header detail.
| Height | Hash | Blue score | Bits | Nonce | Parents | Txs | Time (UTC) |
|---|---|---|---|---|---|---|---|
| Loading… | |||||||
Query it yourself
Everything on this page is reproducible with a plain curl:
curl -s -X POST https://blochv-node.fly.dev/ \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"getdaginfo","params":[]}'
See the full RPC reference on the main page for every method this explorer (and your own node) can call.