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