Data Explorer
The Arkiv Data Explorer is a browser-based tool for querying and inspecting entities on Arkiv testnets. Reach for it when you want to verify that your app wrote what you expected, prototype a query before putting it in code, or simply explore what’s on a testnet.

Query editor
Section titled “Query editor”The query editor at the top of the Explorer accepts Arkiv’s full query syntax — operators, attribute types, glob matching, and range filters.
For the full reference, see Query syntax.
Searching for entities or owners
Section titled “Searching for entities or owners”Paste a raw value directly into the editor and the Explorer normalises it automatically:
- A 32-byte hex string becomes
$key = "0x…" - A 20-byte address becomes
$owner = "0x…"
No manual quoting or operator selection needed.
Sharing results
Section titled “Sharing results”The current query and selected chain are always encoded in the URL. Copy the address bar to share an exact query — anyone who opens the link sees the same query pre-loaded and auto-run.
If you want a quick deep-link to a specific entity or owner from your own app, you can link directly:
https://data.arkiv.network/entity/0x123…— opens the Explorer with that entity key pre-queriedhttps://data.arkiv.network/owner/0x123…— opens the Explorer filtered by that owner address