Skip to main content
The ton dataset holds the standardized TON tables. History starts 2019-11.

Tables

TableSince
block_headersNot partitioned
blocks2019-11
messages2019-11
shardsNot partitioned
transactions2019-11

Sample queries

transactions and messages split by day on block_timestamp, and blocks on timestamp. Bound that column in every query against them. block_headers and shards carry no partition key, so every query against those two reads the whole table.
Count daily transactions over one week.