Raw
The raw data schema includes blocks, transactions, transaction input, and transaction output of Bitcoin data.
Anatomy of Bitcoin UTXO. Image Source: Liu, Y., Zhang, L. & Zhao, Y.
Anatomy of Bitcoin UTXO. Image Source: Liu, Y., Zhang, L. & Zhao, Y.
Our realtime Bitcoin raw schema contains the following tables:
Raw Data Type | Description |
---|---|
blocks | Blocks data, including block size, difficulty, and confirmations. |
transactions | Transaction level data. |
inputs | Input data of Bitcoin transactions. |
outputs | Output data of Bitcoin transactions. |
Common Query Patterns
To retrieve the inputs of a certain transaction, you can use the following queries:
To retrieve the inputs and outputs of a user, you can use the following queries:
Additional resources:
-
mempool — recommended block explorer