You can get the SCN of the most recently committed (local) transaction with the following query:

select max(ktuxescnw * power(2, 32) + ktuxescnb) from x$ktuxe;