Tool 59 · Core Infrastructure

Fabric Settlement
Verifier Console

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.

Zero PII · Air-GappedBlock · Transaction · ChaincodePaste-Mode (Fallback)Settlement Verifier — Not Block Explorer
Paste Mode (Fallback)
Export block or transaction data using 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.
Verifier Input
Data Source
Input Type Channel Name Paste JSON Output
Export Commands peer channel fetch newest out.json
peer tx query -c mychannel -i <TXID>
peer channel getinfo -c mychannel
Settlement Verification Report
⛓️
Awaiting Ledger Data
Paste JSON output from peer channel fetch or peer tx query, then click Verify & Decode. All decoding is air-gapped in your browser.
About This Tool

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.