For best results, use EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON)
Psql users can export the plan to a file using psql -qAt -f explain.sql > analyze.json

DISCLAIMER: Pev stores your plans locally (localStorage) and will not send them anywhere.