| block_height | NUMBER(38,0) | The sequential number of the block in the blockchain. |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the block was created. |
| block_hash | VARCHAR(16777216) | The hash of the block. |
| block_event_index | NUMBER(38,0) | The index of the event within the block. |
| type | VARCHAR(16777216) | The type of the block event. |
| block_event_attribute_count | NUMBER(38,0) | The number of attributes associated with the block event. |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |
| block_event_kind | VARCHAR(16777216) | The phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immedatiately before block commit) |