← All tools

DNS Lookup

Look up live DNS records for any hostname. Pick a type and get current values plus TTL.

How to read the result

DNS maps names to records. A/AAAA give addresses, MX gives mail servers, CNAME aliases one name to another, TXT carries verification strings, NS shows delegation. TTL is how long resolvers cache the answer.

Example

google.com A → 142.250.x.x, TTL 300s

FAQ

What does 'no record' (404) mean?

The name exists but has no record of that type, or the name does not exist. Try another type or check spelling.

How fresh are results?

Live — queried from DNS at request time, not a cached database.

TXT shows long strings?

Yes. TXT records (SPF, DKIM, verification tokens) can be long; each value is shown separately.