Mrfti2024-07-24 06:13 PM copy copy
    Updated 16 hours ago
    -- forked from 2024-07-24 06:13 PM copy @ https://flipsidecrypto.xyz/studio/queries/e58d2eb4-3cf0-441d-9078-7f8b86ca6ebe

    SELECT
    date_trunc (day, block_timestamp) as "Date",
    count (DISTINCT tx_id) as "Total Transaction",
    sum ("Total Transaction") over (order by "Date") as "Cumulative tx count",
    sum (fee) as "Total fee ($Aleo)",
    sum ("Total fee ($Aleo)") over (order by "Date") as "Cumulative fee ($Aleo)"
    from aleo.core.fact_transactions
    GROUP by 1


    Last run: about 16 hours agoAuto-refreshes every 12 hours
    Date
    Total Transaction
    Cumulative tx count
    Total fee ($Aleo)
    Cumulative fee ($Aleo)
    1
    2025-04-02 00:00:00.000208315167424313414.4343291756907.824497
    2
    2025-04-10 00:00:00.00066488187080841599.3651661779493.839892
    3
    2025-04-17 00:00:00.00045753190927191129.4882941789415.805253
    4
    2025-04-20 00:00:00.00047995192432631297.1212191793235.252958
    5
    2025-05-13 00:00:00.0003871820360188910.3413031816064.236949
    6
    2025-05-14 00:00:00.0003859720398785908.7309611816972.96791
    7
    2025-05-18 00:00:00.0003602220549367741.4184681820205.368468
    8
    2025-05-20 00:00:00.0003627120621019751.5850251821705.251524
    9
    2025-05-28 00:00:00.0002684721039576995.2473331831944.655781
    10
    2024-09-28 00:00:00.00026788513909861103.52145313611.913186
    11
    2024-10-28 00:00:00.000103706343568620247.16751366695.092225
    12
    2024-10-14 00:00:00.0001998516876472243.73345341129.038948
    13
    2024-11-12 00:00:00.00099122478905818834.040114620554.761319
    14
    2024-10-24 00:00:00.000158254300465432384.79771282457.318666
    15
    2024-10-13 00:00:00.0001503016676621319.12315738885.305495
    16
    2024-11-20 00:00:00.00089621555780114595.97543760839.003245
    17
    2024-11-30 00:00:00.000115523655617818110.675856920725.333592
    18
    2024-12-03 00:00:00.000105976684856816870.836774966358.3197
    19
    2024-12-09 00:00:00.00093671746216914093.4086411061754.23487
    20
    2024-11-03 00:00:00.00072423394303213565.128163461268.938417
    ...
    267
    18KB
    50s