DNS Lookup
Query all DNS record types for any domain — A, AAAA, MX, TXT, CNAME, NS, SOA, CAA — via Cloudflare DoH.
How to use DNS Lookup
-
Enter a domain
Type or paste the domain name you want to look up — for example, example.com.
-
Run the lookup
Click the Lookup button or press Enter. All record types are queried in parallel via Cloudflare DNS-over-HTTPS.
-
Review results by type
Browse results grouped by record type. Each record shows the name, value, and TTL in seconds.
-
Copy results
Click Copy All to export every record to your clipboard as plain text for documentation or comparison.
DNS Lookup FAQ
What DNS record types does this tool query?
Where do the DNS queries go?
What does NXDOMAIN mean?
How accurate are the results?
Is my query data stored?
Can I check DNS propagation?
What is a TTL?
How do I check SPF or DMARC records?
What is a CAA record?
Background
Check every DNS record for any domain in one query. This tool fires parallel lookups for A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA records via Cloudflare's public DNS-over-HTTPS resolver, then displays results grouped by type with name, value, and TTL for each record. NXDOMAIN responses are highlighted so you can instantly identify non-existent domains or missing record types.
Use the Copy All button to grab every result as plain text. All logic runs in your browser — no data is sent to any third party beyond the DNS-over-HTTPS queries to Cloudflare.
Who is this for: developers verifying DNS propagation after a domain migration, sysadmins debugging email delivery with MX and SPF records, security researchers auditing domain configurations, and domain owners checking their setup. Covers the same record types as MXToolbox and DNSChecker — without the account walls or ad-heavy UI.
Related tools
MX Lookup
Look up MX records for any domain — mail server priority, IP addresses, and email provider detection.
SPF Record Checker
Look up and validate SPF records — parse mechanisms, detect misconfigurations, and check email authentication.
WHOIS Lookup
Look up domain registration details — registrar, creation/expiry dates, nameservers, and DNSSEC — via RDAP.
SSL Certificate Checker
Check SSL/TLS certificate validity, issuer, expiry, and SANs for any domain via Certificate Transparency logs.
What Is My IP
Find your public IPv4 and IPv6 address with ISP, city, country, ASN, and timezone — loads instantly.
Learn more
DNS Record Types Explained: A, AAAA, CNAME, MX, TXT
Every DNS record type explained with real dig examples. Covers A, AAAA, CNAME, MX, TXT, NS, SOA, PTR, SRV, and CAA records used across 350M+ domains.
networkSPF, DKIM, and DMARC Explained: Stop Emails Going to Spam
How SPF, DKIM, and DMARC work together to stop email spoofing and spam folders. Google now rejects 75% of unauthenticated email from bulk senders.