In the latest release of MQTT-Explorer, some payloads seem to be decoded by SparkplugB when they're not meant to be.
This results in some topics to display "{}" instead of the actual payload.
@kc2zgu mentionned here that some strings (like 5000) are detected as SparkplugB payloads. I can't reproduce this in my application, but the string "empty" gets decoded by SparkplugB, and rendered as {} in MQTT-Explorer. Turns out that strings of length 5 starting with "e" are decoded wrongly, based on a few manual tests.