Flipside Axelar AnalystsNumber of Users on Various Chains in Web3
    Updated 2025-05-28
    with tam as (
    with arbitrum as (select 'Arbitrum' as "Chain", count(distinct from_address) as "Total Users"
    from arbitrum.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    avalanche as (select 'Avalanche' as "Chain", count(distinct from_address) as "Total Users"
    from avalanche.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    base as (select 'Base' as "Chain", count(distinct from_address) as "Total Users"
    from base.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    bsc as (select 'Bsc' as "Chain", count(distinct from_address) as "Total Users"
    from bsc.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    ethereum as (select 'Ethereum' as "Chain", count(distinct from_address) as "Total Users"
    from ethereum.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    polygon as (select 'Polygon' as "Chain", count(distinct from_address) as "Total Users"
    from polygon.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    optimism as (select 'Optimism' as "Chain", count(distinct from_address) as "Total Users"
    from optimism.core.fact_transactions
    where block_timestamp::date>='2024-01-01' and tx_succeeded='TRUE'
    group by 1),

    Last run: 15 days ago
    Chain
    Total Users
    1
    Axelar
    77666
    2
    Osmosis
    760146
    3
    Gnosis
    1269646
    4
    Cosmos
    1577804
    5
    Blast
    1856337
    6
    Sonic
    2289051
    7
    Berachain
    2593614
    8
    Scroll
    2662102
    9
    Stellar
    2696295
    10
    Mantle
    5690564
    11
    Linea
    6243683
    12
    Unichain
    6244876
    13
    Fantom
    7090651
    14
    Celo
    8373313
    15
    Avalanche
    8730739
    16
    Zcsync
    9230255
    17
    Flow
    12462518
    18
    Optimism
    14087923
    19
    Ronin
    19152477
    20
    Sei
    21373983
    26
    504B
    459s