So with the prefix "bc1" at the start of the wallet address, it's a sign that's Bitcoin Segwit wallet address, and usually contains 26 to 36 characters.
bc1 can be for:
P2wpkh which have 42 characters
P2wsh which contain 62 characters
P2TR which contain 62 characters
Thanks for the detailed explanation Boss, because not until today I never knew bc1 Segwit wallet address was subdivided into these 3 categories given above, and on that note, I look forward to making more personal research about it for my understanding.
Shading a little light on this; the first two format P2WPKH and P2WSH uses the prefix bc1q, the difference between them is that the format P2WPKH is your standard address which is shorter in character and you have your Pubkey and where you can spend from that pubkey while the P2WSH is like the address format with script like multi sig (it is just similar to the address format P2SH; address starting with 3) and it is long. The both are referred to as version 0 Segwit address format.
The P2TR is the version 1 Segwit address format, simple called the taproot address, this was Like a little privacy upgrade on the version 0 formats when using multi signature addresses.