Skip to content

Inspect. Verify. Trust.

Analyze HIVE blockchain transactions. Verify signatures, trace authority paths, and decode operations in seconds.

transaction.json

  "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"
      
    
  ]
Signature Valid Active Authority 2 Operations

Everything you need to analyze transactions

From signature verification to authority tracing, Transaction Inspector gives you complete visibility into HIVE blockchain operations.

01

Signature Verification

Verify transaction signatures against public keys. Instantly confirm cryptographic validity and detect tampering.

02

Authority Path Tracing

Trace the complete authority chain — direct signing or delegated authority paths visualized as an interactive graph.

03

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

JSON Transaction

{
  "ref_block_num": 1234,
  "operations": [
    ["transfer", {
      "from": "alice",
      "to": "bob"
    }]
  ]
}
HASH / ID

Transaction Hash

abc123def456...789

Paste any transaction ID — the inspector fetches it directly from the HIVE blockchain.

HEX / BINARY

Binary & Hexadecimal

0x1f8b0800000000000003...

Raw binary or hex-encoded transactions are decoded automatically.

FILE UPLOAD

File Upload

Drop your file here .json, .bin, or .hex

Upload JSON, binary, or hex files. Auto-detection of format included.

Authority Types

Posting
Most Common
Social operations — voting, commenting, posting. The most commonly used authority level.
Post / comment Upvote / downvote Reblog
Active
Financial
Financial operations — transfers, market orders, witness voting. Controls your wallet.
Transfers Power up / down Witness votes
Owner
Highest Level
Account recovery and authority changes. The highest level — use with extreme caution.
Change keys Account recovery

The Transaction Inspector automatically detects which authority level each operation requires and verifies the corresponding signatures.