Skip to main content
Schema: movement.core Table: fact_blocks Type: Base Table

What

This table contains “block” level data for the Movement blockchain. This table can be used to analyze trends at a block level, for example total transactions over time. “The Movement blockchain doesn’t have an explicit notion of a block — it only uses blocks for batching and executing transactions. A transaction at height 0 is the first transaction (genesis transaction), and a transaction at height 100 is the 101st transaction in the transaction store.”

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERBLOCK_NUMBER column
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block was produced.
BLOCK_HASHTEXTThe hash of the block header for a given block.
FIRST_VERSIONNUMBERThe version number of the first transaction in the block.
LAST_VERSIONNUMBERThe version number of the last transaction in the block.
TX_COUNTNUMBERThe count of transactions in this block.
FACT_BLOCKS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.