Enterprise settlement verification console for Hyperledger Fabric networks. Paste exported block or transaction JSON from peer channel fetch to browse blocks, inspect transaction detail, view chaincode invocation history, and decode channel configuration summaries. Air-gapped — your ledger data never leaves this browser.
peer channel fetch commands, then paste the JSON output below. Live gRPC mode requires a connected Fabric node with TLS certificate — configure via your Fabric network tooling and paste the exported output here.
peer channel fetch newest out.jsonpeer tx query -c mychannel -i <TXID>peer channel getinfo -c mychannel
Settlement Verifier framing: This tool is positioned as a settlement verifier, not a block explorer. The distinction matters: a block explorer displays raw blockchain data for general browsing. This tool validates settlement finality conditions — specifically that the on-chain state matches the expected settlement outcome for a given trade, and that the transaction is endorsed by the correct organisations.
Fabric-specific validation: The verifier checks for: VALID/INVALID transaction status code, endorser MSP identity (Org1MSP/Org2MSP/Org3MSP), chaincode namespace, channel membership, and the presence of the trHash field (Travel Rule canonical XML hash) in private data collection references.
Reference: Tool 74 (DLT Settlement Verifier) provides equivalent functionality for Canton and Corda with WebCrypto signature verification.