1
i am looking for a .csv file of every block timestamp in bitcoin history with the block height. i can get one day at a time from bitcoin.info but i dont fancy manually copying and pasting over 3000 days worth and cleaning that data up. Does anyone know an efficient way to obtain this? i'll even settle for the daily block count, as long as its back to the genesis block and in .csv format.
Assume that this link from a new user contains malware. – Anonymous – 2019-01-25T08:30:15.383
1Take 5 seconds to open the Github profile and convince yourself it's not a malware. – medvedev1088 – 2019-01-25T08:33:13.163
1
Better than assuming it is benign. You might be interested in bitcoin-iterate that's likely many orders of magnitude faster, especially when all of the block files end up in memory.
– Anonymous – 2019-01-25T08:34:53.517Thanks! You might be interested in this public dataset https://bigquery.cloud.google.com/dataset/bigquery-public-data:crypto_bitcoin. Will take you a few seconds to export the entire blockchain to text files. Powered by blockchain-etl
– medvedev1088 – 2019-01-25T08:40:38.077