Hi,
Routing table (the output of "show ip route") will let you know the router from which the prefix is learnt/received as nexthop. Incase of BGP, it is possible that the nexthop is multihop away. It normally performs a recusive lookup to check the egress interface.
If you want to check the egress interface, you can use "show ipcef <>"
-Nagendra