Query all Bitcoin transactions in a block range with full transaction metadata including txid, hash, size, and weight.Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
Analyze Bitcoin transaction activity to:- Monitor transaction volume and sizes
- Track SegWit adoption via vsize vs size comparison
- Analyze block utilization and fee markets
- Build transaction analytics dashboards
Sample Response
Field Descriptions
txid- Transaction ID (double SHA-256 of serialized transaction without witness data)hash- Transaction hash (includes witness data; differs from txid for SegWit transactions)size- Total transaction size in bytes (including witness)vsize- Virtual size (weight / 4), used for fee calculationweight- Transaction weight (non-witness bytes * 4 + witness bytes)version- Transaction version numberlocktime- Earliest time or block height at which the transaction can be included
