SQL EXPLAIN Plan Visualizer
Parse and visualize SQL EXPLAIN / EXPLAIN ANALYZE output (PostgreSQL text + JSON, MySQL JSON, SQL Server XML) as an interactive tree. Per-node scan type, cost, rows (estimate vs actual), timing, loops, buffers. Detects bottlenecks and row-misestimates with plain-English advice. 100% client-side; plans never leave the browser.
Parse and visualize SQL EXPLAIN / EXPLAIN ANALYZE output (PostgreSQL text + JSON, MySQL JSON, SQL Server XML) as an interactive tree. Per-node scan type, cost, rows (estimate vs actual), timing, loops, buffers. Detects bottlenecks and row-misestimates with plain-English advice. 100% client-side; plans never leave the browser. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.