WHOIS Lookup
Look up live WHOIS registration data for a domain — registrar, creation and expiry dates, name servers, status codes, and any contact details the registry or registrar still publishes.
How to use this tool
- 1
Type a registrable domain such as example.com into the input (no http:// and no subdomain like www).
- 2
Click 'Lookup WHOIS' to query the authoritative WHOIS servers for that domain.
- 3
Read the returned record, which is grouped by the WHOIS server that answered (registry first, then registrar).
- 4
Scan for the fields you need — Registrar, Created/Updated/Expiry dates, Name Server, and Domain Status.
What is a WHOIS lookup and how does it work?
WHOIS is a query/response protocol (RFC 3912) for retrieving who registered an internet resource. This tool sends your domain to its backend, which uses the open-source 'whoiser' library to talk to WHOIS servers over TCP port 43. It first asks IANA which registry runs the domain's TLD, queries that registry's WHOIS server, then follows the referral to the sponsoring registrar's server for fuller detail — two hops by default. WHOIS servers reply with free-form text, so the library applies only light normalization; you receive a structured object keyed by each server that answered, which the page prints as raw JSON. Typical fields include Registrar, Creation/Updated/Registry Expiry dates, Name Server, and Domain Status (EPP codes such as clientTransferProhibited). Because servers format records differently and personal data is largely redacted under GDPR and ICANN policy, expect inconsistent field names and missing registrant details. This is a thin client over real WHOIS, not a fully parsed, standardized data feed — good for quick checks, but verify edge cases against the registrar's own WHOIS or RDAP.
Common use cases
Confirm when a domain expires so you can renew before it drops or someone else grabs it.
Identify which registrar a domain uses before initiating a transfer or filing an abuse report.
Check Domain Status (EPP) codes to see whether a domain is locked, on hold, or pending deletion.
Verify the name servers a domain points to when debugging DNS or a recent migration.
Estimate a domain's age from its creation date while evaluating it for purchase or backlinks.
Gather registrar contact details to send an inquiry about buying a privacy-protected domain.
Frequently asked questions
Does this tool run in my browser or send my query somewhere?▼
What should I type in the box?▼
Why is some contact information redacted or missing?▼
Why does the output look like raw JSON with odd field names?▼
Can I look up an IP address or a TLD instead of a domain?▼
How current is the data, and could a lookup fail?▼
Is WHOIS the same as RDAP?▼
Related tools
DNS Lookup
Look up DNS records (A, AAAA, MX, TXT, NS) for any domain.
SSL Certificate Checker
Check SSL certificate validity, issuer, and expiry.
HTTP Header Analyzer
Inspect HTTP response headers and security signals.
HTTP Status Code Checker
Check status code of any URL — single or bulk.
Redirect Chain Tracer
Follow every hop in a redirect chain.
Mixed Content Checker
Find HTTP resources loaded on HTTPS pages.