victory2023-06-04 09:56 PM
    Updated 2023-06-04
    SELECT * --COUNT(*) AS transaction_count
    FROM ethereum.core.fact_blocks
    --WHERE YEAR(timestamp) = 2023;
    LIMIT 10
    Run a query to Download Data