Celestia

Chain ID: celestia

For Celestia you'll find the following tables (new schema):

Raw Tables

When querying in BigQeury make sure you add the prefix celestia_ to all of the name tables below. For example, the table blocks should be:

select * from numia-data.celestia.celestia_blocks

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 the other tables.

Last updated