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 Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | The block number. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp of the block. |
| BLOCK_HASH | TEXT | The hash of the block. |
| FIRST_VERSION | NUMBER | The first transaction version in this block. |
| LAST_VERSION | NUMBER | The last transaction version in this block. |
| TX_COUNT | NUMBER | The number of transactions in the block. |
| FACT_BLOCKS_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |