First list all the network present:
$ sudo docker network ls
Find the bridge network which you want to inspect,
then use this command to inspect it:
$ sudo docker network inspect <name_of_network>
This should give you all the details about the bridge network.
Hope this helped :)
Learn docker through the problems and project in docker training course