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