Free DNS tool
DNS Lookup
Check the live DNS records for any domain: A, AAAA, MX, TXT, CNAME, NS, SOA and CAA, straight from public DNS.
$HTTP_PROTOCOL = (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == 'on' || $_SERVER['HTTPS'] == 1)) || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') ? 'https://' : 'http://'; $SITE_URL = $HTTP_PROTOCOL . $_SERVER['SERVER_NAME'] . '/'; ?>
Free DNS tool
Check the live DNS records for any domain: A, AAAA, MX, TXT, CNAME, NS, SOA and CAA, straight from public DNS.
Try , ,
Lookups run in your browser over Google public DNS-over-HTTPS (Cloudflare as fallback). Nothing you enter is sent to Pulsetic.
DNS decides where your domain and email actually go. Pulsetic watches your domain and SSL certificate around the clock.
A DNS lookup asks the Domain Name System what records a domain has. Every time you open a website or send an email, your device runs the same query in the background: it turns a name like example.com into the addresses and instructions the internet needs to reach it. This DNS record lookup does that query on demand and shows you the answer.
The records come from the domain authoritative name servers and are cached by resolvers along the way for the length of each record TTL. That is why a freshly changed record can look different depending on who you ask, and why a public DNS checker is the fastest way to confirm what the rest of the world currently sees.
When you request a record, a resolver walks the DNS hierarchy: it asks a root server which name servers run the top-level domain, asks those which servers are authoritative for the domain, then asks the authoritative server for the record itself. Each answer is cached for its TTL, so the next lookup is faster.
This tool short-circuits that walk by asking a public resolver over DNS-over-HTTPS, so you get the same answer a browser would, from outside your own network. Use it to confirm an A record, read the MX records before debugging email, verify an SPF or DMARC entry, or check which authorities a CAA record allows to issue your SSL certificate.
Check the MX and TXT records when email stops arriving, confirm the A, AAAA or CNAME records after moving a domain or changing hosts, and read the SOA serial to see whether the zone itself updated.
When a site looks down, a missing or wrong A record is a common cause: confirm it here, then run an outside is-it-down check and read our error guides for the status codes behind the outage.
Prefer the command line? These return the same records this tool shows:
dig example.com ANY +noall +answer
nslookup -type=ANY example.com
What each record does. Each one has a dedicated lookup in the tabs above.
| Record | What it does | Example value |
|---|---|---|
| A | Maps a domain to an IPv4 address. | example.com → 93.184.216.34 |
| AAAA | Maps a domain to an IPv6 address. | example.com → 2606:2800:220:1:: |
| CNAME | Points one name at another name, as an alias. | www → example.com |
| MX | Names the mail servers that accept email for the domain, each with a priority. | 10 mail.example.com |
| TXT | Holds free-form text, used for SPF, DKIM, DMARC and domain verification. | v=spf1 include:_spf.google.com ~all |
| NS | Lists the authoritative name servers for the domain. | ns1.example.com |
| SOA | Start of authority: the primary name server and the zone refresh, retry and expiry timers. | ns1.example.com . 2026010101 |
| PTR | Reverse record: maps an IP address back to a host name. | 34.216.184.93.in-addr.arpa |
| SRV | Locates the host and port for a specific service. | _sip._tcp → 5060 sip.example.com |
| CAA | States which certificate authorities may issue SSL certificates for the domain. | 0 issue "letsencrypt.org" |
A DNS lookup queries the Domain Name System for the records attached to a domain, such as its A record (the IP address), its MX records (mail servers) or its TXT records. This tool runs the lookup against public DNS and shows you the records as resolvers around the world see them.
A DNS record is a single entry in a domain zone that tells the internet how to handle the domain: where its website lives (A and AAAA), which servers receive its email (MX), which authorities may issue its certificates (CAA) and more. Every record has a type, a name, a value and a TTL.
This checker resolves the common types: A, AAAA, CNAME, MX, TXT, NS, SOA and CAA. Pick a single type to focus the query, or use "All" to see every common record at once. Enter an IPv4 address to run a reverse DNS (PTR) lookup instead.
An A record points a name straight at an IPv4 address. A CNAME points a name at another name, which is then resolved to an address. Use an A record for an apex domain like example.com, and a CNAME for aliases such as www.
A normal lookup turns a domain into its records; a reverse DNS lookup turns an IP address back into a host name using its PTR record. Mail servers often check reverse DNS to judge whether a sender looks legitimate.
Resolvers cache records for the length of their TTL, so a change can take from a few minutes to a couple of days to appear everywhere. This is called DNS propagation. Lowering a record TTL before a planned change makes the switch take effect faster.
Yes. The lookup is completely free, needs no signup and has no query limits. Queries run in your browser over Google public DNS-over-HTTPS, with Cloudflare as a fallback, so nothing you enter is sent to Pulsetic.
2-minute setup · Cancel any time
No credit card needed
Stay online, all the time, with Pulsetic's uptime prime.
By Designmodo
Designmodo Inc. 169 Madison Ave, #79627, New York, NY 10016, United States
Copyright © 2010-2026