Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (2024)

Skip to content

1300 002 771

0/$0.00

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (4)

Introduction

In this recipe, we used our Slow 'N Sear Deluxe Kettle Grill and Drip 'N Griddle Pan.

Creamy Horseradish Dip

Ingredients:

  • 1 Cup Mayo
  • 1 heaping Tablespoon of Prepared Horseradish
  • 1 Teaspoon Lemon Juice
  • 1 Teaspoon Dried Chives
  • You may also choose to add minced Garlic and/or Black Pepper to this dip!

Mix all of the ingredients together thoroughly. Cover and chill in the fridge for the best results.

Prep

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (5)

Take the Prime Rib out of the packaging and pat it dry. We're going to use an 8-pound Boneless Prime Grade Rib Roast. Some of these will be pre-trimmed, while others will not. Because this one didn't, we trimmed the fat side down to expose as much meat as possible. This provides a large surface area for the Montreal Steak Seasoning to adhere to, which is ESSENTIAL for developing a nice crust as well as flavour! If the large fatty area is not pre-trimmed, some people will need to trim the front area as well (as shown in the video). After trimming, lightly coat the entire Roast with Olive Oil, then generously season with Montreal Steak Seasoning (make sure to cover all sides!).

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (6)

Cook

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (7)

Load the Slow 'N Sear with unlit Charcoal Briquettes, then light a wax cube on one end and place a few briquettes on and around it. Allow it to catch for a few minutes before placing the lid on the cooker and fully opening the top and bottom vents until the cooker reaches 75°F to 100°F of the target temperature of 225-250°F. At this point, you should begin closing your vents until you have achieved the desired temperature.

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (8)

Allow the Prime Rib to cook to an internal temperature of 135°F on the indirect side of the cooker. If a second thermometer is available, we recommend using it to double-check the temperature. Remove the roast from the oven and set aside for a few minutes to allow it to cool enough to handle and carve. Slices are typically 1/2 inch (12.7 mm) thick, but this can be adjusted depending on the number of servings required.

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (9)

Enjoy!

Check OurKettle Grills and Accessories

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (10)

By: Rhiannon Peterson

  • Recipes
    • Poultry Recipes

    • Beef Recipes

    • Pork Recipes

    • Lamb Recipes

    • Gyros Recipes

    • Seafood Recipes

    • Veggie Recipes

    • Other Recipes

  • Product Guides
    • Product Reviews

    • Buying Guides

    • Product Assembly Guides

    • Compare Product Guides

    • Large Spit Comparison Guide

  • How To Guides
    • How To Spit Roast

    • How To Smoke Meat

    • How To Grill

    • How To Use A Pizza Oven

  • MasterClasses

  • Community Blogs

  • General Blogs

  • Recipes
    • Poultry Recipes

    • Beef Recipes

    • Pork Recipes

    • Lamb Recipes

    • Gyros Recipes

    • Seafood Recipes

    • Veggie Recipes

    • Other Recipes

  • Product Guides
    • Product Reviews

    • Buying Guides

    • Product Assembly Guides

    • Compare Product Guides

    • Large Spit Comparison Guide

  • How To Guides
    • How To Spit Roast

    • How To Smoke Meat

    • How To Grill

    • How To Use A Pizza Oven

  • MasterClasses

  • Community Blogs

  • General Blogs

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (11) Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (12)

Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (13) Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (14)

0 Cart

Search

