DNS Lookup
Enter a domain and see every record type in one answer — where the site points, who handles the mail, which name servers are authoritative and what is hidden in TXT.
The query goes through our server, so the domain owner never sees who asked.
- Free
- Files never leave your device
- No sign-up
- No file limit
How to use
- Enter the domain name, without http:// — for example, example.com.
- Leave «All types» to see everything, or pick a single type.
- Read the values and the TTL next to each one.
Good to know
What each record actually decides
A and AAAA point the name at a server, so a wrong one takes the site down. MX decides where mail arrives — and mail keeps flowing to the old provider until this record changes. NS names the servers that are allowed to answer for the domain at all. TXT holds SPF, DKIM and ownership proofs, which is why a broken TXT quietly sends your mail to spam.
The TTL explains why a change has not arrived yet
TTL is how long resolvers are allowed to keep an answer before asking again. A record with a TTL of 86400 stays cached for a day, so «I already changed it» and «the world still sees the old value» are both true at once. Lowering the TTL before a migration is what makes the switch fast; doing it afterwards does nothing.
Frequently asked questions
Why do I see a value that I have already deleted?
Because the answer came from a cache and the TTL has not expired yet. Look at the TTL next to the record — that is how many seconds are left in the worst case.
Is the answer authoritative?
The query goes through a public resolver, so you see what an ordinary visitor sees. That is usually more useful than the authoritative answer: it is the reality your users are living in.
There is no MX record — is that a mistake?
Not necessarily. A domain that does not receive mail has no need for one. It becomes a mistake the moment someone tries to write to that domain.
Does the domain owner see my query?
No. The lookup is made by our server through a public resolver; your address is never passed on.
Related tools
- WHOIS Lookup Enter a domain and see what the registry knows about it: who registered it, when it expires, wh…
- SSL Certificate Checker Enter a domain and see the certificate the way a browser sees it: the expiry date, the issuer,…
- Ping Test Enter a domain name and find out whether it answers at all — and how quickly. The check runs fr…
- HTTP Header Checker Enter an address and see exactly what the server answers: the status code, every header, and ea…
- What Is My IP Address Your public IP address is what every website you visit sees. Here it is, along with everything…
- Internet Speed Test Press the button and the page measures three things: how fast data comes in, how fast it goes o…
- User Agent Parser Your own User-Agent is already in the box. Paste someone else's from a log and see what it real…
- Port Checker Enter a domain and a port number and find out whether anything answers there from outside your…