Skip to content
nestoo
  • What is my IPYour public IPv4 and IPv6 address, location and provider.Network & IP
  • IP lookupLocation, provider and network of any IP address.Network & IP
  • DNS lookupA, AAAA, MX, TXT, NS and other DNS records for any domain.Network & IP
  • WHOIS lookupOwner, registrar and expiry date of any domain or IP.Network & IP
  • Port checkerCheck whether a port is open on your IP or a server.Network & IP
  • HTTP headers checkerResponse headers, status codes and redirect chain of a URL.Network & IP
  • SSL checkerCertificate validity, expiry and chain of any website.Network & IP
  • Password generatorStrong, random passwords generated right in your browser.Passwords & security
  • Password strength checkerHow long a password would take to crack, and if it leaked.Passwords & security
  • Hash generatorMD5, SHA-1, SHA-256, SHA-512 and CRC32 hashes of text or files.Passwords & security
  • JSON formatterFormat, validate and minify JSON, with exact error locations.Developer tools
  • Base64 encoder/decoderEncode text or files to Base64 and decode it back.Developer tools
  • URL encoder/decoderEncode and decode URLs and query strings, and parse any URL.Developer tools
  • JWT decoderRead the header and claims of a JSON Web Token.Developer tools
  • UUID generatorRandom UUID v4 and time-ordered v7 identifiers.Developer tools
  • Unix timestamp converterConvert Unix timestamps to dates and dates to epoch time.Developer tools
  • Binary converterTranslate text to binary and convert between number bases.Developer tools
  • Word counterCount words, characters, sentences and reading time.Text tools
  • Case converterUPPERCASE, lowercase, Title Case, camelCase, snake_case and more.Text tools
  • Diff checkerCompare two texts and highlight the differences.Text tools
  • QR code generatorFree QR codes for links, text, Wi-Fi and contacts, as PNG or SVG.Everyday tools
  • Percentage calculatorPercent of a number, percentage change, increase and decrease.Everyday tools
  • Unit converterConvert length, weight, temperature, volume, data and more.Everyday tools

DNS lookup

See the DNS records of any domain – where its website and email point, which name servers it uses and more.

Checked from our server. We don’t store what you look up.

How to use it

  1. 1Enter a domain such as example.com or a subdomain such as mail.example.com. You can also paste a full URL.
  2. 2Keep “All common records” to see everything at once, or pick one record type such as MX or TXT.
  3. 3Click Look up. Each record type is listed with its values and TTL – how long resolvers may cache it.
  4. 4Enter an IP address instead to do a reverse lookup and find the hostname it belongs to.

What DNS records mean

DNS – the Domain Name System – is the internet’s address book. It turns names people remember, like example.com, into the IP addresses computers connect to, and tells mail servers where to deliver email for a domain.

A and AAAA records hold the IPv4 and IPv6 addresses of a hostname. CNAME makes one name an alias of another. MX records name the mail servers that accept email for the domain, in order of priority. NS records list the authoritative name servers, and SOA holds the zone’s administrative details.

TXT records carry text, most often SPF, DKIM and DMARC rules that protect a domain against email spoofing, and verification codes for services like Google Search Console. CAA records say which certificate authorities may issue SSL certificates for the domain.

Why a change doesn’t show up everywhere at once

Resolvers such as your provider’s DNS or 1.1.1.1 remember answers for as long as the record’s TTL (time to live) allows. After you change a record, some resolvers keep serving the old value until their cached copy expires – that delay is often called DNS propagation.

Switching the resolver between Cloudflare and Google shows whether two large public resolvers already see the same answer. Lowering the TTL a day before a planned change makes the switch faster.

Questions and answers

How do I check where a domain’s email goes?

Choose the MX record type. The records list the mail servers with their priority – the lowest number is tried first. If there are no MX records, most senders fall back to the domain’s A record.

How can I check a domain’s SPF or DMARC record?

Look up TXT records. The SPF record starts with v=spf1. For DMARC, look up the TXT records of _dmarc.yourdomain.com – the record starts with v=DMARC1.

What does NXDOMAIN mean?

NXDOMAIN means the name doesn’t exist in DNS: either it’s misspelled, the subdomain was never created, or the domain isn’t registered. Use the WHOIS tool to check whether a domain is registered.

What does “DNSSEC valid” mean?

The domain signs its DNS records cryptographically and the resolver verified the signatures, so the answers can’t have been tampered with on the way. Many domains don’t use DNSSEC yet, which is common and not an error.

Can I look up the hostname of an IP address?

Yes. Enter the IP address and the tool performs a reverse DNS lookup of its PTR record, which usually names the server or the provider that owns the address.