Stellar Explain is an open-source tool that makes Stellar blockchain transactions human-readable.
It decodes raw transaction data into plain English, helping both developers and everyday users understand who sent what, when, and why.
- packages/core → Rust backend (transaction parser & REST API)
- packages/ui → Next.js frontend for displaying decoded transactions
- docs → Project documentation & guides
- Clone the repo:
git clone https://github.com/StellarCommons/stellar-explain.git cd stellar-explain