cypherN low transaction blocks
    Updated 2022-09-10
    select count(block_number) as n_blocks
    from ethereum.core.fact_blocks
    where tx_count >= 0 and tx_count <= 3
    Run a query to Download Data