Open
Source
7
GitHub Stars
Blokbustr is a blockchain analysis toolkit that traces cryptocurrency transactions through mixing services, multiple hops, and obfuscation techniques. It's designed for security researchers, compliance teams, and anyone who needs to follow the money on public blockchains.
While blockchain transactions are public, they're far from transparent. Bad actors use mixing services, chain-hopping, and complex transaction patterns to obscure fund flows. Existing tools either couldn't handle the complexity or required expensive enterprise licenses.
Modeled the blockchain as a directed graph. Implemented custom traversal algorithms optimized for detecting common obfuscation patterns.
Built heuristics to identify mixer outputs, exchange deposits, and smart contract interactions that indicate laundering attempts.
Performance-critical analysis engine written in Rust. Can process millions of transactions without breaking a sweat.
Clean API and web interface for non-technical users. Export results as reports or feed them into other tools.
Major blockchains have billions of transactions. Implemented incremental indexing and smart caching to make queries feasible.
Many legitimate patterns look suspicious. Tuned heuristics with real-world data to minimize noise.
Role
Creator & Maintainer
Duration
Ongoing
Year
2024
Stack
3 technologies
See more work
Back to all projects