๐Ÿ›ฐ๏ธ 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