DNS Lookup
Enter a domain and fetch its A, AAAA, NS, SOA, MX, and TXT records in one query. Handy for debugging email delivery, hosting changes, and domain verification.
How to use this tool
- 1
Type a domain name such as example.com into the input field (enter the bare domain, not a full https:// URL).
- 2
Click Lookup DNS to send the query.
- 3
Read the returned record sets in the JSON panel below, grouped by record type (A, AAAA, NS, SOA, MX, TXT).
- 4
Edit the domain and run it again to compare another host or re-check after a DNS change.
What DNS records does this lookup return?
DNS (Domain Name System) translates human-readable domain names into the data servers and mail clients need to reach a host. This tool runs the query on the server using the dns2 resolver and returns the raw answer sets for six specific record types: A (IPv4 addresses), AAAA (IPv6 addresses), NS (the authoritative name servers for the zone), SOA (the start-of-authority record holding the primary name server, admin contact, and zone serial/timing values), MX (mail exchangers, with their priority numbers), and TXT (free-form text used for SPF, DKIM, and domain-verification tokens). It does not query CNAME, CAA, SRV, PTR, or DNSSEC records, so it is a focused record dump rather than a full DNS audit. The results are shown as formatted JSON exactly as the resolver returns them, including the TTL on each answer, which tells you how long resolvers may cache that value. Because the lookup follows the normal resolver path rather than asking each zone's authoritative server directly, freshly changed records can still be served from cache until their previous TTL expires.
Common use cases
Confirm an A or AAAA record points to the right server IP after migrating hosting providers.
Check MX records and their priorities when email is bouncing or not being delivered.
Verify a TXT record for SPF, DKIM, or a domain-ownership token required by Google, Microsoft, or an SSL issuer.
Find which name servers (NS) are authoritative for a domain before or after a registrar transfer.
Inspect the SOA serial number to see whether a recent zone change has actually been published.
Quickly compare the published records of two domains side by side while troubleshooting.
Frequently asked questions
Which record types does this tool look up?▼
Does the lookup run in my browser?▼
Why are my DNS changes not showing up yet?▼
What does the MX record tell me?▼
What is the SOA record used for?▼
Should I enter a full URL or just the domain?▼
What if I get an invalid domain or empty result?▼
Related tools
WHOIS Lookup
Get full WHOIS data for any domain.
SSL Certificate Checker
Check SSL certificate validity, issuer, and expiry.
HTTP Header Analyzer
Inspect HTTP response headers and security signals.
HTTP Status Code Checker
Check status code of any URL — single or bulk.
Redirect Chain Tracer
Follow every hop in a redirect chain.
Mixed Content Checker
Find HTTP resources loaded on HTTPS pages.