If most objects are off-screen and the game still slows down, then the problem is not with rendering them. You need to keep the object count reasonable, disable behaviors when they are not used, optimize collision checks etc.
If the game is 2D, consider replacing blocks with a tilemap - it should be massively faster.