
Our Bitcoin Raw schema contains the following tables:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.

select spent_utxo_id, transaction_hash from bitcoin.raw.inputs where address0 = 'bc1...'
select utxo_id, transaction_hash from bitcoin.raw.ouptuts where address0 = 'bc1...'
| Raw | Description |
|---|---|
| blocks | Blocks data, including block size, difficulty and confirmations. |
| transactions | Transactions level data. |
| inputs | Input data of Bitcoin transactions. |
| outputs | Output data of Bitcoin transactions. |
| Schema | Description | Tables |
|---|---|---|
| Raw | Raw blockchain data. | blocks, inputs, outputs, transactions |
Was this page helpful?