
Anatomy of Bitcoin UTXO. Image Source: Liu, Y., Zhang, L. & Zhao, Y.
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:- mempool — recommended block explorer
- blocks
- transactions