The BTree page dialog interprets a BTree page and it's various fields.

btreepage.png

At the top of this dialog is the "File Range Control". The file range control gives you a quick graphical view of where in the file this page is located.

Next comes the BTPage Trailer. This is located at the end of the page, right before the page trailer. It includes basic information about how to interpret this page, such as:
The page trailer area includes an interpretation of the fields of the page trailer structure. They include:
Below the page trailer is the contents of the page. This is a tree control, graphically displaying the various entries on this BTree page. Note that for non-leaf pages only the immediate children of the displayed root node actually represent data on this page. this tree control will dynamically load other BTree pages from the file in order to fill out the tree control as you expand further nodes.