mamad-5XN3k3BOB vs. Other Chains
    Updated 23 hours ago
    with pricet as (
    select
    'Core' as sym,
    Hour::date as pdate,
    avg(price) as price
    from core.price.ez_prices_Hourly
    where symbol = 'CORE'
    group by 1,2

    union

    select
    'ETH' as sym,
    Hour::date as pdate,
    avg(price) as price
    from ethereum.price.ez_prices_Hourly
    where symbol = 'ETH'
    and token_address is null
    group by 1,2
    )

    select
    'Arbitrum' as Chain,
    date_trunc('{{Frame}}', block_timestamp) as day,
    count(distinct TX_HASH) as txs,
    txs/count(DISTINCT date_trunc('{{Frame}}', block_timestamp))/(case when '{{Frame}}' = 'Hour' then 3600 when '{{Frame}}' = 'Day' then 86400 when '{{Frame}}' = 'Week' then 604800 when '{{Frame}}' = 'Month' then 2592000 else 1 end) as avg_tps,
    COUNT(DISTINCT tx_hash) / TIMESTAMPDIFF(SECOND, MIN(block_timestamp), MAX(block_timestamp)) AS avg_tps2,
    sum(TX_FEE*price) as Fee,
    --sum(TX_FEE*price)/count(distinct TX_HASH) as avgFee,
    avg(TX_FEE*price) as avg_Fee,
    count(DISTINCT from_Address) as users,
    (sum(case when TX_SUCCEEDED ='TRUE' then 1 else 0 end)/txs)*100 as success_rate,
    txs/users as tx_per_user,
    txs/Count(DISTINCT date_trunc('{{Frame}}', block_timestamp)) as txs_per_day,
    users/count(DISTINCT date_trunc('{{Frame}}', block_timestamp)) as users_per_day
    from arbitrum.core.fact_transactions
    Last run: about 23 hours agoAuto-refreshes every 24 hours
    CHAIN
    DAY
    TXS
    AVG_TPS
    AVG_TPS2
    FEE
    AVG_FEE
    USERS
    SUCCESS_RATE
    TX_PER_USER
    TXS_PER_DAY
    USERS_PER_DAY
    1
    Core2025-04-16 00:00:00.0004484225.1900694444445.190191014.0864918620.00226145570917329094.35582.587697448422173290
    2
    Base2025-04-08 00:00:00.000703985781.47982638888981.48171397251.3993746110.0138143998381276294.01238.6616467039857812762
    3
    BOB2025-04-10 00:00:00.000707000.8182870370370.81830637.5299990520.0005308344986974099.81617.258727707009740
    4
    Core2025-03-27 00:00:00.0003317413.8395949074073.839773292.0010379570.000880207866916789299.42971.975919331741167892
    5
    Arbitrum2025-04-17 00:00:00.000189480221.93057870370421.93083310388.2771386820.00548251328618559886.662610.2091731894802185598
    6
    BOB2025-04-12 00:00:00.000738080.8542592592590.85427928.5354185080.00038661687771066499.90246.921237380810664
    7
    Core2025-04-21 00:00:00.0004050264.6878009259264.687964604.2112172970.0014917837819498598.5682.077216405026194985
    8
    Core2025-04-12 00:00:00.0003691684.2727777777784.272926493.4670826270.00133670058816866198.2972.188817369168168661
    9
    Base2025-03-26 00:00:00.000684852179.26528935185279.267124109479.0698076320.0159857974964703394.837610.58456848521647033
    10
    BOB2025-04-17 00:00:00.000710500.8223379629630.82235717.9010858460.00025195053971063099.84526.6839137105010630
    11
    Base2025-03-30 00:00:00.000694052080.33009259259380.33195290381.9752014960.01302236363102641194.13756.76193169405201026411
    12
    Arbitrum2025-04-06 00:00:00.000304336535.22413194444435.22454214215.7492097330.0703877941721927379.199113.8793423043365219273
    13
    Base2025-03-31 00:00:00.000751479286.97675925925986.978773111968.2963491770.0148997199695150594.08037.8977967514792951505
    14
    Core2025-04-07 00:00:00.0003297853.8169560185193.817044459.7786821480.00139417706114559996.76062.265022329785145599
    15
    BOB2025-04-05 00:00:00.000708530.820057870370.8200776.620875580.000093445239871033299.93376.8576277085310332
    16
    Base2025-04-10 00:00:00.000734885385.05616898148185.058138124626.660110670.01695865465111114393.67576.61377873488531111143
    17
    Base2025-04-18 00:00:00.000555132164.25140046296364.25288872719.0282862450.0130994097254525194.992610.1812215551321545251
    18
    Base2025-04-14 00:00:00.000798590592.42945601851992.431596100956.81528690.0126418753196335294.16918.2897067985905963352
    19
    Base2025-04-03 00:00:00.000756075387.50871527777887.51074197323.9971656420.01287226248114407694.86166.60861175607531144076
    20
    Base2025-04-12 00:00:00.000780315890.31432870370490.31641977420.450887290.009921681823130973195.23235.95783378031581309731
    ...
    124
    16KB
    56s