Logo

SI Flight Tracker

Loading...
Live Flights

{{ data.length || 'Loading...' }}

VFR

{{ countFlightRulesType('VFR') }}

IFR

{{ countFlightRulesType('IFR') }}

Jets

{{ countAircraftType('jet') }}

Piston Aircraft

{{ countAircraftType('piston') }}

Helicopters

{{ countAircraftType('helicopter') }}

Listen Live

Stay connected to the ATC action with SayIntentions' Radio Scanner, showcasing hundreds of active flights around the globe.

From: {{ currentRadioData.who_from || '-' }}
Frequency: {{ currentRadioData.frequency || '-' }}
Station: {{ currentRadioData.station_name || '-' }}
Pilot: {{ currentRadioData.pilot || '-' }}
Airport: {{ currentRadioData.airport || '-' }}
Position: {{ currentRadioData.position || '-' }}

Active Flights

Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Airport Data

{{ currentAirportEmoji }} {{ currentAirportName }}

{{ currentAirportCity || '-' }} | {{ currentAirportState || '-' }} | {{ currentAirportCountry || '-' }}

Departures

Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Arrivals

Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Spotlight

Busiest Airports

Top 10 busiest airports on the SI network.
Flag ICAO Name City State/Province Country Total Flights Departures Arrivals
{{ airport.emoji }} {{ airport.icao }} {{ airport.name }} {{ airport.city }} {{ airport.state }} {{ airport.country }} {{ airport.totalFlights }} {{ airport.departures }} {{ airport.arrivals }}

Longest Flights

Top 5 flights with the longest Total Distance.
Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} SI Logo {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Need for Speed

Top 5 flights with the highest speed.
Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Cabin Crisis

Flights that are experiencing a simulated cabin crisis.
Crisis A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.crisis_description }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Cleared to Land

Flights that will be landing soon.
Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}

Buttered It

Flights with landing rates.
Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA Landing Rate
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude ? (flight.altitude + ' ft') : '-' }} {{ flight.airspeed ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }} {{ flight.landing_rate }} fpm

Line Up and Wait

Flights that will be taking off soon.
Type Flight Rules A/C Callsign Name Origin Destination Stage Altitude Speed Total Distance Remaining ETA
{{ flight.flight_rules }} {{ flight.ac_model }} {{ flight.convertedCallsign || '-' }} Partner Icon {{ flight.displayname || '-' }} {{ flight.origin_flag }} {{ flight.origin || '-' }} {{ flight.origin || '-' }} {{ flight.destination_flag }} {{ flight.final_destination || '-' }} {{ flight.final_destination || '-' }} {{ flight.stage }} - {{ flight.altitude && flight.altitude !== '-' ? (flight.altitude + ' ft') : '-' }} {{ (flight.airspeed !== null && flight.airspeed !== undefined && flight.airspeed !== '' && flight.airspeed !== '-') ? (flight.airspeed + ' kts') : '-' }} {{ flight.total_distance && flight.total_distance !== '-' ? (flight.total_distance + ' nm') : '-' }} {{ flight.remaining_distance !== null && flight.remaining_distance !== undefined && flight.remaining_distance !== '' && flight.remaining_distance !== '-' ? (flight.remaining_distance + ' nm') : '-' }} {{ flight.eta_display || '-' }}