blockchain – Bitcoin transaction graph

0
52


I’m making an attempt to make bitcoin transaction graph, however I’m not positive the right way to go about it. I’ve extracted the mandatory knowledge from blockchain just like the sender, receiver, quantity of bitcoins despatched, transaction hash and the date and time when it first bought included within the block. The format for which is proven under:-

TXID                                                                       Enter Deal with                  Worth               Output Deal with                    Time & Dates

363ec29e4fc43f97576423d0d522f5f0fc79c5c018c3a210c5644ab79a38041d                                        25.0301   [u'1CjPR7Z5ZSyWk6WtXvSFgkptmpoi4UM9BC']    2014-01-12 01:36:19

f264c5c36b624110201a27bd02883508d29dfe1f94975aa8cc652fb8bc1496a9 1AyHWFST4jhcdVs74Hd3pvCdafpktmiF8Y       299.0   [u'13vZBq8ayCzficfP3uwm52bctv5mSXKfM1']    2014-01-12 01:36:19
                                                             154yacyVMuVoahSd1dmsz6PDS8MZzX3FzB
                                                             1KzXSypcJUdStaHfLtucBiaqEWDZ5PhBix
                                                             14FJfPxbXpBrTPnPcCS1gwWpTz7XVmSJeQ
                                                             15CdDBvSfr5JsnbqoSgnEdSFvtKwf1GoNj   

I’m not positive what ought to be my first step in the direction of developing transaction graph. I’m making an attempt to make use of hadoopcryptoledger library accessible in Apache spark for doing so, however undecided the right way to use the end result that I’ve extracted from blockchain for that. Do I first must create a database to retailer my end result?
The file that accommodates the above info is in .txt format. Any assist can be appreciated.

LEAVE A REPLY

Please enter your comment!
Please enter your name here