Let's assume your data starts from cell A2
Into column next to rightmost of your data enter the formula (on fly):
Code:
=(TIME(HOUR($A2),0,0) = ($A2 - TRUNC($A2)))
For full hours, the formula returns TRUE, otherwise FALSE. Filter your table by formula column!