-Object tracking is one of the vital fields of computer vision that detects the moving object from a video sequence. Object detection is used to detect the object present in the video and to find the exact location of that object. The object tracking can be applied in various fields that include video surveillance, robot vision, traffic monitoring, automated civil or military surveillance system, traffic monitoring, human-computer interaction, vehicle navigation, biomedical image analysis, medical imaging and much more. The object tracking algorithm requires tracking the object in each frame of the video. A common approach is to use the background subtraction, which eliminates the common static background, resulting into foreground region showing the presence of the desired object. Block matching technique is the most popular technique for computing the motion vectors between the two frames of video sequences and different searching techniques are available to compute motion vectors between frames. Still, there is a scope for improvement in modifying or developing a new shape pattern for block matching motion estimation to find out and track the object in the video. This paper presents the several object detection and tracking methods and how block matching can be used to track object from a video.