Public domain Minecraft multiplayer server statistics
Since October 2016, minetrack.me has pinged and logged the reported player count (and timestamp) of several Minecraft multiplayer servers every ~3 seconds, producing a data set of over 500 million datapoints. The complete collection of databases, and all ongoing additions, are available within the public domain.
Email the author with any questions: [email protected]
Beginning August 1st 2020, Minetrack automatically exports and publishes a 24 hour subset of its database at 1am UTC each night. The database is available as a zipped sqlite3 database (.sql.zip) or an uncompressed csv file (.csv). Both file formats contain the same three data points for each row: timestamp
, ip
, and playerCount
.
timestamp
is a unix epoch time in milliseconds denoting when Minetrack has handled the network response from the Minecraft multiplayer server.ip
is the (poorly named) hostname of the Minecraft multiplayer server.playerCount
is either a int value denoting the Minecraft multiplayer server's reported player count, or a NULL
value denoting failure to ping the Minecraft multiplayer server. Any databases prior to July 2020 will store a 0 value if Minetrack failed to ping the server. Unforunately, this means you cannot differentiate between erroneous pings and playerCount values that happen to be 0.sqlite3 databases are additionally published with two pre-built indexes:
CREATE INDEX ip_index ON pings (ip, playerCount); CREATE INDEX timestamp_index on PINGS (timestamp);
Files may be downloaded using the following URL format, where $MINECRAFT_TYPE
is either "Java" or "Bedrock", and $FORMAT
is either ".sql.zip" (for zipped sqlite3 databases) or ".csv" (for uncompressed csv files).
https://dl.minetrack.me/$MINECRAFT_TYPE/$DAY-$MONTH-$YEAR.$FORMAT
For example,
https://dl.minetrack.me/Bedrock/1-5-2021.sql.zip
https://dl.minetrack.me/Java/1-7-2021.csv
Prior to August 1st 2020, Minetrack's databases were manually published in large, numbered releases. These legacy releases remain available for download for archival purposes, however they are available only in their original zipped sqlite3 database format.
Date Range | Hostnames | File Size | Download |
---|---|---|---|
2020-04-02 — 2020-07-30 4 months |
hivebedrock.network mco.cubecraft.net pe.mineplex.com play.galaxite.net play.inpvp.net play.lbsg.net proxylink.nethergames.org |
0.4GB compressed 1.6GB decompressed |
via dl.minetrack.me |
2019-06-06 — 2020-04-03 10 months |
hivebedrock.network mco.cubecraft.net pe.cookie-build.com pe.mineplex.com play.inpvp.net play.lbsg.net pvp.pigraid.com |
1.3GB compressed 4.9GB decompressed |
via dl.minetrack.me |
2017-09-21 — 2019-06-06 20 months |
hivebedrock.network mco.cubecraft.net pe.cookie-build.com pe.mineplex.com play.inpvp.net play.lbsg.net play.leet.cc pvp.pigraid.com |
2.2GB compressed 8.7GB decompressed |
via dl.minetrack.me |
Date Range | Hostnames | File Size | Download |
---|---|---|---|
2019-06-06 — 2019-09-07 3 months |
bgp.mc233.cn mc.mcmylx.com mcloulou.com play.minemc.cn play.qyzgmc.com x19hypixel.nie.netease.com |
0.15GB compressed 0.6GB decompressed |
via dl.minetrack.me |
2017-06-19 — 2019-06-06 23 months |
bgp.mc233.cn mc.52ko.com mc.cxbbss.com mc.mcmylx.com mc.mcxssg.net mcloulou.com play.minemc.cn play.qyzgmc.com x19hypixel.nie.netease.com |
1.5GB compressed 5.8GB decompressed |
via dl.minetrack.me |
Date Range | Hostnames | File Size | Download |
---|---|---|---|
2020-04-02 — 2020-07-30 4 months |
mc.cosmicpvp.me mc.hypixel.net mc.minehut.com mc.rewinside.tv minehut.com play.cubecraft.net play.gommehd.net play.hivemc.com play.timolia.de play.wynncraft.com premium.funcraft.net us.mineplex.com us.shotbow.net x19hypixel.nie.netease.com |
0.8GB compressed 3.3GB decompressed |
via dl.minetrack.me |
2016-10-01 — 2020-04-03 42 months |
cosmicpvp.me mc.hypixel.net mc.rewinside.tv na.badlion.net play.cubecraft.net play.epicube.fr play.gommehd.net play.hivemc.com play.mcpz.net play.timolia.de play.wynncraft.com premium.funcraft.net us.mineplex.com us.shotbow.net x19hypixel.nie.netease.com |
9.2GB compressed 36.7GB decompressed |
via dl.minetrack.me |
All published .sql.zip or .csv files on this page are licensed under CC0 1.0 (Public Domain Dedication, "No Copyright").
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.