SELECT * FROM tabella ORDER BY timestamp DESC LIMIT 3

EDIT
Ma questo lo potevi fare anche con l'id (anche se hai dei vuoti)

SELECT * FROM tabella ORDER BY id DESC LIMIT 3