elsinaAVG Block time
    Updated 2025-05-26
    select
    avg(datediff(second,a.block_timestamp, b.block_timestamp)) as Avg_block_time
    from mezo.testnet.fact_blocks a, mezo.testnet.fact_blocks b
    where
    a.block_number = b.block_number - 1


    Last run: 8 days ago
    AVG_BLOCK_TIME
    1
    3.766715
    1
    12B
    2s