Cached data
Live
Altitude
(ft)
0
500
1,000
2,000
4,000
6,000
8,000
10,000
20,000
30,000
40,000+
View nearby aircraft positions, speed, altitude, and last contact time. Move or zoom the map to automatically show aircraft within the current map area.
{{ errorMessage }}
Total states
{{ stats.total_count }}
Displayed
{{ stats.displayed_count }}
Airborne
{{ stats.airborne_count }}
Countries / Regions
{{ stats.country_count }}
Live Flight Information
Loading live flight data...
There are no flights to display right now.
| Callsign | Airline | Distance | Origin country | Altitude | Speed | Heading | Status | Last contact |
|---|---|---|---|---|---|---|---|---|
|
{{ flight.callsign || flight.icao24 || labels.unknown }}
{{ flight.icao24 }}
|
{{ flight.airline.name }} {{ flight.airline.name }} | {{ formatDistance(flight.distance_km) }} | {{ flight.origin_country || labels.unknown }} | {{ formatAltitude(flight.geo_altitude_m ?? flight.baro_altitude_m) }} | {{ formatSpeed(flight.velocity_kmh) }} | {{ formatHeading(flight.true_track) }} | {{ flight.on_ground ? labels.onGround : labels.airborneStatus }} | {{ formatTimestamp(flight.last_contact) }} |