Scott Murray recently passed away on February 23, 2022. The news was confirmed on March 2, the same day his funeral took place at Monkstown Parish Church in County Dublin, Ireland.

Several theories are being discussed online regarding the fitness instructor’s cause of death. However, his family has confirmed that he died of heart failure.


Scott Murray’s cause of death and career

Although his family confirmed that heart failure was his cause of death, other online reports state that Murray died of an eating disorder and was also exercising excessively.

Murray was a fitness trainer from the Republic of Ireland. He was popular on YouTube for having accurate information about nutrition and healthy living.

The fitness trainer had around 45.2 thousand subscribers on YouTube. He has been bodybuilding since he was 13 years old, and his transformation from fat to fit was inspirational to everyone.

Scott Murray's family confirmed that he died of heart failure (Image via smurray_32/Instagram)
Scott Murray's family confirmed that he died of heart failure (Image via smurray_32/Instagram)

Murray was candid about his days of adolescence and had a tumultuous relationship with eating. He had a bachelor’s degree in health and performance and continued to explore fitness by obtaining a master’s degree in food nutrition and health.

Murray was acknowledged as a certified coach on YouTube and was also awarded ITEC credentials as a qualified Personal Fitness Trainer. He used to describe bodybuilding, fat loss, and living a healthy lifestyle in a unique way.

The fitness trainer was active on Instagram until February 13, 2022. He was also using Twitter under the username @smurray32 and had around 132,000 followers. His most recent Instagram post featured him explaining sweet meals.

youtube-cover

Murray’s net worth was estimated to be around $1 million. Since he was a popular figure on social media, he earned a lot from those platforms, and his fitness Vlogs helped him to accumulate a lot of wealth.


Netizens pay tribute on Twitter

Scott Murray was a name known to everyone since his fitness and bodybuilding was inspirational to many people. The public paid tribute on social media when they heard about his death:

Murray is survived by his family members, and further details about his personal life are yet to be revealed.

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1032815, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1032815); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1032815) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1032815) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();