DNS Lookup (A, MX, TXT, NS)

Query any domain's DNS records — A, AAAA, MX, TXT, CNAME, NS — straight from your browser via Google's public DNS-over-HTTPS.

646 views

Data: Google Public DNS (dns.google) — queried from your browser.

Read a Domain's DNS in Seconds

Enter a domain and pick a record type: A/AAAA for the server IPs, MX for who handles mail, TXT for SPF/DKIM/verification strings, CNAME for aliases and NS for the authoritative name servers. Queries go from your browser to Google's public DNS-over-HTTPS resolver, so results reflect what the world currently sees — including TTLs.

Typical jobs: checking whether a DNS change has propagated, auditing SPF and DMARC records before an email campaign, or verifying that a domain points where it should before going live.

Frequently Asked Questions

Why do results differ from my own device's DNS?

This tool asks Google's resolver (8.8.8.8). Your ISP's resolver may still hold an older cached answer until its TTL expires — that difference is exactly what "propagation" means.

What is TTL?

Time To Live, in seconds: how long resolvers may cache the answer. A record with TTL 3600 can take up to an hour to refresh everywhere after you change it.

Can I look up any record type?

The common ones are offered: A, AAAA, MX, TXT, CNAME and NS. These cover web, mail and verification needs; rarer types (SRV, CAA) can be added on request.

Similar Tools