Skip to main content
Schema: movement.core Table: fact_blocks Type: View Block-level data for the Movement blockchain. Contains information about each block including transaction counts and version ranges.

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERThe block number.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp of the block.
BLOCK_HASHTEXTThe hash of the block.
FIRST_VERSIONNUMBERThe first transaction version in this block.
LAST_VERSIONNUMBERThe last transaction version in this block.
TX_COUNTNUMBERThe number of transactions in the block.
FACT_BLOCKS_IDTEXTUnique identifier for the row.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified.