Internet Tools
Inspect, diagnose, and troubleshoot any domain, server, or email system with 17 free tools built for IT professionals, sysadmins, and developers. Run real-time DNS lookups, check SSL certificate validity, scan open ports, validate SPF/DKIM/DMARC records, and more β all from your browser without installing any software. Ideal for debugging production issues, auditing email security, or researching domains.
Network Diagnostics
Ping
Ping any hostname or IP address to check reachability and measure round-trip latency in real time.
Traceroute
Trace the network path to any host, showing each hop's IP, hostname, and latency along the route.
Subnet Calculator
Calculate subnet masks, network/broadcast addresses, host ranges, and CIDR notation for any IP block.
Port Scanner
Scan common ports on any hostname or IP to check which services are open and accessible.
Reverse DNS Lookup
Look up the hostname associated with any IP address using reverse DNS (PTR record) queries.
DNS Tools
DNS Lookup
Query DNS records for any domain β A, AAAA, CNAME, MX, NS, TXT, SOA, and more record types.
MX Lookup
Find all MX (Mail Exchange) records for a domain and check mail server priorities and hostnames.
NS Lookup
Retrieve the authoritative nameservers (NS records) for any domain. Useful for verifying DNS delegation.
WHOIS Lookup
Look up domain registration details, registrar info, creation date, expiry date, and nameservers.
Email Security
SPF Lookup & Generator
Check your domain's SPF record or generate a new one. Prevent email spoofing and improve deliverability.
DKIM Checker
Verify that your domain's DKIM public key is published correctly. Enter selector and domain to check.
DMARC Lookup & Generator
Look up or generate a DMARC policy for your domain to protect against phishing and email fraud.
BIMI Lookup & Generator
Check or generate BIMI records to display your brand logo in email clients that support it.
Email Blacklist Checker
Check if your IP or domain is listed on major email blacklists (RBLs/DNSBLs) that could block your mail.
Website Tools
HTTP Headers Checker
Inspect HTTP response headers for any URL. Check status codes, cache headers, security headers, and more.
SSL Checker
Verify the SSL/TLS certificate of any domain β check validity, expiry date, issuer, and chain completeness.
Website Speed Test
Test the response time and performance of any website or URL. Get TTFB and load time metrics.
Free Online Internet Tools
Our free internet tools cover network diagnostics (ping, traceroute, port scanner), DNS tools (DNS lookup, MX, NS, WHOIS), email security (SPF, DKIM, DMARC, BIMI, blacklist checker), and website tools (HTTP headers, SSL checker, website speed test). All tools run server-side and require no installation.
From the Blog
View all articles
DNS Providers Compared: Cloudflare vs Route 53 vs Google Cloud DNS β and Why It Matters
Registrar DNS is almost always the weakest option β slow global performance, poor TTL flexibility, and limited routing features. Here's how Cloudflare, Route 53, and Google Cloud DNS compare on performance, pricing, and features, and how to move DNS without moving your domain registration.
ICMP and Ping: Why It Has No Ports, Why It's Blocked, and What "Ping Failed" Actually Tells You
Ping uses ICMP β a protocol with no ports, no connections, and no relationship to whether a web server or any other application is actually working. Here's why ping is so commonly blocked by firewalls, what ping success/failure actually tells you (and doesn't), and how blocking the wrong ICMP message type can cause silent, hard-to-diagnose connection failures via Path MTU Discovery.
DKIM, Mailing Lists, and Forwarding: Why Signatures Break and How ARC Tries to Help
A correctly signed email can fail DKIM verification at the recipient simply because a mailing list added an unsubscribe footer β modifying the signed content. Here's why mailing lists and forwarding break DKIM, how ARC (Authenticated Received Chain) was designed to preserve authentication results through intermediaries, and why SPF and DKIM respond differently to forwarding.
HTTP Caching Deep Dive: Cache-Control Directives, ETags, and Content Hashing Strategy
Content-hashed filenames with max-age=31536000 can eliminate network requests for returning users. Here's the complete HTTP caching strategy: Cache-Control directives in depth, ETags and conditional requests, the Vary header pitfall, CDN cache busting, and a practical caching strategy by resource type.
Network Diagnostics: The Systematic Workflow From Ping to Port Scan
A systematic diagnostic workflow finds network problems in minutes: ping β DNS lookup β traceroute β port scan. Each tool answers a specific question and eliminates a layer. Here's the complete process, what each result means, and how to distinguish local problems from remote ones.
BIMI Display Adoption: Why Your Perfectly-Configured Logo Might Still Not Show Up
A perfectly-configured BIMI setup β valid SPF/DKIM/DMARC, correctly-formatted SVG, even a VMC certificate β can still show no logo in most inboxes, because each mailbox provider independently decides whether and when to display BIMI logos. Here's the provider-by-provider adoption patchwork, why SVG Tiny PS (BIMI's restricted SVG profile) commonly rejects design-tool exports, and why "specification-compliant" and "logo actually displays" are genuinely different claims.
Why a 95 Website Speed Score Doesn't Mean Real Users Experience It as Fast β Lab Data vs Field Data
A website scoring 95 in a lab speed test can still feel slow to real users β lab tests run on powerful servers with fast connections and empty caches, while real users are on phones, on 4G, seeing your site for the first time. Here's the lab vs field data distinction, what LCP/INP/CLS actually measure, why slow TTFB sets a floor no client-side fix can overcome, and the specific changes that move each Core Web Vital the most.
WHOIS Lookup β Check Domain Registration, Ownership & Expiry Instantly
Learn what WHOIS reveals about domain ownership, registration dates, expiry, nameservers, and domain status codes β with real examples for security research, competitive analysis, and domain recovery.
CORS Explained: Why It's a Server-Side Fix for a Browser-Side Error, and How to Debug It
A CORS error appears in the browser console as if it's a client-side problem β but it's actually caused by missing response headers from the server, which is why "it works in curl/Postman but fails in the browser" is the classic CORS symptom. Here's same-origin policy, the key CORS headers, simple vs preflighted requests, and a systematic debugging approach.
BIMI Setup Guide: How Email Logo Authentication Fits Into the Full Stack
BIMI is the capstone of email authentication β but it requires SPF, DKIM, and DMARC at p=reject to function. Here's the full setup guide, what Verified Mark Certificates are, which inboxes support it, and the most common misconfigurations.