analyze_transaction
Decode and analyze Bitcoin transactions to examine inputs, outputs, fee rates, SegWit/Taproot flags, and detect inscriptions using transaction hash.
Instructions
Decode and analyze a transaction: inputs, outputs, fee rate, SegWit/Taproot flags, inscription detection.
Args: txid: Transaction hash (64 hex characters). Local nodes need txindex=1 for confirmed txs; the hosted API handles this automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |