afl-qx is a queue/output folder explorer for afl(++) instances.
$ go run afl-qx.go -in <afl_out_dir> -listen <address>:<port>
Keep in mind that AFL++3.00 changed the default behavior, and every fuzzer is now a named instance. E.g.:
$ go run afl-qx.go -in out/default -listen localhost:8080
Once running, you can explorer edges to show a diff of the inputs showing the mutation that were performed. You can also explorer the nodes, which will give you a hex dump of the test case.
Legend:
An example using djpeg: