diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go
index 7065d71629e1f95217881661c41aafb086e6600a..3d370bfdc613594301b710022d0abefd98512087 100644
--- a/ethstats/ethstats.go
+++ b/ethstats/ethstats.go
@@ -613,6 +613,7 @@ func (s *Service) reportHistory(conn *websocket.Conn, list []uint64) error {
 		}
 		// Ran out of blocks, cut the report short and send
 		history = history[len(history)-i:]
+		break
 	}
 	// Assemble the history report and send it to the server
 	if len(history) > 0 {