Is your site up right now?
Enter an address. This asks for it the way a browser would, follows the redirects and tells you exactly what came back. Free, no signup. If it is working, you can then have it watched for fourteen days and emailed the moment it stops.
What this actually asks
Whether anything answers
The check asks for your address the same way a browser does. It waits up to ten seconds. If nothing comes back in that time — no page, no error page, nothing at all — the site is down, and that is what a visitor gets too.
Sometimes a server starts replying and then drops the connection halfway. The tool says so separately, because "there is nothing there" and "something is there and falling over" are two different conversations with your host.
The redirects, all the way to the end
Most addresses redirect at least once. Plain http goes to https, or the bare domain goes to www. So the tool follows the trail, up to ten hops, and judges whatever it lands on rather than the first answer.
It also catches the trail that never lands. A redirect loop is usually an https rule and a www rule sending each other back and forth, and browsers simply give up. From a visitor's side that is indistinguishable from the site being off, so the tool treats it as down. The Redirect Chain Checker walks the whole trail if you want to see where it turns around.
What the server actually said
A 5xx means the request reached your application and the application failed. That is down. A 500 usually points at code or a database that is not answering, while a 502 or 503 usually means the web server is fine and whatever sits behind it is not.
A 4xx is different. The server is up and working correctly — it is telling you there is nothing at that particular address. Worth knowing, but not an outage, so it reports as a warning instead.
The secure connection, separately from the server
A certificate problem is reported on its own rather than lumped in with "down". The reason is that the two need completely different fixes, and the symptoms look nothing alike from the inside.
When a handshake fails, your server is running perfectly. Visitors just get a full-page security warning instead of your site, and almost nobody clicks past one. Worse, it often keeps loading fine for you, because your own browser already trusts the old certificate. The SSL Certificate Checker tells you which part is wrong.
How long it took
The pass line shows the time to the final response, in milliseconds, along with the address that answered.
It is deliberately not a verdict. One sample cannot tell you whether a site is slow — that needs many measurements over time, and printing a judgement off a single request would be a guess dressed up as a fact. So the number is there to read, and nothing is claimed about it.
Then, if you want it, fourteen days of watching
The trial checks the same address every five minutes for fourteen days. It emails you when it goes down and again when it comes back. Nothing starts until you click the link in the confirmation email.
Down means two consecutive failed checks, never one. Networks blink, and a monitor that shouts about every blip is one you learn to ignore. Recovery, on the other hand, only takes one good check. Slow to alarm, quick to stand down.
You get one email per outage, not one per check. If a certificate is about to expire during the fortnight, you get told at 14 days and again at 3, because a lapsed certificate is the most common outage that nobody sees coming.
What is stored, and when it is deleted
The instant check stores nothing at all. No address is asked for and none is kept.
The trial keeps two things: the email address you gave and the URL being watched. There is no name field, no message box and no account. When the fortnight ends, everything is deleted seven days later. A signup nobody confirms is deleted after 48 hours.
Stopping it is one button on your own trial page, with no login and no reply-to-unsubscribe. The link is in every email I send you.
Nobody finds out from a dashboard.
They find out when a customer calls. If your site going down would cost you real money and nothing is currently watching it, that is worth a short conversation.
Prefer to talk? Book a free call ↗ · Or hire me on Upwork ↗ · Typical reply within one business day.
Questions
Is the instant check really free?
Why do you need my email address for the trial?
What counts as down?
5xx range, or a failed secure connection. A redirect loop counts too, because a visitor never reaches a page. A 404 does not count on its own — the server is up and answering — but if your site was working and then starts returning one, that is a real failure and you will hear about it.