Use Case
Track Bitcoin outputs to:- Monitor Taproot adoption (witness_v1_taproot outputs)
- Analyze UTXO set composition by script type
- Track value flow to specific address types
- Build address balance tracking systems
Sample Response
Field Descriptions
transactionIndex- Index of the parent transaction within the blockoutputIndex- Index of this output within the transactionvalue- Output value in satoshisscriptPubKeyType- Script type (e.g.pubkeyhash,scripthash,witness_v0_keyhash,witness_v1_taproot,nulldata)scriptPubKeyAddress- Output address (when applicable)

