breakfast/how to/pork recipes

Bacon Jam Recipe

Posted February 20, 2012 by Stephanie

I love bacon. It was one of the few things I would eat as a picky child, much to the dismay of my mom. (Other choice items included plain white rice and Coco Pebbles). If they had bacon jam back in the day, you better believe that it would have been one of my staples. Bacon is one of those things that makes everything better. I can only imagine how this would taste in a BLT. Extra bacon? Yes, please!

I adapted this recipe from one I found on Martha Stewart. There are quite a few bacon jam recipes out there but most of them have ten gazillion ingredients. For the sake of simplicity, I cut out the coffee, which I imagine would have added a bit of complexity. Instead I tossed in some red chill flakes, because bacon’s great on it’s own, but add some spice and it’s twice as nice.

I am meaty, I am jammy: I AM BACON JAM!

Bacon Jam Recipe adapted from marthastewart.com
yield: half a cup

  • 1/2 pound bacon, finely chopped
    1/2 small onion, diced
    2 cloves of garlic, crushed
    2 tablespoons brown sugar
    2 tablespoons cider vinegar
    2 tablespoons maple syrup
    1 tablespoon red chili flakes

In a medium saucepan, cook the bacon over medium-high heat, stirring occasionally, until crispy and lightly browned. Transfer the bacon to a paper-towel lined plate. Pour off all but 1 tablespoon bacon drippings. Add onions, crushed garlic and chill flakes. Cook until onions are translucent. Add vinegar, brown sugar, maple syrup and bring to boil, stirring and scraping up the browned bits. Add the bacon back in a simmer on low heat until liquid is syrupy and thick, about 30 minutes. Transfer to a food processor and pulse. Enjoy on everything! Keeps in the fridge for 4 weeks.

30 Comments

  1. Diane says:

    One good use for bacon jam is as a topping on a steak. I ordered a rib eye at a great restaurant last night, and it arrived with bacon onion relish on top. Was incredibly good… I found your recipe here while searching for something like I had last night. I think this recipe is probably pretty close… Though they did not use a food processor as the onions were still in their original form. Will definitely try this and make a few tweaks in the hopes of recreating the relish I had last night.

  2. eunice says:

    can i use rice vinegar instead cider vinegar thanks

    1. steph says:

      yes, rice vinegar would work too!

  3. Amby Felix says:

    I have to try this. Definitely going to show this to my best friend!

  4. Chantal says:

    Anyone tried to freeze a jar? Does the texture hold when you thaw it out? Thanks !

  5. Anitra says:

    I haven’t made this yet but have to say, I love the way you layed out and photographed the ingredients. Where did you purchase the beakers?

Leave a Reply

Your email address will not be published. Required fields are marked *

$(function(){ var trigger = $('.hamburger'), overlay = $('.overlay'), isClosed = false; trigger.click(function () { hamburger_cross(); }); function hamburger_cross() { if (isClosed == true) { overlay.hide(); trigger.removeClass('is-open'); trigger.addClass('is-closed'); isClosed = false; } else { overlay.show(); trigger.removeClass('is-closed'); trigger.addClass('is-open'); isClosed = true; } } $('[data-toggle="offcanvas"]').click(function () { $('#wrapper').toggleClass('toggled'); }); bindBehavior.subscribe(); });