Updated 2025-04-06
    SELECT
    date_trunc('day', block_timestamp) as day,
    count(DISTINCT tx_hash) as trasactions,
    count(DISTINCT from_address) as active_wallets,
    sum(TX_FEE_PRECISE) as tx_fee_eth
    FROM ink.core.fact_transactions
    where TX_SUCCEEDED
    --and day > '2024-12-17 10:00:00.000'
    GROUP by 1


    Last run: 17 days ago
    DAY
    TRASACTIONS
    ACTIVE_WALLETS
    TX_FEE_ETH
    1
    2025-02-04 00:00:00.000192118460680.5454244617
    2
    2024-12-20 00:00:00.00010275027580.2370021383
    3
    2025-01-10 00:00:00.00011501854770.2726534158
    4
    2025-02-16 00:00:00.000291612741410.9689854304
    5
    2025-03-22 00:00:00.000304106985470.2803078805
    6
    2025-03-02 00:00:00.000251041681140.3721657181
    7
    2025-04-04 00:00:00.0003756521373430.4596828026
    8
    2025-01-18 00:00:00.00013267893660.7533405776
    9
    2024-12-08 00:00:00.0008640220
    10
    2024-12-28 00:00:00.00011414048820.3097659438
    11
    2024-12-14 00:00:00.00086537140.001222987919
    12
    2025-01-20 00:00:00.00011669447240.3565951179
    13
    2025-01-06 00:00:00.00011562560250.4561857884
    14
    2024-12-29 00:00:00.00011773258330.4057034567
    15
    2025-01-16 00:00:00.000140128106360.8368345853
    16
    2025-01-29 00:00:00.000232788793870.9439449577
    17
    2025-03-05 00:00:00.000286061779720.6398785946
    18
    2024-12-09 00:00:00.0008647580.08102805287
    19
    2025-04-03 00:00:00.0003795321457860.491004711
    20
    2025-01-27 00:00:00.0002851001092491.939631332
    ...
    122
    6KB
    23s