Bitcoin
Bitcoin data tables available in SQL query
Bitcoin base type tables available to query
Table Name | Description |
---|---|
Block headers | |
Block headers from the last 30 minutes, ~3 blocks | |
Block transactions | |
Block transactions from the last 30 minutes, ~3 blocks | |
All inputs to transactions | |
Inputs to transactions from the last 30 minutes, ~3 blocks | |
All outputs from transactions | |
Outputs from transactions from the last 30 minutes, ~3 blocks |
The table list is also available as a SQL query using show tables
. For example:
The columns and their schema available for each table can be viewed with the describe <table>
command. For example:
Improving query performance - indexed columns
Table Name | Indexed Columns |
---|---|
|
|
|
|
|
|
|
|
Last updated