Raw
Last updated
Was this helpful?
Last updated
Was this helpful?
The raw data schema includes blocks, transactions, transactions input, and transaction output of Bitcoin data.
To select for all inputs and outputs a user is involved in, you can use the following query for inputs
and the following query for outputs:
and union the two results if you want both
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.