DNS Lookup

See all DNS records of a domain, complete and in real time.

google.com236.8 ms
30 record google.com

A 6

Nilai TTL
172.217.194.101 300
172.217.194.139 300
172.217.194.100 300
172.217.194.138 300
172.217.194.113 300
172.217.194.102 300

AAAA 4

Nilai TTL
2404:6800:4003:c04::64 300
2404:6800:4003:c04::65 300
2404:6800:4003:c04::66 300
2404:6800:4003:c04::8b 300

MX 1

Nilai Prioritas TTL
smtp.google.com 10 131

NS 4

Nilai TTL
ns1.google.com 21600
ns3.google.com 21600
ns2.google.com 21600
ns4.google.com 21600

TXT 13

Nilai TTL
apple-domain-verification=30afIBcvSuDV2PLX 300
docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e 300
onetrust-domain-verification=6d685f1d41a94696ad7ef771f68993e0 300
facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95 300
globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8= 300
onetrust-domain-verification=0d477fe608074e6f9c12bca7826035cc 300
v=spf1 include:_spf.google.com ~all 300
google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ 300
google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o 300
google-site-verification=4ibFUgB-wXLQ_S7vsXVomSTVamuOXBiVAzpR5IZ87D0 300
MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB 300
docusign=1b0a6754-49b1-4db5-8540-d2c12664b289 300
cisco-ci-domain-verification=47c38bc8c4b74b7233e9053220c1bbe76bcc1cd33c7acf7acd36cd6a5332004b 300

SOA 1

Nilai TTL
ns1.google.com dns-admin.google.com 34

CAA 1

Nilai TTL
0 issue pki.goog 21600

About DNS Lookup

Look up every DNS record of a domain: A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, CAA quickly and accurately.

Also available as an API: GET /api/dns-lookup?q=example.com

Understanding DNS Lookup and why you should check it

Every time someone types a domain into a browser, a quiet process kicks off in a fraction of a second: that name has to be translated into an IP address so the computer knows which server to talk to. This translation is what we call a DNS lookup. Simple on the surface, but underneath sit several record types, each with its own job.

Personally, this is the first tool I reach for whenever a familiar complaint shows up: "my site is down even though the server is running." Nine times out of ten the answer reveals itself right here. A single mistyped digit in an A record, an MX that was never repointed after switching email hosting, or a verification TXT that has not stuck yet. It all becomes obvious once you see the records laid out in full.

The records that cause the most headaches

You do not need to memorize every record, but a few are worth knowing well:

How to read the results

Once you enter a domain and hit check, the results appear grouped by record type along with their TTL value. TTL is how long an answer may sit in cache before being asked again. A small number means changes show up quickly but add a touch more load; a large number is more efficient but slower to update. For day-to-day work, just use the All option so you get the full picture, then focus on the record you are working on.

A practical tip before migrating a domain

If you plan to switch hosting or change DNS providers, one small habit saves a lot of time: lower the TTL to 300 seconds a day in advance. That way, when the new records go live, resolvers worldwide catch up in minutes rather than hours. Once everything is stable, raise the TTL back to normal for efficiency.

Frequently Asked Questions

What is the difference between an A record and an AAAA record?

Both translate a domain name into an IP address; the only difference is the IP version. An A record points to IPv4 (like 142.250.4.100), while an AAAA record points to IPv6 (the long one, full of colons). If your server supports IPv6, ideally you have both. Do not be surprised if many domains still lack AAAA though, since IPv6 adoption is still rolling out gradually.

Why do the results here differ from what I see on my own computer?

Usually it is caching. Your computer, your router, even your ISP resolver store DNS answers based on the TTL value. So if you just changed a record, your device may still hold the old data while this tool already reads the new one, or vice versa. Compare the TTL column; that number shows how many seconds until the cache is considered stale.

My TXT record looks cut off, is that normal?

Yes. A single TXT string is capped at 255 characters, so long records like DKIM or SPF are often split into several chunks that the receiver stitches back together. What we show is the full value after joining, so you can simply verify the content is correct.

How long until DNS changes become visible?

It depends on the previous record TTL. If the TTL is 3600, resolvers may hold the old data for up to an hour. A common trick: lower the TTL to 300 seconds a day before migrating, then make the change. Propagation will feel much faster that way.