I categorize the intersections as one of two types:
(1) those created by diagonal lines
(2) those created by horizontal/vertical lines
You can see that each identical square has 1 intersection created by diagonal lines.
In this type of grid, which contains identical squares and has 'N' rows and 'N' columns, there are N^2 intersections from diagonal lines
Now look at the top row. Notice that there are 5 vertical lines which intersect the top-most horizontal line.
In this type of grid, which contains identical squares and has 'N' rows and 'N' columns, there are (N+1)^2 intersections created by horizontal/vertical lines.
In a 5x5 grid, N=5. There are N^2 = 25 intersection points from diagonal lines
There are also (N+1)^2 = 36 intersection points from horizontal/vertical lines.
There are no other types of intersections, so the total # of intersections = 25+36=61.
I'm really old, but I'll never be too old to become more educated.