Mrfti2024-07-25 01:01 AM
    Updated 2025-03-04
    SELECT
    date_trunc (day, block_timestamp) as date,
    count (DISTINCT block_number) as "Total blocks",
    sum ("Total blocks") over (order by date) as "cumulative blocks"
    from berachain.testnet.fact_blocks
    GROUP by 1
    Last run: about 2 months agoAuto-refreshes every 12 hours
    DATE
    Total blocks
    cumulative blocks
    1
    2025-01-23 00:00:00.000391129694644
    2
    2025-02-04 00:00:00.0003736810152342
    3
    2024-06-08 00:00:00.0003026854327
    4
    2024-07-07 00:00:00.000383561135516
    5
    2024-07-21 00:00:00.000460721761128
    6
    2024-10-11 00:00:00.000414705461716
    7
    2024-08-31 00:00:00.000417513719182
    8
    2024-09-19 00:00:00.000450214522259
    9
    2024-10-27 00:00:00.000394946135732
    10
    2024-10-26 00:00:00.000410746096238
    11
    2024-12-12 00:00:00.000410788028832
    12
    2024-12-25 00:00:00.000396568540695
    13
    2024-12-20 00:00:00.000382908340205
    14
    2025-01-21 00:00:00.000408589614065
    15
    2024-12-21 00:00:00.000389208379125
    16
    2024-06-13 00:00:00.00033379217059
    17
    2024-10-21 00:00:00.000435295893757
    18
    2024-06-28 00:00:00.00037689788517
    19
    2024-07-06 00:00:00.000383481097160
    20
    2024-07-11 00:00:00.000449171309795
    ...
    246
    10KB
    1s