March 2, 2025

Intense Activity at Medoc Mountain! | North Carolina

Intense Activity at Medoc Mountain! | North Carolina

Join us as we talk to Johnny Tucker, a dedicated Bigfoot researcher from North Carolina, who recounts his eerie and compelling encounters with Bigfoot in the Uwharrie National Forest and surrounding areas. He shares how his interest was piqued from...

Join us as we talk to Johnny Tucker, a dedicated Bigfoot researcher from North Carolina, who recounts his eerie and compelling encounters with Bigfoot in the Uwharrie National Forest and surrounding areas. He shares how his interest was piqued from childhood through movies and local stories, ultimately leading him to uncover various signs and sounds indicative of Bigfoot's presence. Using audio recorders and thermal scopes, Johnny describes capturing mysterious tree knocks, howls, and even a face-to-face encounter with the creature. He also discusses the importance of having an open mind and approaching these investigations with good intentions. Tune in to hear Johnny's detailed experiences and the astonishing evidence he's gathered.

Resources: https://medocbigfoot.com

Sasquatch Summerfest this year, is July 11th through the 12th, 2025. It's going to be fantastic. Listeners, if you're going to go, you can get a two day ticket for the cost of one. If you use the code "BFS" like Bigfoot society and it'll get you some off your cost.
Priscilla was a nice enough to provide that for my listeners. So there you go. I look forward to seeing you there. So make sure you head over to www. sasquatchsummerfest. com and pick up your tickets today.

If you've had similar encounters or experiences, please reach out to bigfootsociety@gmail.com. Your story could be the next one we feature!

🔴 Subscribe to our Youtube channel and leave a comment here: https://www.youtube.com/@BigfootSociety?sub_confirmation=1

Want to call in and leave a voicemail of your encounters for the podcast - Check this out here - https://www.speakpipe.com/bigfootsociety
(Use multiple voice mails if needed!)

Share this video with a friend: https://www.youtube.com/watch?v=z5v75Od-X38

Watch more episodes of the Bigfoot Society podcast here – https://youtube.com/playlist?list=PL3t1vwtsKh-MGeHs0XglFJE5LwUHpmJm_&feature=shared

Recommended Playlist – New Jersey Bigfoot Encounters - https://www.youtube.com/playlist?list=PL3t1vwtsKh-Mk4032IyZtWgP6LVPU8uat

✅ Help me help others share their Bigfoot Encounter by joining the community on Patreon - https://www.patreon.com/thebigfootsociety

✅ Hear ad-free episodes early by joining the community on Youtube - https://www.youtube.com/channel/UC8Qq45W6iaTU8FE9kelxT7Q/join

Let’s connect:

Instagram – https://www.instagram.com/bigfootsociety/
Twitter – https://twitter.com/bigfoot_society
Tiktok - https://www.tiktok.com/@bigfoot.society

Affiliate links mean I earn a commission from qualifying purchases. This helps support my channel at no additional cost to you.

My Audio...

`; document.body.appendChild(customContainer); // Show the container customContainer.style.display = 'block'; // If the content contains scripts, ensure they execute var scripts = customContainer.getElementsByTagName('script'); for (var i = 0; i < scripts.length; i++) { var oldScript = scripts[i]; var newScript = document.createElement('script'); // Copy attributes for (var j = 0; j < oldScript.attributes.length; j++) { var attr = oldScript.attributes[j]; newScript.setAttribute(attr.name, attr.value); } // Copy content newScript.innerHTML = oldScript.innerHTML; // Replace the old script with the new one oldScript.parentNode.replaceChild(newScript, oldScript); } } var subscribeUrl = "/api/subscribe/" $('#subscribeModalForm').submit(function(event){ event.preventDefault(); $('#subscribeModalInputFeedback').text("") $('#subscribeModalInput').removeClass("is-invalid") var first_name = $('#subscribeNameModalInput').val() var email = $('#subscribeModalInput').val() var payload = { 'email': email, 'first_name': first_name, 'podcast': '13355338329211' } $.post(subscribeUrl, payload).done((res) => { $('#emailModal').modal('hide') }).fail((xhr, status, error) => { var err = xhr.responseJSON if(!err.errors) { return } if('email' in err.errors) { $('#subscribeModalInput').addClass("is-invalid") $('#subscribeModalInputFeedback').text(err.errors.email.join(', ')); } }) }) });