Hello, does anyone know where I could obtain historical data on Ethereum block sizes? I’m not looking for daily averages (got that) but for block by block data, simply (height, size) tuples.
If any of you are running an Ethereum node it would be really cool if you can dump this data somewhere. For example, I extracted the same data from my BCH node: https://gitlab.com/0353F40E/autoebs/-/blob/master/blocksizes.csv
All I had to do was query the node’s database and dump the output into a .csv, would anyone here be so kind to provide me with a data dump for Ethereum?