Notice: This site is still under heavy development and may contain bugs or incomplete features. We appreciate your patience and feedback as we work to improve the platform.

Site Changelog

Stay updated with the latest changes and improvements to MCScans. Here you can find detailed information about new features, bug fixes, and enhancements.

Version 1.0.9+ui1

August 03, 2025

IMPROVED

UI Updates

Altered the look of the "Online/Offline/Whitelist" authentication icons to represent their purpose and to prevent confusion with server status.

IMPROVED

Dataset Page

Datasets page now allows searching by Type (Java Edition or Bedrock Edition). You can also filter by date, which will show you the datasets available for that date.

Version 1.0.9

July 27, 2025

NEW

IP Geolocation

All servers now have geographic location data available, allowing you to view their geographic info as well as ASN Org name. This will later allow you to search for servers based on their geographic location, but for now you can view it in the server details panel.

IMPROVED

Bedrock Support

We have internally improved the Bedrock support, grabbing some fields we first missed (like record.bedrock.modeNumeric). While we currently have no servers tracked with modeNumeric, expect them to be live by the end of next week.

IMPROVED

API Sort

The public API no longer requires you to specify the sort field, as it will now default to sorting by timestamp. You can still specify the sort field if you want to sort by a different field, but it's no longer necessary.

Version 1.0.8

July 24, 2025

NEW

Server Icon Search

Clicking a server icon in the search results now opens a modal with the full-size icon. This helps you easily query servers that span multiple IP addresses. Additionally, you may also search for servers by their icon hash, althought it may be less intuitive.

  • record.favicon.hash="569e8c4f"

    Select all servers where favicon SHA1 hash equals "569e8c4f"

  • record.favicon.hash="%"

    Select all servers with a favicon

You can check it out on the search page.

IMPROVED

UI Updates

Removed the annoying scroll feature on desktop in favour of a sticky server details panel.

Version 1.0.7

July 17, 2025

NEW

Bedrock Dataset + Scanning

Today marks the first release of the Bedrock dataset, which includes over 33k Bedrock servers. You can now search for Bedrock servers using the filter in the sidebar.

You can check it out on the search page.

SUSPENDED

Depth Scan

We have temporarily suspended the depth scan feature due to some issues with the API. We are working on a fix and will re-enable it in the future. We apologize for the inconvenience.

Version 1.0.6

July 13, 2025

🚀 Major Release
NEW

Modern Query Search

Query search has been completely revamped to support a more modern and flexible syntax. You can now use SQL-Like operators such as =, LIKE, !=, AND, CONTAINS, and more. Here are some examples of the new query syntax:

  • record.hostname="103.1.215.33"

    Select all servers where hostname equals "103.1.215.33"

  • record.motd="%hypixel%"

    Select all servers where MOTD contains "hypixel"

For more information on the new query syntax, check out the documentation.

Version 1.0.5

July 11, 2025

IMPROVED

Datasets

Datasets are now hosted on datasets.mcscans.fi for better performance. In addition, the datasets page has been updated to automatically fetch the latest datasets from the new endpoint.
You can also still download the datasets hosted on 0xacab / gitlab.

NEW

Automated Scans

Scans are now automatically scheduled to run every 3 days, taking around ~12 hours to complete. You can view the status of scans by joining the Discord server and checking the #scan-status channel.

Version 1.0.4

June 26, 2025

🚀 Major Release
NEW

Depth Server Scan

You can now test the status of a server real-time by using the More Info button in the server preview panel. Keep in mind at the moment we only support the Offline auth mode. The data we collect includes:

  • Server Brand
  • Client Gamemode
  • Player List + Player Gamemode
  • Server Brand (may be more reliable than ping)
  • Available Worlds
  • ... and more, check it out yourself!

Version 1.0.3

June 20, 2025

NEW

Auth Mode

Our crawlers now support an authentication mode, allowing filtering of scans based on authentication mode - Online, Offline, or Whitelisted.

Version 1.0.2

June 19, 2025

NEW

Public API

Added a public API to access scan data, allowing developers to integrate MCScans data into their applications and services. Find out more here.

NEW

Documentation

Added a Documentation section to the site, providing detailed information on various aspects of the site.

IMPROVED

UI Updates

Updated a lot of broken links and improved the overall user interface for better navigation and usability.

Version 1.0.1

June 17, 2025

NEW

Historical Records

Scans that are no longer picked up by the server will now be archived automatically, while still being accessible through the API and site.

Version 1.0.0

June 16, 2025

NEW

Data Sorting

Sort either by player count (ping), or protocol version (both ascending).

IMPROVED

UI Updates

Enhanced user interface with improved mobile support as well as improved UI components.

FIXED

Search Query Page

Resolved an issue where the current page number was not being updated correctly when navigating through search results, ensuring accurate pagination.

Version EA1 (Early Access)

June 13, 2025

🚀 Major Release
NEW

Site Release

Launched the initial version of MCScans with basic features including scan results and basic search functionality.