All Projects → citp → Blocksci

citp / Blocksci

Licence: gpl-3.0
A high-performance tool for blockchain science and exploration

Projects that are alternatives of or similar to Blocksci

The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-94.41%)
Mutual labels:  blockchain, bitcoin
Pycoinbin
Python Wrapper for coinbin.org
Stars: ✭ 43 (-96.18%)
Mutual labels:  blockchain, bitcoin
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-96.98%)
Mutual labels:  blockchain, bitcoin
Blockchain Papers
区块链相关的有价值的文献
Stars: ✭ 20 (-98.23%)
Mutual labels:  blockchain, bitcoin
Udacity Blockchain Developer Nanodegree
The road so far on Udacity Blockchain Developer Nanodegree
Stars: ✭ 53 (-95.3%)
Mutual labels:  blockchain, bitcoin
Blockchain Py
A python imlementation of blockchain_go
Stars: ✭ 28 (-97.52%)
Mutual labels:  blockchain, bitcoin
Bitcoinml
Bitcoin data-structures library for OCaml
Stars: ✭ 38 (-96.63%)
Mutual labels:  blockchain, bitcoin
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (-16.86%)
Mutual labels:  blockchain, bitcoin
Blkchain
Fast import of the blockchain into PostgreSQL.
Stars: ✭ 52 (-95.39%)
Mutual labels:  blockchain, bitcoin
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-95.47%)
Mutual labels:  blockchain, bitcoin
Bluewallet
Bitcoin thin client for iOS & Android. Built with React Native
Stars: ✭ 878 (-22.09%)
Mutual labels:  blockchain, bitcoin
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (-3.28%)
Mutual labels:  blockchain, bitcoin
Odyn
A prototype anonymous proof-of-work blockchain
Stars: ✭ 13 (-98.85%)
Mutual labels:  blockchain, bitcoin
Blockchain Anchor
A Node.js library for anchoring data onto the Bitcoin blockchain and confirming anchored data on Bitcoin and Ethereum.
Stars: ✭ 32 (-97.16%)
Mutual labels:  blockchain, bitcoin
Token Core Ios
a blockchain private key management library on iOS
Stars: ✭ 850 (-24.58%)
Mutual labels:  blockchain, bitcoin
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-96.72%)
Mutual labels:  blockchain, bitcoin
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-97.69%)
Mutual labels:  blockchain, bitcoin
Multy Back
Back-end of the Multy - mobile multy-blockchain wallet.
Stars: ✭ 26 (-97.69%)
Mutual labels:  blockchain, bitcoin
Exonum
An extensible open-source framework for creating private/permissioned blockchain applications
Stars: ✭ 1,037 (-7.99%)
Mutual labels:  blockchain, bitcoin
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-95.21%)
Mutual labels:  blockchain, bitcoin

BlockSci


**As of November 2020, we are no longer actively developing or supporting BlockSci.** Please be aware that as cryptocurrencies continue to evolve, they may lose compatibility with BlockSci and might break it in unexpected ways.

The Bitcoin blockchain — currently 280 GB and growing — contains a massive amount of data that can give us insights into the Bitcoin ecosystem, including how users, businesses, and miners operate. BlockSci enables fast and expressive analysis of Bitcoin’s and many other blockchains. The accompanying paper explains its design and applications: https://www.usenix.org/system/files/sec20-kalodner.pdf.

Current tools for blockchain analysis depend on general-purpose databases that provide "ACID" guarantees. But that’s unnecessary for blockchain analysis where the data structures are append-only. We take advantage of this observation in the design of our custom in-memory blockchain database as well as an analysis library. BlockSci’s core infrastructure is written in C++ and optimized for speed. (For example, traversing every transaction input and output on the Bitcoin blockchain takes only **1 second** on our r5.4xlarge EC2 machine.) To make analysis more convenient, we provide Python bindings and a Jupyter notebook interface.

*This repository contains research code that is no longer actively maintained, may contain bugs and errors and may break in unexpected ways. We are an academic team and aren’t able to provide the level of QA and support that you might expect from a commercial project.*


Documentation
=====================

We provide instructions in our online documentation_:

- `Installation instructions`_

- `Using BlockSci`_

- `Guide for the fluent interface`_

- `Module reference for the Python interface`_

- `Troubleshooting`_

.. _documentation: https://citp.github.io/BlockSci/

.. _Installation instructions: https://citp.github.io/BlockSci/setup.html

.. _Guide for the fluent interface: https://citp.github.io/BlockSci/fluent-interface.html

.. _Using BlockSci: https://citp.github.io/BlockSci/using-blocksci.html

.. _Module reference for the Python interface: https://citp.github.io/BlockSci/reference/reference.html

.. _Troubleshooting: https://citp.github.io/BlockSci/troubleshooting.html


Our FAQ_ contains additional useful examples and tips.

.. _FAQ: https://github.com/citp/BlockSci/wiki


Latest release (BlockSci v0.7.0)
================================

Version 0.7.0 is based on the development branch v0.6, but requires a full reparse.

Version 0.7.0 comes with a new `fluent Python interface`_ for fast and expressive blockchain queries. It contains a number of `important bug fixes`_ as well as many smaller improvements. We recommend upgrading to the latest version of BlockSci and no longer use v0.5.

.. _important bug fixes: https://citp.github.io/BlockSci/changelog.html
.. _fluent Python interface: https://citp.github.io/BlockSci/fluent-interface.html

Amazon EC2 AMI
==============================

We no longer provide an AMI for BlockSci.


Getting help
============

Please make sure to check the list of `Frequently Asked Questions`_ as well as the issue tracker first.
If you've encountered a bug or have a question about using BlockSci not already answered, the best way to get help is to open a GitHub issue. We are an academic team and aren't able to provide the standard of support that you might expect for a commercial project.

.. _Frequently Asked Questions: https://github.com/citp/BlockSci/wiki


Team & contact info
===================

BlockSci was created by Harry Kalodner, Malte Möser, Kevin Lee, Steven Goldfeder, Martin Plattner, Alishah Chator, and Arvind Narayanan at Princeton University. It is supported by NSF grants CNS-1421689 and CNS-1651938, an NSF Graduate Research Fellowship under grant number DGE-1148900 and a grant from the Ripple University Blockchain Research Initiative. We've released a paper_ describing BlockSci's design and a few applications that illustrate its capabilities (an updated version of the paper has been accepted at Usenix Security and will be available soon). You can contact the team at [email protected]

.. _paper: https://arxiv.org/abs/1709.02489
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].