If you use Git Extensions GUI it can show you a graphical visualization of dangling commits if you check "View -> Show reflog references".This will show dangling commits in the tree, just like all other referenced ones. This way it is way easier to find what you are looking for.
See this image for demonstration. Commits C2, C3, C4, and C5 on the image are dangling but still visible.