Mitymax transacton count on ethereum mainnet block
    Updated 2023-04-13
    select max(TX_COUNT)as max_tx_count
    from ethereum.core.fact_blocks
    Run a query to Download Data