{"id":106,"date":"2021-02-23T14:13:55","date_gmt":"2021-02-23T14:13:55","guid":{"rendered":"https:\/\/streetmindfood.com\/plutohash\/?p=106"},"modified":"2021-03-30T19:49:48","modified_gmt":"2021-03-30T19:49:48","slug":"using-blocksci-with-jupyter-notebook","status":"publish","type":"post","link":"http:\/\/www.plutohash.com\/2021\/02\/23\/using-blocksci-with-jupyter-notebook\/","title":{"rendered":"Using BlockSci with Jupyter Notebook"},"content":{"rendered":"\n
BlockSci was designed and built as an open-source software platform for analyzing blockchains<\/strong>. The use cases in blockchain analysis are many, useful applications can be made in both research and business fields.<\/p>\n\n\n\n However, BlockSci requires a local setup, which means having to parse the blockchain you want to analyze, which takes time and resources. The Bitcoin blockchain has surpassed 300 GB <\/strong>and, as we all know, will grow in the coming years. All this data can provide information about users<\/strong>, wallets<\/strong>, transactions<\/strong>, miners <\/strong>and more.<\/p>\n\n\n\n With PlutoHash’s services you won’t need to perform any local setup, you will be able to analyze blockchains just by using a Jupyter Notebook.<\/p>\n\n\n\n You don’t need to install BlockSci, we have already done it on the server side, you only need to import the library. To do analysis with Python simply import the library and instantiate a Would you like to try analyzing the bitcoin blockchain?<\/p>\n\n\n\n We are looking for betatesters <\/strong>who want to get involved and try our application, but hurry, we can only accept 100 users.<\/p>\n\n\n\n Email us: betatesters@plutohash.com<\/a><\/p>\n\n\n\n More Python tutorials on blockchain analysis:<\/p>\n\n\n\n You can consult the official documentation at this link: Using BlockSci<\/a><\/p>\n","protected":false},"excerpt":{"rendered":" BlockSci was designed and built as an open-source software platform for analyzing blockchains. The use cases in blockchain analysis are many, useful applications can be made in both research and business fields. However, BlockSci requires a local setup, which means having to parse the blockchain you want to analyze, which takes time and resources. The …<\/p>\nUsing BlockSci in Python<\/h2>\n\n\n\n
[blocksci.Blockchain]<\/code> object by pointing it to the
config_file<\/code>.<\/p>\n\n\n\n
import blocksci\nchain = blocksci.Blockchain(\"\/BlockSci\/config_file\")<\/code><\/pre>\n\n\n\n