Raw
Last updated
Was this helpful?
Last updated
Was this helpful?
The raw data schema includes blocks, transactions, transaction input, and transaction output of Bitcoin data.
Our realtime Bitcoin raw schema contains the following tables:
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.
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