I have a running Bitcoin node which downloads all block .dat files.
Now I would like to parse these files into a Python script and receive only the transaction data.
Afterwards, I am planning to push the data into Google BigQuery for analysis.
Does anyone have a good source for such a python script?
Many thanks in advance!