Look up DNS records for any domain. Get direct links to professional DNS tools and learn about each record type. Quick, simple, and informative.
Lookup: — Records
Note: DNS lookups require server-side queries to DNS resolvers. The links below connect you to trusted DNS tools that perform live queries.
DNS Record Type Reference
| Type | Purpose |
|---|---|
| A | Maps domain to an IPv4 address (e.g., 93.184.216.34) |
| AAAA | Maps domain to an IPv6 address |
| MX | Specifies mail servers that handle email for the domain |
| TXT | Stores text data — used for SPF, DKIM, DMARC, and domain verification |
| NS | Lists the authoritative name servers for the domain |
| CNAME | Aliases one domain name to another (canonical name) |
| SOA | Contains administrative info: primary NS, admin email, serial number, refresh intervals |
The Domain Name System (DNS) is the internet's phone book. It translates human-readable domain names (like example.com) into IP addresses that computers use to communicate. When you type a URL into your browser, a DNS query happens behind the scenes to find the server's IP address before the page can load.
DNS records come in several types, each serving a different purpose. A records map domains to IPv4 addresses, MX records direct email to the correct mail servers, TXT records store verification data and email security policies, and NS records identify which DNS servers are authoritative for a domain.
Web browsers cannot perform raw DNS queries from JavaScript due to security restrictions. DNS resolution happens at the operating system level, and the browser only exposes the final result (a connected socket), not the underlying DNS records. To retrieve specific record types like MX or TXT, you need a DNS resolver tool that sends queries over UDP port 53 or DNS-over-HTTPS.
The tools linked above perform live DNS queries from their servers and display the full results. They also show propagation status across multiple geographic locations, which is valuable when you have recently changed DNS records and want to verify the changes have propagated globally.