flipsidecryptoAll Chains Latency - Top-level Categories
    Updated 2024-10-30
    -- forked from forgash / All Chains Delay - Cats @ https://flipsidecrypto.xyz/forgash/q/all-chains-delay-DkdsNk
    -- forked from All Chains Delay @ https://flipsidecrypto.xyz/edit/queries/ba5b9498-40ec-4d44-9465-5f65b06b363d
    with
    arbitrum as (
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_blocks' as table_name
    from
    arbitrum.core.fact_blocks
    union
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_transactions' as table_name
    from
    arbitrum.core.fact_transactions
    union
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_event_logs' as table_name
    from
    arbitrum.core.fact_event_logs
    union
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'arbitrum' as chain,
    'fact_traces' as table_name
    from
    arbitrum.core.fact_traces
    ),
    aurora as (
    select
    datediff('second', max(block_timestamp), current_timestamp) / 60 as mins_behind,
    'aurora' as chain,
    Last run: 7 days ago
    CHAIN
    TABLE_TYPE
    MINS_BEHIND
    HRS_BEHIND
    1
    arbitrumevent_level60.71.011666666667
    2
    arbitrumtop_level60.71.011666666667
    3
    auroraevent_level29.950.499166666667
    4
    auroratop_level29.8333330.497222216667
    5
    avalancheevent_level54.7833330.91305555
    6
    avalanchetop_level54.7833330.91305555
    7
    axelarevent_level47.8083330.79680555
    8
    axelartop_level47.7583330.795972216667
    9
    baseevent_level50.6833330.844722216667
    10
    basetop_level50.6833330.844722216667
    11
    bitcoinevent_level25.8666670.431111116667
    12
    bitcointop_level25.8666670.431111116667
    13
    bscevent_level49.2666670.821111116667
    14
    bsctop_level49.2666670.821111116667
    15
    cosmosevent_level144.1833332.40305555
    16
    cosmostop_level129.14166652.152361108333
    17
    ethereumevent_level65.251.0875
    18
    ethereumtop_level65.251.0875
    19
    flowevent_level41.1833330.686388883333
    20
    flowtop_level41.1833330.686388883333
    34
    2KB
    398s