A Record Lookup Tool

Looking up A records...

What is a DNS A Record?

The 'A' in A record stands for **Address**. It is the most fundamental type of DNS record, creating a direct link between a domain name (like www.example.com) and its corresponding IPv4 address (like 93.184.216.34). When you type a domain name into your web browser, your computer performs a DNS lookup to find the A record, which tells it the IP address of the server to connect to.

Why are A Records Important?

A Record Format

An A record has a simple structure:

[Domain Name] [TTL] IN A [IPv4 Address]

Our tool queries DNS servers to find and display these IPv4 addresses for the domain you enter.