zakkisyedCountdown Hours
    Updated 2023-07-19
    SELECT
    FLOOR(DATEDIFF('hour', MAX(block_timestamp), TIMESTAMP '2023-04-12 22:57:00')) AS hours_left
    FROM
    ethereum.core.fact_transactions;

    Run a query to Download Data