piperBase - Total blocks
    Updated 2023-09-19
    SELECT
    COUNT(DISTINCT BLOCK_NUMBER) AS "Total Number of Blocks"
    FROM
    base.core.fact_transactions
    WHERE
    status = 'SUCCESS'
    Run a query to Download Data