Try bytes column of DBA_SEGMENTS view for the index segment you are interested in...
__________________
Reddy, Sam
BYTES in DBA_SEGMENT will show the allocated bytes not the actually used.
use DBMS_SPACE to see the actual space.

HTH

Sanjay