I am looking to do some analysis on the Ethereum blockchain, particularly, looking for correlations in the data between available hash power and transaction confirmation times.
However, I am unable to make sense of how to go about downloading either of the blockchains or extract the transaction and worker information from them. Ideally, I would download the blockchains, then use a python script to extract the relevant information from the blockchain to a CSV file or something like that? Any pointers on how this can be achieved?