Skip to main content
Schema: eclipse.core Table: fact_blocks Type: Base Table Contains general information about each block produced on Eclipse.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERSlot for which a block can be created.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
NETWORKTEXTEclipse network name
CHAIN_IDTEXTchain identifier, this will always be eclipse. Field is used in joins with crosschain tables
BLOCK_HEIGHTVARIANTHeight of the block
BLOCK_HASHTEXTHash of the block
PREVIOUS_BLOCK_IDVARIANTprevious slot value
PREVIOUS_BLOCK_HASHTEXTPrevious block’s hash value
FACT_BLOCKS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the record was initially created and inserted into this table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which this record was last modified by an internal process.