Bitcoin Forum

Economy => Economics => Topic started by: redale on December 19, 2016, 09:13:24 PM



Title: Statistic data from Blockchain
Post by: redale on December 19, 2016, 09:13:24 PM
I am an italian student of economics and finance. I have an updated full node. I would like to obtain statistic data from the blockchain.
My intent is to be able to answer all possible questions (for example average number of transaction per second, btc spent per second, transaction fees per kb etc) without using a website like statoshi.info.

Are there any R (or eventually python) packages useful to access blockchain data to run a statistical analysis?

thank you in advance


Title: Re: Statistic data from Blockchain
Post by: alch1mista on December 22, 2016, 02:40:01 PM
I am interested in doing the same. I am also an italian student, please reach my by PM if you wish.
Start taking a look at this meanwhile, and good luck. https://www.cryptocoinsnews.com/block-parser-how-read-bitcoin-block-chain/


Title: Re: Statistic data from Blockchain
Post by: pietrod21 on December 23, 2016, 02:50:21 AM
just ask to lopp.net for the code behind statoshi.info... strange nobody has already done it.


Title: Re: Statistic data from Blockchain
Post by: sportis on December 23, 2016, 08:25:32 PM
I am an italian student of economics and finance. I have an updated full node. I would like to obtain statistic data from the blockchain.
My intent is to be able to answer all possible questions (for example average number of transaction per second, btc spent per second, transaction fees per kb etc) without using a website like statoshi.info.

Are there any R (or eventually python) packages useful to access blockchain data to run a statistical analysis?

thank you in advance


I believe that you already have searched in https://cran.r-project.org/web/packages/ but you did not find anything. I know that there are python packages available where you can use it for statistics and one of them is called scipy but this package have specialization in probability distributions. If you need only basic statistics there is embedded in python language https://docs.python.org/3/library/statistics.html. Moreover a free pdf book for econometrics with python is https://www.kevinsheppard.com/images/0/09/Python_introduction.pdf.