Table description
Thesei.cosmos_blocks table contains each validated block in the chain. block_timestamp is only available in this table, so you need to do an inner join on block_height to get block_timestamp to other tables.
Block data — block height, timestamp, proposer, and transaction count on Sei.
sei.cosmos_blocks table contains each validated block in the chain. block_timestamp is only available in this table, so you need to do an inner join on block_height to get block_timestamp to other tables.