Mentor Monday, June 28, 2021: Ask all your bitcoin questions!

This page summarizes the projects mentioned and recommended in the original post on /r/Bitcoin

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • NetworkX

    Network Analysis in Python

  • What you can do with the data is a bit limited to be honest. The transaction hashes have no natural order, so not very good to visualise directly. The most interesting data is the input->output tree where you take a transaction and trace all the inputs into that transaction, build up a map of the network and try to identify clusters. https://networkx.org/ is a good library for this. If you use mongodb (or some database which stores json-like data) it's quite easy to get up and running with python, jupyter notebooks etc.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts