freemartianSolana Transaction status
    Updated 2025-01-20
    SELECT
    block_timestamp::date AS day,
    SUCCEEDED AS status,
    count(DISTINCT tx_id) AS transactions,
    FROM solana.core.fact_transactions
    WHERE block_timestamp >= current_date - 30
    GROUP BY 1,2






    Last run: 2 months ago
    DAY
    STATUS
    TRANSACTIONS
    1
    2024-12-25 00:00:00.000FALSE43027428
    2
    2025-01-17 00:00:00.000TRUE66709098
    3
    2025-01-08 00:00:00.000TRUE63138563
    4
    2025-01-13 00:00:00.000FALSE40828749
    5
    2024-12-22 00:00:00.000FALSE40435792
    6
    2025-01-12 00:00:00.000FALSE44030971
    7
    2025-01-17 00:00:00.000FALSE41073454
    8
    2025-01-13 00:00:00.000TRUE57029727
    9
    2024-12-26 00:00:00.000FALSE41883521
    10
    2025-01-16 00:00:00.000TRUE64156593
    11
    2025-01-10 00:00:00.000FALSE42316990
    12
    2025-01-11 00:00:00.000TRUE61537950
    13
    2024-12-25 00:00:00.000TRUE59169762
    14
    2024-12-21 00:00:00.000TRUE66738460
    15
    2024-12-29 00:00:00.000FALSE40007717
    16
    2024-12-24 00:00:00.000TRUE68350118
    17
    2025-01-06 00:00:00.000FALSE39397328
    18
    2025-01-11 00:00:00.000FALSE43160596
    19
    2025-01-04 00:00:00.000FALSE43173123
    20
    2025-01-09 00:00:00.000TRUE65061573
    62
    3KB
    255s