🛰️ DNS Lookup

Look up DNS records for a domain. (Via Cloudflare DNS)

How to use

  1. Enter a domain.
  2. Choose the record type to look up (A, MX, TXT, etc.).
  3. Click "Look up" to see the results.

🎯 Use Cases

Example

Input
Domain: example.com
Record type: A
Output
Type   TTL    Value
A      300    23.192.228.80
A      300    23.215.0.138
A      300    96.7.128.175

Looking up the A record for example.com returns the IPv4 addresses the domain points to, along with each record's TTL in seconds. These are illustrative values that can change depending on when you query and on DNS caching.

What each DNS record type does

TypePurposeExample value
APoints a domain to an IPv4 address93.184.216.34
AAAAPoints a domain to an IPv6 address2606:2800:220:1::
CNAMEAliases a domain to another domain nameexample.cdn.net
MXSpecifies the mail server(s) and priority for receiving email10 mail.example.com
TXTStores arbitrary text — SPF, DKIM, domain ownership verification, etc.v=spf1 include:_spf.google.com ~all
NSSpecifies the nameservers authoritative for the domainns1.example.com
SOAZone administration info — admin contact, refresh interval, etc.ns1.example.com admin.example.com ...
CAARestricts which certificate authorities may issue SSL certs for the domain0 issue "letsencrypt.org"

FAQ

Which DNS resolver is used?
Lookups are done via Cloudflare's public DNS (1.1.1.1).
Can the result differ from the actual server?
Yes, temporarily, if DNS is still propagating or different resolvers have different cached values.
What does TTL mean?
Time To Live — how long, in seconds, a record stays cached by a resolver. A TTL of 300 means an old value can linger for up to 5 minutes after a change.
Is the domain I look up stored?
No. It's looked up fresh for every request and only the result is returned.

🛰️ Learn more: How to Check DNS Propagation (What Is TTL?)

Understand TTL and check propagation after a nameserver change

More Network Tools

📡
My IP Address
Check your current IP and location
📐
CIDR Calculator
Calculate network range & usable IPs
🔤
Punycode Converter
Convert IDN domains ↔ Punycode (xn--)
🔀
IPv4 to IPv6
Convert IPv4 to IPv4-mapped IPv6
🕸️
Domain Extractor
Extract domain names from text/URLs
🚪
Batch URL Opener
Open multiple URLs in new tabs at once
🔁
Domain to IP
Resolve a domain to IPv4/IPv6
📮
Email Verifier
Check format & mail server (MX) existence
📋
HTTP Headers
Inspect server response headers
🛡️
Security Headers Checker
Audit key security headers
📇
Whois Lookup
Look up domain/IP registration (RDAP)
📍
IP Geolocation
Look up region info for an IP/domain
🖼️
OGP Checker
Preview social share cards
📑
Heading Extractor
Check TITLE & h1–h6 structure
🏷️
Title & Meta Extractor
Extract TITLE, DESCRIPTION & ROBOTS