Skip to main content

Table Details

PropertyValue
Table Namefilecoin.raw.blocks
Table StatusBeta 🌱
Unique Keytipset_timestamp, tipset_height, block_cid
Clustering Key(s)to_date("tipset_timestamp")

Table Columns

Column NameData TypeDescription
tipset_heightNUMBER(38,0)Filecoin tipset height (block height). A tipset is a set of blocks at the same height that form the canonical chain.
tipset_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the Filecoin tipset.
block_cidVARCHAR(16777216)Content identifier (CID) of this Filecoin block, used as the block’s unique address in the content-addressed storage system
block_indexNUMBER(38,0)Position of this block within the tipset’s block array
minerVARCHAR(16777216)The address of the beneficiary to whom the mining rewards were given.
bls_aggregateVARIANTAggregated BLS signature covering all BLS-signed messages in this block
beacon_entriesVARIANTArray of Drand randomness beacon entries included in this Filecoin block for verifiable randomness
block_sigVARIANTBlock producer’s BLS signature over this block
election_proofVARIANTWinning proof-of-spacetime ticket that qualified this miner to produce a block in this epoch
fork_signallingNUMBER(38,0)Miner-signalled value for network upgrade voting
messages_rootVARIANTCID of the AMT (Array Mapped Trie) containing all messages in this block
parent_base_feeNUMBER(38,0)Base fee of the parent tipset (attoFIL per gas unit), used to compute this tipset’s base fee
parent_weightNUMBER(38,0)Cumulative chain weight at the parent tipset
parent_message_receiptsVARIANTCID of the parent message receipts AMT
parent_state_rootVARIANTCID of the state tree root after applying the parent tipset
parent_block_cidsVARIANTArray of CIDs of the parent tipset’s blocks
ticketVARIANTMiner’s randomness ticket used to determine leader election eligibility
winning_proof_of_spacetime_proofVARIANTWinning proof-of-spacetime submitted by the miner to claim the block reward for this epoch
block_cid_rawVARCHAR(16777216)Raw bytes of the block CID before CID encoding
messagesVARIANTArray of messages emitted or received in this transaction.
message_countNUMBER(38,0)Number of messages included in this Filecoin block or tipset
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.