Check domain DNS records: A, AAAA, MX, NS, TXT, CNAME, SOA
DNS (Domain Name System) translates domain names into IP addresses. DNS records are instructions that define where to route traffic, email, and how to verify domain ownership.
Query all record types — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single request.
Direct queries to authoritative servers. Results in milliseconds, no caching.
SPF, DKIM, and DMARC analysis to evaluate email protection against spoofing and phishing.
Save check results. Compare DNS records before and after registrar changes.
v=spf1 TXT record.Query DNS records for any domain: A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA, and PTR. Our DNS lookup tool queries authoritative nameservers and shows TTL values, propagation status, and record details. Essential for domain configuration, email deliverability troubleshooting, and DNS migration verification.
Common use cases include verifying MX records for email delivery, checking NS delegation after domain transfer, validating SPF/DKIM/DMARC TXT records, and monitoring A/AAAA records for IP changes. The tool supports both forward and reverse DNS lookups.
After checking DNS records, use our SSL checker to verify the certificate matches the domain, or WHOIS lookup to check domain registration details. For ongoing monitoring, set up uptime monitoring to get alerted when DNS changes affect your site's availability.
DNS (Domain Name System) is a system that translates domain names into IP addresses. When you type a website address into your browser, a DNS server finds the corresponding IP address to connect to.
Main types: A (IPv4 address), AAAA (IPv6), CNAME (alias), MX (mail servers), NS (name servers), TXT (text data, SPF, DKIM), SOA (zone parameters), SRV (services), CAA (certificate authorities).
DNS propagation typically takes from a few minutes to 48 hours, depending on the TTL of old records and DNS resolver caching. Lowering TTL before changes speeds up the process.
TTL (Time to Live) is the duration in seconds that a DNS record is cached by resolvers before they query the authoritative server again. Lower TTL means faster updates but more DNS queries.
Enter the domain name in the form above, select the record types you want to check, and click Lookup. The tool will query DNS servers and display all matching records with their values and TTL.
An MX record (Mail Exchange) specifies mail servers for a domain. Without correct MX records, email will not be delivered. The priority number determines the order in which servers are used — lower value = higher priority.
SPF and DKIM are configured via DNS TXT records. SPF specifies which servers can send mail on behalf of the domain. DKIM adds a cryptographic signature to emails. Both mechanisms are critical for email deliverability and spoofing protection.