DNS Lookup Tool

Instantly lookup A, AAAA, MX, NS, TXT, CNAME, and other DNS records for any domain.

What is DNS Lookup?

DNS (Domain Name System) Lookup is the process of retrieving records associated with a domain name. When you perform a DNS lookup, you're asking the internet’s “phone book” to give you specific details about how a domain functions — including where it's hosted, where emails go, and other configurations.

How Is This Data Fetched?

This tool queries global DNS servers using standard protocols. When you enter a domain (like blinkai.co), it sends a request to a recursive DNS resolver, which contacts authoritative servers to retrieve all available public records such as A, MX, TXT, NS, SOA, etc. This process is real-time and reflects the current live configuration of the domain.

Explanation of Each Record Type
  • A Record: Maps a domain name to an IPv4 address. It tells browsers where to go (the server's IP).
  • MX Record: Specifies the mail servers responsible for receiving emails for the domain. Includes priority levels.
  • NS Record: Indicates the name servers that manage the DNS zone for the domain.
  • TXT Record: Contains textual information. Commonly used for domain verification and SPF/DKIM authentication.
  • SOA Record: Start of Authority record. Stores important info like admin contact, refresh interval, and serial numbers for syncing DNS changes.
Field Descriptions
FieldDescription
TypeThe type of DNS record (A, MX, NS, etc.).
HostThe domain or subdomain associated with the record.
TTLTime To Live, in seconds — how long the record is cached before refreshing.
IPThe IPv4 address linked to the domain (A record).
PriorityUsed in MX records — lower value = higher priority for mail delivery.
TargetThe destination server for the record (e.g., mail server).
EntriesText values in TXT records, often for verification or SPF policies.
MNAMEThe primary name server for the domain (in SOA).
RNAMEEmail of domain admin (written with . instead of @).
SerialIncremented when DNS changes; used by secondary servers to sync.
RefreshHow often secondaries should check for updates from the master.
RetryHow long to wait before retrying a failed zone transfer.
ExpireWhen secondaries should stop responding if the master can't be reached.
Min. TTLThe minimum cache time for negative responses.