Inspect. Verify. Trust.
Analyze HIVE blockchain transactions. Verify signatures, trace authority paths, and decode operations in seconds.
"ref_block_num": 78432,
"ref_block_prefix": 2981674523,
"expiration": "2024-01-15T12:30:00",
"operations": [
"type": "transfer_operation",
"value":
"from": "alice",
"to": "bob",
"amount": "10.000 HIVE",
"memo": "Payment for services"
]
Everything you need to analyze transactions
From signature verification to authority tracing, Transaction Inspector gives you complete visibility into HIVE blockchain operations.
Signature Verification
Verify transaction signatures against public keys. Instantly confirm cryptographic validity and detect tampering.
Authority Path Tracing
Trace the complete authority chain — direct signing or delegated authority paths visualized as an interactive graph.
Operations Breakdown
See every operation in the transaction with required authority levels, color-coded by type: posting, active, or owner.
Formats & authority levels
Transaction Inspector handles every input format and verifies against HIVE's three-tier authority system.
Supported Formats
JSON Transaction
{
"ref_block_num": 1234,
"operations": [
["transfer", {
"from": "alice",
"to": "bob"
}]
]
} Transaction Hash
abc123def456...789 Paste any transaction ID — the inspector fetches it directly from the HIVE blockchain.
Binary & Hexadecimal
0x1f8b0800000000000003... Raw binary or hex-encoded transactions are decoded automatically.
File Upload
Upload JSON, binary, or hex files. Auto-detection of format included.
Authority Types
The Transaction Inspector automatically detects which authority level each operation requires and verifies the corresponding signatures.