\documentclass{article}
\usepackage{pbackref}
\begin{document}

A few years ago, Potse wrote a nice paper \cite{potse:loc}.

Let's cite this again \cite{potse:loc}.

\clearpage


In addition to his first paper \cite{potse:loc}, he wrote one more
\cite{potse:ecc} this year!


\clearpage

And another \cite{potse:loc,potse:maplab,potse:ecc}!

\bibliographystyle{unsrt}
\bibliography{potse}

\end{document}
