NBTExplorer guide

NBTExplorer guide: how to open and edit Minecraft world files

NBTExplorer is a desktop NBT editor for Minecraft data. This guide explains what it does, which files it can open, how to edit a world safely, and when a browser-based workflow may be a better fit.

Published 2026-09-218 min read

NBTExplorer is an open-source graphical editor for NBT data, mainly used with Minecraft Java Edition world, player, region, and schematic files. It is a desktop application, not an online service, so you download it and open files from your own computer.

Official project

Find the official NBTExplorer project

Check the project repository for source code, releases, supported platforms, and the latest usage notes.

View official GitHub

What is NBTExplorer used for?

Minecraft stores structured data in the Named Binary Tag format. NBTExplorer gives you a tree view of that data so you can inspect compounds, lists, strings, numbers, and arrays instead of trying to read a binary file in a normal text editor.

Which files can NBTExplorer open?

File or containerTypical use
level.datWorld settings, game rules, time, seed, and spawn data
Playerdata .dat filesPlayer position, inventory, health, and ender chest
.nbt and .schematicStandalone NBT data and saved structures
.mca and .mcrMinecraft region containers and their chunk data
Cubic Chunks region filesRegion data from compatible older workflows

The exact tags and values depend on the Minecraft version, the file path, and any mods or tools that created the data. A file extension tells you what container you have; it does not tell you which values are safe to change.

How to use NBTExplorer safely

  1. Close Minecraft or stop the server before changing world data.
  2. Make an untouched backup of the complete world folder, not only the file you expect to edit.
  3. Open the target file in NBTExplorer and expand the tree until you reach the tag you need.
  4. Change one small value at a time and keep a note of the original value.
  5. Save the edited file as a separate copy when possible, then test it in a duplicate world before replacing the original.

Common NBTExplorer tasks

Edit level.dat

World-level settings such as GameType, GameRules, difficulty, time, and spawn coordinates are commonly found inside level.dat. Use the level.dat guide when you need the exact paths and values for a particular change.

Restore or change player data

On a server, player state usually lives in a UUID-named file under playerdata. In singleplayer, the active player is stored under the Player compound in level.dat. Confirm which workflow you have before editing the wrong file.

Inspect region and chunk data

Region files contain many chunks, so a small change can affect a large world area. Keep the original MCA or MCR file, identify the target chunk carefully, and test the result on a copy.

NBTExplorer or an online NBT editor?

NBTExplorer is a sensible choice when you want an installed desktop workflow or need the features of the established project. A browser editor can be more convenient when you want to inspect a supported file without installing software. Chunkweave processes supported Minecraft Java Edition files locally in your browser and is not affiliated with or a replacement release of NBTExplorer.

No installation required

Try the browser-based alternative

Open a supported Java Edition NBT, DAT, MCA, MCR, or schematic file locally and export a separate edited copy.

Compare Chunkweave with NBTExplorer

Frequently asked questions

Is NBTExplorer free?

NBTExplorer is an open-source desktop project. Check its official repository for current releases, licensing information, and platform notes.

Does NBTExplorer work with level.dat?

Yes. level.dat is a standard Minecraft NBT file and is one of the common files people inspect with NBTExplorer.

Can I use NBTExplorer online?

NBTExplorer itself is a desktop application. If you want an online workflow, Chunkweave is an independent browser-based alternative that processes supported files locally.

Why did my NBTExplorer edit disappear?

The game or server may have still been running and saved its in-memory state over your file. Stop it before editing, keep a backup, and test the edited copy before replacing the original.

Is Chunkweave the official NBTExplorer website?

No. Chunkweave and NBTExplorer are independent projects. Chunkweave is a browser-local NBT editor with its own supported formats and workflow.

Ready when your file is

Inspect the structure before you change it.

Open a supported Minecraft Java Edition file, stage edits, and export a separate copy without sending world data to a server.

Open the NBT editor