DNS Lookup tool

Query complex DNS records (A, MX, TXT, CNAME) globally for any domain name.

What is a DNS Lookup?

The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like bizmatepro.xyz. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load internet resources.

Our DNS Lookup tool retrieves the server details associated with a specific domain name directly from authoritative and recursive nameservers. This allows developers to verify if DNS propagation has properly completed after configuration changes.

Common Record Types

  • A Record: Maps a domain to its physical IP address.
  • MX Record: Mail Exchange records direct emails to your mail server.
  • TXT Record: Text records holding data, often used for email validation (SPF, DKIM, DMARC) or site ownership verification.
  • CNAME Record: Canonical Name maps an alias name to a true domain name.
  • NS Record: Delegate a DNS zone to use specific authoritative name servers.