Start typing to search tools…
🛠️ All Tools
💻 Developer Tools
📋 JSON Formatter 🌳 JSON Tree 📄 XML Formatter 🌲 XML Tree 🎨 CSS Generator 🗄️ SQL Builder ⚙️ Programming Tools 📊 ER Diagram 📐 UML Diagram 🔀 Flowchart
🌐 Network & DNS
🔍 DNS Lookup 🌍 DNS Propagation 🔎 WHOIS Lookup 🔒 SSL Checker 📡 Ping Test ⚡ Speed Test ✉️ Email Auth 👤 Username Checker
🔐 Encoding & Security
🔑 Base64 Encode 🖼️ Base64 Image 🔐 MD5 Hash 🔑 Password Gen 🎭 Fake Name Gen
🖼️ Image Tools
📦 Compressor 🔄 Converter ✂️ Cropper 📐 Resizer 🎨 Filters ✨ Effects 💧 Watermark 📸 Social Image ⭐ Favicon Maker 🖼️ Image to Text 📷 EXIF Viewer
🔍 SEO & Web
✅ SEO Checklist 🔍 SERP Preview 🗺️ Sitemap Gen 📱 Social Debugger 🏷️ Hashtag Gen
✍️ Text & Writing
📝 Word Counter ✨ Fancy Text 🎲 Random Generator 🎨 Color Palette 💡 Brainstorm Tool 🚀 SaaS Ideas 🧠 Mind Map
ℹ️ About ✉️ Contact
Home Network DNS Lookup
🌐 Network ✅ 100% Free ⚡ Live Query

DNS Lookup

Query all DNS record types for any domain in real time — A, AAAA, MX, NS, TXT, CNAME, SOA, SRV, CAA and PTR. View TTL values, priorities, and reverse DNS — all from a live authoritative query.

Querying DNS servers…
⚠️
Lookup Failed
An error occurred.
Query complete
Domain:
Records:
Time:
Filter:
📊 Query Stats
Total Records
Record Types
Query (ms)
Nameservers
📖 Record Types
A
IPv4 address — maps domain to IP
AAAA
IPv6 address record
MX
Mail exchange — email routing
NS
Nameserver — authoritative DNS
TXT
Text — SPF, DKIM, verification
CNAME
Alias pointing to another name
SOA
Start of Authority — zone info
CAA
Restricts which CAs can issue SSL

What is a DNS Lookup?

A DNS (Domain Name System) lookup queries the distributed database of nameservers that translates human-readable domain names into the IP addresses and routing information computers need to connect to them. Every time you visit a website, send an email, or make an API call, your device performs DNS lookups behind the scenes — typically in milliseconds.

This tool performs a live, authoritative DNS query directly from our servers, bypassing any local DNS cache. This means you always see the current published DNS records, making it ideal for checking DNS propagation after making changes.

DNS Record Types Explained

TypeFull NamePurposeExample Value
AAddressMaps domain to IPv4 address93.184.216.34
AAAAIPv6 AddressMaps domain to IPv6 address2606:2800:220:1:248:1893:25c8:1946
MXMail ExchangeRoutes email to mail servers, with priority10 mail.example.com
NSNameserverIdentifies authoritative DNS servers for the zonens1.example.com
TXTTextArbitrary text — SPF, DKIM, domain verificationv=spf1 include:_spf.google.com ~all
CNAMECanonical NameAlias pointing one name to anotherwww → example.com
SOAStart of AuthorityZone metadata: primary NS, serial, refresh timersns1.example.com. admin.example.com. 2024010101
SRVServiceService location for protocols like SIP, XMPP10 20 5060 sip.example.com
CAACertification Authority AuthorizationRestricts which CAs may issue SSL certs0 issue "letsencrypt.org"
PTRPointerReverse DNS — maps IP address back to hostnamehost.example.com

Frequently Asked Questions

DNS changes typically propagate globally within 24–48 hours, though many resolvers pick up changes much faster — sometimes within minutes if the old TTL was low. The TTL (Time To Live) of the old record determines how long resolvers cache it before checking again. Setting a low TTL (e.g. 300 seconds) before making changes speeds up propagation significantly.
TTL (Time To Live) is the number of seconds a DNS resolver should cache a record before fetching a fresh copy. A TTL of 3600 means the record is cached for 1 hour. Lower TTLs mean faster propagation of changes but more DNS queries. Most production records use 300–3600 seconds, while critical records like NS may use 86400 (24 hours).
SPF (Sender Policy Framework) is stored as a TXT record. It lists all the mail servers authorised to send email on behalf of your domain. Email providers check this record to determine whether incoming email is legitimate. Look for a TXT record starting with v=spf1 to find a domain's SPF policy.
Multiple A records implement round-robin load balancing — DNS returns the list of IPs and clients typically use the first one, cycling through them over time. Large services like Google and Cloudflare have dozens of A records per domain to distribute traffic across their global infrastructure.
A CAA (Certification Authority Authorization) record tells SSL certificate authorities which CAs are allowed to issue certificates for your domain. For example, 0 issue "letsencrypt.org" means only Let's Encrypt may issue certs. While optional, adding CAA records is a security best practice — it prevents rouge CAs from issuing fraudulent certificates for your domain.
Copied!