mar1na-catscatscodelocating block 16459790 on Avalanche
    Updated 2022-06-27
    select *
    from avalanche.core.fact_transactions
    where block_number = '16459790'

    -- also not in these tables:
    -- select *
    -- from avalanche.core.fact_blocks
    -- where block_number = '16459790'

    -- select *
    -- from avalanche.core.fact_event_logs
    -- where block_number = '16459790'

    -- select *
    -- from avalanche.core.fact_traces
    -- where block_number = '16459790'

    -- nothing also comes up searching a sample transfer tx hash from this block
    -- select *
    -- from avalanche.core.fact_transactions
    -- where tx_hash = '0xb7a8584f4393a50e0dfc5c6e8214dfeeeca4ba6ec30f05ada2417de62ec170d8'
    Run a query to Download Data