Tested tool guide
Tested browser tools
Checked August 16, 2026
What IndexedDB Explorer does and how it behaves
IndexedDB Explorer turns an origin's IndexedDB databases into navigable database, object-store, index, and record views. Select a store to inspect its keys and values in a table, narrow what is shown with the query controls, and perform create, read, update, or delete operations on client-side records. This answers questions about what structured browser data currently exists and lets you correct test data without writing an IndexedDB script. Inspection and edits happen inside the browser; database content is not uploaded. The important boundary is origin isolation: the page cannot open an unrelated site's storage, even when both sites are open in the same browser.