date timestamp[ns] | total_count int64 | bluewalker_count int64 | bluebird_count int64 | operational_count int64 | mean_altitude_km float64 | mean_inclination_deg float64 |
|---|---|---|---|---|---|---|
2026-04-15T00:00:00 | 7 | 1 | 6 | 0 | 499.37 | 53.0131 |
2026-04-16T00:00:00 | 7 | 1 | 6 | 0 | 499.43 | 53.0135 |
2026-04-17T00:00:00 | 7 | 1 | 6 | 0 | 499.4 | 53.0137 |
2026-04-18T00:00:00 | 7 | 1 | 6 | 0 | 499.36 | 53.0139 |
2026-04-19T00:00:00 | 7 | 1 | 6 | 0 | 499.23 | 53.0143 |
2026-04-20T00:00:00 | 8 | 1 | 7 | 0 | 457.01 | 50.9005 |
2026-04-21T00:00:00 | 8 | 1 | 7 | 0 | 470.86 | 51.757 |
2026-04-22T00:00:00 | 7 | 1 | 6 | 0 | 498.95 | 53.015 |
2026-04-23T00:00:00 | 7 | 1 | 6 | 0 | 498.95 | 53.0138 |
2026-04-24T00:00:00 | 7 | 1 | 6 | 0 | 498.95 | 53.0135 |
2026-04-25T00:00:00 | 7 | 1 | 6 | 0 | 498.8 | 53.0131 |
2026-04-26T00:00:00 | 7 | 1 | 6 | 0 | 498.93 | 53.013 |
2026-04-27T00:00:00 | 7 | 1 | 6 | 0 | 498.87 | 53.0132 |
2026-04-28T00:00:00 | 7 | 1 | 6 | 0 | 498.85 | 53.0133 |
2026-04-29T00:00:00 | 7 | 1 | 6 | 0 | 498.73 | 53.0133 |
AST SpaceMobile BlueBird Fleet Data
Credit: NASA
Part of a dataset collection on Hugging Face.
Dataset description
Daily health snapshots of the AST SpaceMobile BlueBird direct-to-cell satellite constellation, derived from CelesTrak GP (General Perturbations) data. Tracks the BlueWalker 3 prototype and all production BlueBird satellites as the constellation is built out.
AST SpaceMobile is developing a unique LEO constellation designed to provide broadband connectivity directly to ordinary unmodified smartphones, without special satellite-phone hardware. The BlueBird satellites use unusually large phased-array antennas (up to 700 m2) to close the link budget with handset-sized antennas on the ground. The BlueWalker 3 prototype launched in 2022, the first five production BlueBirds flew on a Falcon 9 in September 2024, and SpaceMobile-006 followed in 2025.
AST is notable in the Bezos-vs-Musk launch race because the company is a customer of both providers: the initial BlueBird batch flew on SpaceX Falcon 9, and Blue Origin's April 2026 New Glenn mission is launching additional BlueBird satellites. This dataset pairs naturally with juliensimon/blue-origin-launches and juliensimon/spacex-launches to track how AST's deployment splits between the two launch providers, and with juliensimon/starlink-fleet-data to compare direct-to-cell approaches (Starlink DTC vs BlueBird) as that market develops.
This dataset is suitable for time-series forecasting, tabular classification tasks.
Schema
| Column | Type | Description | Sample | Null % |
|---|---|---|---|---|
date |
datetime64[ns] | UTC date of the daily snapshot; one row per date | 2026-04-15 00:00:00 | 0.0% |
total_count |
int64 | Total AST SpaceMobile objects tracked on this date (BlueWalker + BlueBird); expected range 1-250 as the constellation grows toward its ~243-satellite FCC-authorized Block-1/2 deployment | 7 | 0.0% |
bluewalker_count |
int64 | Number of BlueWalker prototype satellites on orbit (always 0 or 1; only BlueWalker-3 was launched, in Sept 2022) | 1 | 0.0% |
bluebird_count |
int64 | Number of production BlueBird satellites (SpaceMobile-001..00N); expected range 0-243 per FCC Block-1+Block-2 authorization, first five launched Sept 2024 | 6 | 0.0% |
operational_count |
int64 | Satellites within 100 km of the 700 km target operational altitude; expected to approach bluebird_count once each satellite finishes LEOP and orbit raising | 0 | 0.0% |
mean_altitude_km |
float64 | Mean altitude of the fleet above Earth's surface (km); typical range 500-720 — mix of parked/transfer (500 km) and operational (700 km) altitudes | 499.37 | 0.0% |
mean_inclination_deg |
float64 | Mean orbital inclination of the fleet (degrees); nominal 53° inclination per FCC filing | 53.0131 | 0.0% |
Quick stats
- 7 AST SpaceMobile satellites (1 BlueWalker + 6 BlueBird)
- 0 near 700 km target operational altitude
- 15 daily snapshot rows (2026-04-15 to 2026-04-29)
- Customer of both SpaceX and Blue Origin — pair with blue-origin-launches and spacex-launches
Usage
from datasets import load_dataset
ds = load_dataset("juliensimon/ast-spacemobile-fleet-data", split="train")
df = ds.to_pandas()
from datasets import load_dataset
ast = load_dataset("juliensimon/ast-spacemobile-fleet-data", split="train").to_pandas()
# Fleet growth over time
print(ast[["date", "bluewalker_count", "bluebird_count"]].tail(10))
Data source
Update schedule
Daily at 09:15 UTC via GitHub Actions
Related datasets
If you find this dataset useful, please consider giving it a like on Hugging Face. It helps others discover it.
About the author
Created by Julien Simon — AI Operating Partner at Fortino Capital. Part of the Space Datasets collection.
Citation
@dataset{ast_spacemobile_fleet_data,
title = {AST SpaceMobile BlueBird Fleet Data},
author = {juliensimon},
year = {2026},
url = {https://huggingface.co/datasets/juliensimon/ast-spacemobile-fleet-data},
publisher = {Hugging Face}
}
License
- Downloads last month
- 160