Documentation Index
Fetch the complete documentation index at: https://beta.docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Full UTXO history: blocks, transactions, inputs (with prevout data), and outputs.
| Property | Value |
|---|---|
| Network ID | bitcoin-mainnet |
| Real-time | Yes |
Endpoint
Quick start
Schema
Blocks
Blocks
| Field | Type | Description |
|---|---|---|
number | integer | Block height |
hash | string | Block hash |
parentHash | string | Parent block hash |
timestamp | integer | Block timestamp (Unix) |
merkleRoot | string | Merkle root |
size | integer | Total block size (bytes) |
weight | integer | Block weight (BIP 141) |
Transactions
Transactions
| Field | Type | Description |
|---|---|---|
transactionIndex | integer | Index in the block |
txid | string | Transaction ID |
hash | string | Tx hash (witness-aware) |
size | integer | Total size (bytes) |
vsize | integer | Virtual size |
weight | integer | Weight |
version | integer | Tx version |
locktime | integer | Earliest time/height for inclusion |
Inputs
Inputs
| Field | Type | Description |
|---|---|---|
transactionIndex | integer | Parent transaction index |
inputIndex | integer | Index of this input |
txid | string | Tx ID of the spent output |
vout | integer | Index of the spent output |
scriptSigHex | string | ScriptSig in hex |
prevoutValue | number | Value of the spent output (BTC) |
prevoutScriptPubKeyAddress | string | Address of the spent output |
Outputs
Outputs
| Field | Type | Description |
|---|---|---|
transactionIndex | integer | Parent transaction index |
outputIndex | integer | Index of this output |
value | number | Value (BTC) |
scriptPubKeyHex | string | ScriptPubKey in hex |
scriptPubKeyType | string | Output type |
scriptPubKeyAddress | string | Output address |
Reference
API Reference
Field definitions and query syntax
Portal Migration
Migrate from v2 archives to Portal
