Skip to content

Latest commit

 

History

History
99 lines (53 loc) · 4.96 KB

analysisbitcoin.MD

File metadata and controls

99 lines (53 loc) · 4.96 KB

Bitcoin

Introduction

Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.

coins :Unspent outputs of transactions (in multiples of a satoshi
Ledger start: 3 January 2009 (9 years ago)
Founder: Satoshi Nakamoto

About Dataset

The dataset which i am using in this analysis is taken from quandl.
click me to follow the dataset on quandl and it is not premium content. if you are using python then you can directly sync to qundl using quandl API.
I will suggest you to get your own API key using this link

Here is the python code to get the above dataset :

  tok = ""# make sure you use your own token
  quandl.get("BITCOINWATCH/MINING", authtoken=tok)

Use the above line in your script directly and you are good to go.

Type of approach

The type of approaches that i am using is called time series analysis.i will be assesing the data from the past and hopefully will be able to derive some meaningful reasults.

1.

alt_tag

As you can see above the there is a great rise the feild of bitcoin since 2014 ( according to the dataset) and there was also the fall in between the year 2014 and the year 2015 but since after that it pcked up the pace again.The above chart represents variation of the Total BTC over past couple of years.

2. alt_tag

This chart represents the relationship of bitcoin transactions over the years, well to be percisely the transactions increased over the period of time but there wass a drop down near about in the november in 2017. from than till now the fluctuations of the bitcoin transactions is increased and they are not much stable as before.

Let me represent the average transaction chart:
alt_tag

So, now i believe you can see the differences of the bitcoin transactions.to be more percisely here is the combined chart that represents the transaction history

alt_tag

3.

The below graph represents the number of bitcoin sent , which is not very impressive compared to the transaction graph.

alt_tag

alt_tag

The below chart comapres all the transactions versus bitcoin sent over the past couple of years.

alt_tag

alt_tag

This is zoomed version of the above chart:

alt_tag

4.

Now that we know that bitcoin uses Block Chain technology , so it is necessary to analyze the blocks variation over the years.

alt_tag

alt_tag

alt_tag

What we can observe from the chart that the blocks variation is stable over the years ,although there was sometimes the there was a drop (13 times ) to be percisely . but it is not that bad comparing to all those years.

5.

The difficulty and the next difficulty variation plot

alt_tag

alt_tag

alt_tag

Looks like pretty much same, not much of a difference .

5.

The Network Hashrate analysis

alt_tag

Overall Conclusion

From all the above conclusion chart we can easily make out the the rise in the feild of cryptocurrency using Bitcoins is not as much as it used to be before.so, if you are thinking to invest , you might not make as much profit as people made earlier while investing.

Back :click me