Your address, as this site sees it
The result above is produced the moment the page loads, before any form is touched. It is the public address that reached this server on this connection, together with the network that announces it and an approximate region. Nothing has to be entered, and nothing is guessed: the address is part of the request that delivered the page.
That matters because the common question behind this search — what is my IP address — is one the site can already answer. Asking someone to type their own address, or to press a button to reveal it, adds a step that produces no new information. The input below the result exists for a different job: checking an address that is not yours.
Why the location is an estimate, and often a poor one
City and region come from databases that map ranges of addresses to places: the registration record of the range, plus observed routing. Both describe networks, not people. Three consequences follow, and all three are normal rather than faults.
The address can belong to a gateway. A large operator registers a block of addresses to one office, then issues them to subscribers across a whole region. The database can only report the office.
The address can belong to a data centre. Addresses used by hosting providers are registered at the facility. A connection from a cloud region, or through a commercial VPN, will show the facility’s city.
The address can be reassigned. Ranges move between operators, and the database is updated on its own schedule, which is not the same as the day the change happened. A record that is months old can still be served as current.
An address therefore locates a network attachment point. It does not locate a person, and it should never be read as a street address.
IPv4 and IPv6 are two separate answers
A host can hold an IPv4 address, an IPv6 address, or both. This page reports whichever family carried the request, which is not necessarily the family a different destination would use. A device with working IPv6 can still reach a site over IPv4 when that site publishes no AAAA record, and a broken IPv6 path on the network can leave an otherwise healthy device with no IPv6 connectivity at all. The IPv6 check separates those cases.
What this page does not tell you
It does not tell you whether a website will accept a connection from the address. Services decide that on their own criteria, and the criteria are not published. It does not tell you whether the address has a good or bad reputation, because there is no shared reputation score to look up: the reputation checks on this site list the individual observations instead of inventing a single number. It does not tell you which sites have seen this address before, and it does not test whether the device behind it is reachable from the internet.
It also does not identify the person using the connection. No public database maps an address to a named subscriber, and the databases that hold that mapping are not open to public queries.
Reading the fields
The address is the value this server saw. The version field records whether it is IPv4 or IPv6, because the two have different supply, different costs and different treatment by providers. The network field reports the autonomous system, which is the unit of routing announcements, and the organisation field names whoever holds that system. Timezone is a best-effort value from the same database and follows the estimate above.
The reputation signals, where a provider returned them, appear as separate observations rather than a verdict, and each one names the source that produced it. A missing observation is shown as unknown. Treating an unknown as a pass is the most common mistake in this category of tool, so the interface refuses to make that substitution.
Where the numbers come from
Location and network ownership are supplied by a commercial IP database, queried from the server at the moment the page runs. The additional signals come from a second provider, which has its own model and its own idea of risk. Both are named in the result, each with its own query time, because a figure without a source and a date is not evidence.
Free quotas are finite. When a provider has run out for the hour or is unreachable, its fields are reported as unavailable rather than replaced with a default. A report that says “unavailable” is more useful than one that quietly reports a clean result.
Where to go next
IP purity check explains what the individual signals mean and what each one can and cannot prove. IP reputation check compares the providers that publish reputation data and explains why they disagree. IP blacklist check covers the separate question of blocklists, which no IP database can answer. ASN lookup goes into network ownership, and the network diagnostics guide puts these checks in the order worth running when something is broken. DNS answers are a different question and live in DNS lookup.