diff --git a/eth/backend.go b/eth/backend.go
index 88456e448268a06e3e5ea61f32f77c7f97f90f2e..a2c0baf8bc032fc8ef8b15f7408cebad32dbec20 100644
--- a/eth/backend.go
+++ b/eth/backend.go
@@ -379,7 +379,7 @@ func (s *Ethereum) Start() error {
 	}
 
 	// Start services
-	s.txPool.Start()
+	go s.txPool.Start()
 
 	if s.whisper != nil {
 		s.whisper.Start()