permarycollective-silver
    Updated 2024-10-28
    select
    date(block_timestamp) as date,
    count(*) as total_tx
    from kaia.core.fact_transactions
    where date(block_timestamp) = current_date
    group by date
    order by date;
    Last run: 3 months ago
    DATE
    TOTAL_TX
    1
    2024-10-21 00:00:00.000343574
    1
    36B
    1s