BlockchainNetworkAnalyzer is a software that analyzes the interactions over a specified period of time between the accounts that are involved in the transactions that are recorded on the distributed ledger technologies. Then, using complex network theory, it attempts to provide important insights into the typical use of this technology, examining the patterns of interaction in different distributed ladgers. In our case, vertices are addresses of a particular blockchain and the presence of an edge indicates that a transaction occurred between the two nodes.

The software is a web app built in python, using Flask. Here repository.

Inspired from DiLeNA by AnaNSi-research