A web-based visualization tool that creates Mondrian-style layouts from Bitcoin block transaction data.
- Visualizes Bitcoin block transactions as squares
- Interactive squares with hover effects
- Dynamic scaling based on transaction values
- Live data fetching from blockchain.info
- Responsive design with loading states
- Open
index.htmlin a web browser - Enter a Bitcoin block number in the input field
- Click "Load" to generate the visualization
- Hover over squares to see transaction indices
- Uses the Mondrian layout algorithm from ordinals
- Fetches real-time blockchain data
- Built with vanilla JavaScript and HTML5
- No external dependencies required
Made possible by @bitlodo and @boppleton