`; }; window.lantern_popup = lantern_popup; const displayPopup = (quizURL, alreadySet = false) => { if (!quizURL || quizURL === "" || (ppfPopupShown && autoTriggerOnExitIntent) || (ppfPopupShown && autoTriggerOnScroll) || (ppfPopupShown && autoTriggerAfterXSeconds)) { return; } ppfPopupShown = true; document.body.style.position = 'fixed'; document.body.style.top = `-${ window.scrollY }px`; document.body.style.left = '0'; document.body.style.right = '0'; document.querySelector(".ppf-popup").style.display = "block"; if (!alreadySet) { document.querySelector(".ppf-popup").innerHTML += ``; } }; const hidePopup = () => { document.querySelector(".ppf-popup").style.display = "none"; document.querySelector(".ppf-popup").innerHTML = ``; const scrollY = document.body.style.top; document.body.style.position = ''; document.body.style.top = ''; document.body.style.left = ''; document.body.style.right = ''; window.scrollTo(0, parseInt(scrollY || '0') * -1); }; const onExitIntent = (e) => { if (e.clientY <= 0) { document.removeEventListener("mouseleave", onExitIntent); updateLocalStorage(); const quizURL = "".replace("#open-quiz-", ""); displayPopup(quizURL, true); } }; const onScroll = () => { if (window.scrollY >= autoTriggerScrollValue) { document.removeEventListener("scroll", onScroll); updateLocalStorage(); const quizURL = "".replace("#open-quiz-", ""); displayPopup(quizURL, true); } }; const onTimeout = () => { updateLocalStorage(); const quizURL = "".replace("#open-quiz-", ""); displayPopup(quizURL, true); }; const popupFrequency = "once"; const autoTriggerOnExitIntent = false; const autoTriggerOnScroll = false; const autoTriggerScrollValue = 250; const autoTriggerAfterXSeconds = false; const autoTriggerTimeValue = 10; const popupShown = localStorage.getItem("ppf-popup-shown"); const popupShownCount = localStorage.getItem("ppf-popup-shown-count"); const popupShownTimestamp = localStorage.getItem("ppf-popup-shown-timestamp"); const popupShownDate = new Date(parseInt(popupShownTimestamp)); const shouldShowPopup = (popupFrequency === "once" && !popupShown) || (popupFrequency === "twice" && (!popupShown || popupShownCount < 2)) || (popupFrequency === "thrice" && (!popupShown || popupShownCount < 3)) || (popupFrequency === "always") || (popupFrequency === "hourly" && (!popupShown || popupShownDate.getHours() !== new Date().getHours())) || (popupFrequency === "daily" && (!popupShown || popupShownDate.getDate() !== new Date().getDate())) || (popupFrequency === "weekly" && (!popupShown || popupShownDate.getDay() !== new Date().getDay())) || (popupFrequency === "monthly" && (!popupShown || popupShownDate.getMonth() !== new Date().getMonth())) || (popupFrequency === "yearly" && (!popupShown || popupShownDate.getFullYear() !== new Date().getFullYear())); if (shouldShowPopup && autoTriggerOnExitIntent) { const quizURL = "".replace("#open-quiz-", ""); if ( document?.querySelector(".ppf-popup")?.innerHTML) { document.querySelector(".ppf-popup").innerHTML += ``; } document.addEventListener("mouseleave", onExitIntent); } if (shouldShowPopup && autoTriggerOnScroll && autoTriggerScrollValue >= 0) { const quizURL = "".replace("#open-quiz-", ""); if ( document?.querySelector(".ppf-popup")?.innerHTML) { document.querySelector(".ppf-popup").innerHTML += ``; } document.addEventListener("scroll", onScroll); } if (shouldShowPopup && autoTriggerAfterXSeconds && autoTriggerTimeValue >= 0) { const quizURL = "".replace("#open-quiz-", ""); if ( document?.querySelector(".ppf-popup")?.innerHTML) { document.querySelector(".ppf-popup").innerHTML += ``; } setTimeout(onTimeout, autoTriggerTimeValue * 1000); } document.addEventListener("click", (e) => { let targetElement = e.target; while (targetElement && targetElement !== document) { if (targetElement.tagName === 'A' && targetElement.getAttribute("href")?.startsWith("#open-quiz-")) { e.preventDefault(); const quizURL = targetElement.getAttribute("href").replace("#open-quiz-", ""); displayPopup(quizURL); return; } if (targetElement.classList?.contains("ppf-popup-close")) { hidePopup(); return; } targetElement = targetElement.parentNode; } }); });
Delicious Slow 'N Sear Grill Recipes: Creamy Horseradish Dip & Perfectly Cooked Prime Rib (2024)

References

Top Articles
Calculateur de Fusion Pokémon Infinite Fusion 🔥 -- Générateur|Aperçu Shiny|Pokédex
Oviedo Anonib
Booknet.com Contract Marriage 2
Shs Games 1V1 Lol
Health Benefits of Guava
Teenbeautyfitness
Nikki Catsouras Head Cut In Half
Cnnfn.com Markets
Where does insurance expense go in accounting?
Cbs Trade Value Chart Fantasy Football
Mail.zsthost Change Password
Letter F Logos - 178+ Best Letter F Logo Ideas. Free Letter F Logo Maker. | 99designs
Brett Cooper Wikifeet
China’s UberEats - Meituan Dianping, Abandons Bike Sharing And Ride Hailing - Digital Crew
Sulfur - Element information, properties and uses
Graphic Look Inside Jeffrey Dahmer
Poe Str Stacking
Dragger Games For The Brain
Gran Turismo Showtimes Near Marcus Renaissance Cinema
Seeking Arrangements Boston
Sec Baseball Tournament Score
Riversweeps Admin Login
Redfin Skagit County
Living Shard Calamity
3569 Vineyard Ave NE, Grand Rapids, MI 49525 - MLS 24048144 - Coldwell Banker
January 8 Jesus Calling
Pay Stub Portal
ATM, 3813 N Woodlawn Blvd, Wichita, KS 67220, US - MapQuest
Kiddie Jungle Parma
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
Los Amigos Taquería Kalona Menu
Appleton Post Crescent Today's Obituaries
Agematch Com Member Login
Indiefoxx Deepfake
Austin Automotive Buda
State Legislatures Icivics Answer Key
Zasilacz Dell G3 15 3579
Anya Banerjee Feet
8 Ball Pool Unblocked Cool Math Games
Review: T-Mobile's Unlimited 4G voor Thuis | Consumentenbond
Live Delta Flight Status - FlightAware
062203010
Pain Out Maxx Kratom
Advance Auto.parts Near Me
Pgecom
Conan Exiles Colored Crystal
Theater X Orange Heights Florida
Mike De Beer Twitter
Gelato 47 Allbud
Equinox Great Neck Class Schedule
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 5265

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.