Blazeeth daily trans
    Updated 2024-01-31
    -- forked from 2024-01-31 06:42 PM copy @ https://flipsidecrypto.xyz/edit/queries/18855e17-1dc6-4f70-86ae-01e8037967ab

    select
    date_trunc('day',block_timestamp) as day,
    count(distinct tx_hash) as eth_transactions
    from
    ethereum.core.fact_transactions as eth
    where
    date_trunc('day',block_timestamp) >date_trunc('day',CURRENT_TIMESTAMP) - interval '12 months'
    and status='SUCCESS'
    group by 1




    Last run: about 1 year ago
    DAY
    ETH_TRANSACTIONS
    1
    2023-07-20 00:00:00.0001018668
    2
    2023-06-22 00:00:00.0001021765
    3
    2023-08-01 00:00:00.0001041275
    4
    2023-08-05 00:00:00.0001096633
    5
    2023-03-23 00:00:00.0001054724
    6
    2023-02-06 00:00:00.0001048345
    7
    2023-03-19 00:00:00.000960934
    8
    2023-12-15 00:00:00.0001140711
    9
    2024-01-24 00:00:00.0001063317
    10
    2023-05-08 00:00:00.0001092421
    11
    2023-07-25 00:00:00.000956796
    12
    2023-07-27 00:00:00.000966918
    13
    2023-09-04 00:00:00.000926766
    14
    2023-02-04 00:00:00.0001033600
    15
    2023-06-23 00:00:00.0001028768
    16
    2023-10-07 00:00:00.000977015
    17
    2023-03-08 00:00:00.000978537
    18
    2024-01-13 00:00:00.0001197988
    19
    2024-01-17 00:00:00.0001159195
    20
    2023-07-13 00:00:00.0001090777
    ...
    365
    13KB
    45s