DNS Lookup — Free Online DNS Record Checker
Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA, and more using Google's DNS-over-HTTPS.
Frequently Asked Questions
DNS Record Lookup: Understanding Domain Infrastructure
DNS records are the building blocks of domain infrastructure. Each record type serves a specific purpose: A and AAAA records map hostnames to IPv4 and IPv6 addresses, MX records direct email delivery, NS records identify authoritative nameservers, TXT records carry machine-readable metadata like SPF anti-spoofing policies and domain ownership verification tokens.
This tool uses Google's DNS-over-HTTPS (DoH) API at dns.google to perform real DNS queries. Unlike your local DNS resolver which might have cached stale records, DoH queries authoritative name servers directly, giving you current DNS state. The TTL (Time To Live) value shows how long records are cached before refreshing.
Common DNS troubleshooting scenarios: verify MX records after email provider migration, check A record propagation after IP change, inspect TXT records for SPF/DKIM email authentication configuration, validate CNAME chains, and confirm NS delegation after domain registrar transfer.