Eman-RazTransactions & Users per Year
    Updated 2025-03-29
    select date_trunc('year',block_timestamp) as "Date", count(distinct tx_id) as "Number of Transactions",
    count(distinct tx_from) as "Number of Users"
    from axelar.core.fact_transactions
    group by 1
    order by 1

    Last run: 27 days ago
    Date
    Number of Transactions
    Number of Users
    1
    2021-01-01 00:00:00.0001530215
    2
    2022-01-01 00:00:00.0001990960615034
    3
    2023-01-01 00:00:00.0009052637435060
    4
    2024-01-01 00:00:00.00016469384271417
    5
    2025-01-01 00:00:00.0003118059919672
    6
    3303941384
    6
    230B
    70s