Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (2023)

× Bidding has ended on this item.

"); if (!$(this).is(":visible")) { $(this).fadeTo(1000, 1, function () { $(this).slideDown(500); }); } }); } if (data.Accepted) { //prepare success system message systemMessage = "

×" + contextMessageDictionary["ActionSuccess"] + "

"; if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } //render checkout button if a lineitem was returned //EXCEPT: when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices && ownerAllowsInstantCheckout && data.LineItemID) { var checkoutUrl = 'https://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f278732862%2fPaksh-Novelty-Mason-Jars-16-oz-20Pack-Regular-Mouth-Glass-Jars-with-Lid-Sea'; if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } if (data.LineItemID && !highlightCheckoutButtonForBuyNow) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=278732863&returnUrl=%2FEvent%2FLotDetails%2F278732862%2FPaksh-Novelty-Mason-Jars-16-oz-20Pack-Regular-Mouth-Glass-Jars-with-Lid-Sea'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=278732863&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } else { //ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

(Video) I tried making kombucha for the first time and it was scary...

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } else { //Context is null, but ReasonString is populated, prepare a Negative System message if (contextMessageDictionary[data.ReasonString]) { systemMessage = "

×" + contextMessageDictionary[data.ReasonString] + "

"; } else { systemMessage = "

×" + data.ReasonString + "

"; } if (!$(".awe-rt-ListingActionMessage").is(":visible") || $(".awe-rt-ListingActionMessage").html() == "") { $(".awe-rt-ListingActionMessage").hide(); $(".awe-rt-ListingActionMessage").html(systemMessage); $(".awe-rt-ListingActionMessage").slideDown(); } else { $(".awe-rt-ListingActionMessage").fadeOut(200, function () { $(this).html(systemMessage); $(this).fadeIn(200); }); } } } }); // render a checkout button if: // // - the lot ends successfully, and // - the winner is viewing, but only if // - auto gen invoices is disabled // // mainly to prevent one invoice per LOT per buyer, rather than the generally preferred one invoice per EVENT per buyer $(document).on("SignalR_UpdateListingStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; if (autoGenerateInvoices || ownerAllowsInstantCheckout) { if (data.Status == "Successful" && data.LineItemID && data.LineItemPayerUN == "") { //when Auto Generate Invoices is enabled, do not render checkout buttons for lots until the entire event has ended if (!autoGenerateInvoices) { var checkoutUrl = 'https://vistaauction.com/Account/Checkout?lineitemid=' + data.LineItemID; checkoutUrl += '&returnUrl=%2fEvent%2fLotDetails%2f278732862%2fPaksh-Novelty-Mason-Jars-16-oz-20Pack-Regular-Mouth-Glass-Jars-with-Lid-Sea'; var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; if ($(".detail__context-menu").find(".btn__detail__checkout").length == 0) { $(".detail__context-menu").prepend(checkoutHtml).show(); } else { jslog("skipped rendering checkout button because one already exists."); } } //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { //"/Account/SendListingMessage?receiver=tester1&template=ask_listing_question&listingID=166614&returnUrl=%2FListing%2FDetails%2F166614%2Ftest-item-J" var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=278732863&returnUrl=%2FEvent%2FLotDetails%2F278732862%2FPaksh-Novelty-Mason-Jars-16-oz-20Pack-Regular-Mouth-Glass-Jars-with-Lid-Sea'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for line item #" + data.LineItemID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=278732863&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for line item #" + data.LineItemID); } } } }); $(".GoToPrevLot").on("click", function () { var thisLotOrder = 259; var lastLotOrder = 974; if (thisLotOrder > 0) { $(".GoToPrevLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 278223479, lotOrder: (thisLotOrder - 1) }) .done(function (data) { if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(".GoToNextLot").on("click", function () { var thisLotOrder = 259; var lastLotOrder = 974; if (thisLotOrder < lastLotOrder) { $(".GoToNextLot").prop("disabled", true); $.post("/RealTime/GetLotIdByLotOrder", { eventId: 278223479, lotOrder: (thisLotOrder + 1) }) .done(function (data) { console.log("next lot result: ", data); if (data.LotId) { window.location.href = "/Event/LotDetails" + "/" + data.LotId; } }); } }); $(document).on("SignalR_UpdateInvoiceStatus", function (event, data) { if ($.inArray(data.ListingID, interestingListings) < 0) return; jslog("SignalR_UpdateInvoiceStatus (listing, invoice, status, payer): " + data.ListingID + ", " + data.InvoiceID + ", " + data.InvoiceStatus + ", " + data.InvoicePayerUN); //show "View Invoice" or "Checkout" button if applicable if (data.InvoicePayerUN == aweUserName) { //get result of /RealTime/IsInvoicePayable?invoiceId=nnnnnn var promise = Proxy.invokeAsync("IsInvoicePayable", { invoiceId: data.InvoiceID }, function(result) { var checkoutUrl = 'https://vistaauction.com/Account/Invoice/' + data.InvoiceID; checkoutUrl += '?returnUrl=%2fEvent%2fLotDetails%2f278732862%2fPaksh-Novelty-Mason-Jars-16-oz-20Pack-Regular-Mouth-Glass-Jars-with-Lid-Sea'; if (result.isPayable) { //invoice is payable if (autoCheckoutForBuyNow) { window.location = checkoutUrl; } if ($("a.btn__detail__checkout").length == 0) { //render checkout button if one does not already exist var checkoutHtml = '

' + '' + '' + '' + '' + '' + '' + 'Checkout' + '' + '' + '

'; $(".detail__context-menu").prepend(checkoutHtml).show(); jslog("checkout button rendered for invoice #" + data.InvoiceID); } } else { //the invoice is not payable, so instead of 'checkout' button, render 'view invoice' button if one does not already exist if ($("a.btn__detail__invoices").length == 0) { var viewInvoiceHtml = '

' + '' + '' + '' + '' + '' + '' + 'View Invoice' + '' + '' + '

'; $(".detail__context-menu").append(viewInvoiceHtml).show(); jslog("view invoice button rendered for invoice #" + data.InvoiceID); } } //only render the contact and/or feedback buttons if either // a) the web.config setting HighlightCheckoutButtonForBuyNow is set to False, or // b) the invoice is not payable if (!highlightCheckoutButtonForBuyNow || !result.isPayable) { //render contact seller button if one does not already exist if (false && $("a.btn__detail__contactuser").length == 0) { var contactSellerUrl = '/Account/SendListingMessage?receiver=admin&template=ask_listing_question&listingID=278732863&returnUrl=%2FEvent%2FLotDetails%2F278732862%2FPaksh-Novelty-Mason-Jars-16-oz-20Pack-Regular-Mouth-Glass-Jars-with-Lid-Sea'; var contactSellerHtml = '

' + '' + '' + '' + '' + '' + '' + 'Contact Seller' + '' + '' + '

'; $(".detail__context-menu").append(contactSellerHtml).show(); jslog("contact button rendered for invoice #" + data.InvoiceID); } //render feedback button if (false) { var feedbackUrl = '/Account/SubmitFeedback?LineItemID=REPLACELINEITEMID&ListingID=278732863&Receiver=admin' .replace("REPLACELINEITEMID", data.LineItemID); var feedbackHtml = '

' + '' + '' + '' + '' + '' + '' + 'Feedback' + '' + '' + '

'; $(".detail__context-menu").append(feedbackHtml).show(); jslog("feedback button rendered for invoice #" + data.InvoiceID); } } }, function(error) { jslog("Error retrieving invoice status (1): " + error); } ); promise.fail(function (jqXHR, textStatus) { jslog("Error retrieving invoice status (2): " + textStatus); }); } }); });

Back To Catalog

WARRANTY & CONDITION
Most of these items are either new in the box or some are online returns. Some of the items may have been previously opened, used, or have been damaged. The photos used are stock photos and are representative of the merchandise. Each item is listed per their individual UPC label. Please pay close attention to the item's description, as our staff flags item(s) that are incomplete and/or damaged. These items will contain additional details about their condition. ALL SALES ARE FINAL. Items are sold as-is with no warranty. No refunds will be made.

15.00% Buyer's Premium

$2.00 Per Lot Fee

This Auction Uses Proxy Bidding.

Active

Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (1)

MSRP: $30.25 - New

Item # 260

Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (2)

  • Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (3)

  • Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (4)

  • Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (5)

  • Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Sea (6)

  • Current Price $1.00 ( )
  • Your Maximum Bid Is $0.00

  • 1 Bid(s) View Bid History

Payment Options Seller Accepts Credit Cards

Details

  • Item # 260
  • Listing ID 278732863
  • End Date
  • Start Date

Description

Paksh Novelty Mason Jars 16 oz - 20-Pack Regular Mouth Glass Jars with Lid & Seal Bands - Airtight Container for Pickling, Canning, Candles, Home Decor, Overnight Oats, Fruit Preserves, Jam or Jelly

New

Product Link*

Retail Price: $ 30.25

www.amazon.com/dp/B09385WFB4*

*For Reference Only. Please read the condition comment and look at the pictures of the actual product

IK - Igor

FAQs

What is the most rare Mason Jar? ›

The Rarest and Most Valuable Antique Mason Jars
Most Valuable Antique Mason JarsRecent Sales Price
Van Vliet Quart Mason Jar$23,500
J.D. Willoughby Mason JarUnknown
Bennett's Backwards No. 2 Quart Mason Jar$1,295
Ball Perfection Milk Glass Top$702
1 more row

What is the difference between wide mouth and regular mouth mason jars? ›

Regular Mouth work best with pourable foods such as jams, jellies, salsas, sauces, pie fillings, and vegetables. Wide Mouth allows for easier filling and works best with whole fruits and vegetables. It's best practice to refer to the recipe when it comes to selecting the perfect size jar for your application.

What is the difference between mason jars and regular jars? ›

All Mason jars are not created equal. They are remarkably similar to commercially used jars, but the biggest difference is that real Mason jars have a wider rim that gives them a better sealing surface.

What size is a regular mouth Mason Jar lid? ›

There are two standard Mason jar lid sizes: 70 mm (2 3⁄4 in) referred to as “regular mouth” lids and 86 mm (3 3⁄8 in) referred to as “wide-mouth” lids.

What does the number mean on a mason jar? ›

These are called mold numbers. They identify the position that the mold in which the jar was made held on the glassmaking machine. Most machines would have from eight to ten molds, all making the same type of jar.

What is special about a mason jar? ›

Mason jars can not only store and transport food, but they can also act as a cocktail shaker, a cocktail/water glass, table decor, or an airtight vessel for canning/pickling. You can even make butter or whipped cream in a Mason jar.

What is the most useful size of mason jar? ›

Mason jars are still used quite frequently in canning (especially with the resurgence in popularity of canning fruits and veggies at home). The most popular sizes are the 8-ounce, 16-ounce, and 32-ounce jars. You might be able to locate 4-ounce and 12-ounce jars easily too.

Why are wide mouth mason jars out of stock? ›

The increase in the number of people cooking and trying recipes during the pandemic has led to a surge in canning – because experienced canners are doing it more and novices want to give it a try. And that surge has led to a shortage in Mason jars and lids.

What is the most common size mason jar? ›

The two most common and popular mason jar sizes tend to be 8 and 16-ounces. Bulk packaging prices for both jars and lids help control costs and increase profit margins. Jams and jellies in 12-ounce mason jars fit neatly inside of refrigerator doors.

Is glass or plastic mason jars better? ›

Glass is non-toxic, free from potentially harmful chemicals and generally not associated with a negative impact to your health. It is less porous than plastic. It also has a high resistance to leeching into your product even when contained for long periods of time.

How do I choose a mason jar? ›

To be sure you're buying a real Mason jar, make sure the packaging says "Mason" or "Canning" jar and specifies the mouth size. The safest bet is to buy brand name, like Masontops, Ball, Kerr or Bernardin, and stay away from unlabeled decorative jars that may not be intended for kitchen use.

What size is a 16 oz mason jar? ›

Ball 16 oz Wide Mouth Mason Jars
Jar Volume16 oz
Height4.75 inches
Outside Diameter3.25 inches
Circumference10 inches
Case Dimensions (Length x Width x Height)14.5" x 10.5" x 5"
5 more rows

How tall is a 16 oz wide mouth mason jar? ›

The 16oz Wide Mouth jars are approximately 5 inches tall.

What size label for 16 oz mason jar? ›

16 oz. – Pint Smooth-Sided Regular Mouth Glass Mason Jar – use a 3 inch high x 4 inch wide rectangle label, a water bottle label in either size, 8.25 x 1.75 or 8 x 2.125, or even a beer label, 3.5 high by 4 wide. The wine label which is 4 high by 3 wide may fit your jar as well.

Are old mason jars worth any money? ›

The smaller and more common vintage jars usually sell for less than $20. However, the vintage green jars or those with special wire carriers can sell in excess of $300.

Why are old mason jars blue? ›

Feeling Blue

Those blue mason jars were mass produced until 1937 using sand from around Lake Michigan. It was that sand that gave the glass its blue hue.

Why are Mason jar lids in two pieces? ›

In home-canning a two-piece lid is needed to let the air escape during the boiling water or pressure canning process. A one-piece lid doesn't allow the air to escape resulting in blowing out the bottom of the jar or the lid to buckle. Driessen, Suzanne. Food Preservation FAQs.

What do the oldest mason jars look like? ›

In 1858, a 26-year-old Mason patented threaded screw-top jars “such as are intended to be air and water-tight.” The earliest mason jars were made from transparent aqua glass, and are often referred to by collectors as “Crowleytown Jars,” as many believe they were first produced in the New Jersey village of Crowleytown.

Why do mason jars say ball? ›

In 1884, Ball Corporation began manufacturing glass home-canning jars, the product that established Ball as a household name and licensed Mason's design.

Can you freeze mason jars? ›

Freezing Mason Jars is a great way to preserve food, soups, and seasonings! Get the most out of your food supply by storing them in your freezer. Storing food, spices, and liquids in mason jars with lids will keep them fresh much longer. Stored properly, they are airtight and prevent freezer burn.

What size mason jar is best for coffee? ›

We think simple 32-ounce mason jars and a few dishwasher-safe, airtight plastic lids do a great job keeping your beans protected once you've opened them.

How many different sizes of mason jars are there? ›

Mason jars come in a variety of shapes and capacities — popular sizes include 4, 8, 16, 28, and 32 ounces. All feature clear, odor and stain-resistant glass, making them well suited for food packaging and reuse.

Can you pour boiling water into mason jar? ›

Can I Pour Boiling Water Into a Mason Jar? Yes, you can pour boiling water into your Mason jars, and you can also insert them into a pan full of boiling water for sterilization. However, make sure your Mason jars are at least room temperature before placing them into the water.

Why are my wide mouth jars not sealing? ›

Failure of lids to seal may be caused by one or more of the following: A chip on the rim of the jar. Failure to follow manufacturer's directions for preparing flats. Presence of food particles on jar rim. Always wipe rim clean before putting on lids.

What is the microwave safe symbol on a mason jar? ›

Check the bottom of the container for a symbol. Microwave safe is usually a microwave with some wavy lines on it.

What size jars are best for pickles? ›

Quart jars will easily fit whole pickles or spears, while pint jars are better suited to pickle chips. Arrange the jars (without their lids or rings) on a rack or your makeshift foil coil and add enough hot water from the tap to cover them by one inch.

Which jars are best for canning? ›

You want to make sure you are using a Mason-type jar. According the National Center for Home Food Preservation, a Mason-type jar is specifically designed for home canning and is the best option. Commercial mayonnaise jars may not seal and may break, especially in a pressure canner.

What size jars for canning meat? ›

I'm using quart jars, but you could also use pint jars if you have a smaller family. Add 1 teaspoon salt to each jar, if desired. The salt in this recipe is purely optional. I like to add it for flavor, but it's not needed for any preservation benefits.

Should I wash a mason jar before use? ›

Yes, always wash your canning or candle jars before using them – whether they are bulk canning jars or ones in retail packaging.

How often should you replace mason jar lids? ›

Traditional metal lids are designed to be used only once. Unused lids should be stored in a cool, dry location and may be good for up to 5 years from the date of manufacture. Over time the sealing compound will degrade and the lid may fail to seal. Best practices for ensuring a safe seal on canning jars.

Why do my mason jar lids rust? ›

Again, those two-piece mason jar lids are technically meant for canning and they're meant for one-time use. So, over time, they're most likely going to rust. These other lids are meant to be used over and over again and they're coated, so they won't rust.

What is the disadvantages of glass jars? ›

Some of the disadvantages of glass packaging include:

Glass is much heavier than plastic. That can lead to higher transportation costs from the manufacturer and along the supply chain, while also adding cost when moving the final product to its final destination.

Should you store fruit in mason jars? ›

By putting the fruits & veggies in sealed jars straight into the fridge. They last about twice as long as they would in the plastic, BUT they won't last that long… because you'll eat them before they have a chance to spoil.

Is it better to store fruit in glass or plastic? ›

Storing berries wet invites mold, and you don't want that! Once they are as dry as possible, pile them into glass jars and seal the air-tight lids. Store these jars in the fridge and be amazed at how long your fruit stays fresh (compared to storing them in plastic).

What are the numbers on the side of a mason jar? ›

The numbers designated the position that the mold occupied on the glassmaking machine, and there were usually 8 or 10 positions on the machine. The higher numbers were used when a mold was replaced.

What is the mason jar called now? ›

A Mason jar, also known as a canning jar or fruit jar, is a glass jar used in home canning to preserve food. It was named after American tinsmith John Landis Mason, who patented it in 1858.

Are there different types of mason jars? ›

Whether you call them “mason jars,” “canning jars,” or “Ball” jars, they come in many different sizes and shapes. Some types of mason jars have brand names and images on them while others feature plain smooth sides or colored glass. The most common mason jar sizes are half-pint, pint, quart, and half-gallon.

What can I use 16 oz mason jars for? ›

Product details

You can use them to store fruits, vegetables, sauces, syrups and other condiments. These 16 oz. regular mouth mason jars are also an ideal option for holding treats, snacks, arts and crafts supplies and more.

What is a 16 oz mason jar? ›

16 fl. oz. (1 pint) each. 5.5" tall, 2.5" diameter.

How much does a 16 oz glass mason jar weigh? ›

Unit Weight: 0.58 lbs.

Do wide mouth jars hold more? ›

Wide Mouth Jars:

These jars are heralded for their ability to accommodate larger items such as pickles, beets, whole fruits, etc. They are believed to be easier to clean since you can usually fit an entire sponge or hand inside.

Are all mason jar lids the same size? ›

Good news! There are only TWO lid sizes for Mason jars – regular and wide mouth – and the difference between them is less than an inch. So whether you have a 4 oz regular mouth jelly jar or a 32 oz regular mouth quart jar – the lid size doesn't change!

What size is a regular mouth mason jar lid? ›

There are two standard Mason jar lid sizes: 70 mm (2 3⁄4 in) referred to as “regular mouth” lids and 86 mm (3 3⁄8 in) referred to as “wide-mouth” lids.

How many ounces is a perfect mason jar? ›

A regular Mason jar typically holds 8 fluid ounces, or ½ cup, of liquid. This measurement usually applies to a standard-sized mason jar, typically used for canning and preserving food. You can also purchase mason jars that are sized for various uses, such as for cocktails and for making cold brew coffee.

What size is a regular mouth canning lid? ›

[UNIVERSAL SIZE] The 2.76” diameter of these lids makes them ideal for all regular mouth mason jars including Ball and Kerr branded jars.

What ball jars are rare? ›

This was the earliest version the company used when they were referred to as “Ball Brothers Glass Manufacturing Company.” These became known as “Buffalo Jars” since they were manufactured in Buffalo, New York. Buffalo jars are old and rare, only manufactured from 1885 to 1886!

How do I know if my mason jars are vintage? ›

HOW DO YOU DATE YOUR BALL JAR? 🧐
  1. Not every jar has their manufacture date on the glass, but most have the patent date. ...
  2. There will be a large number on the bottom of your jar. ...
  3. These charts tell you the approximate decade in which your Ball jar was made.
Aug 16, 2021

What are old Atlas mason jars worth? ›

Most Atlas Mason jars sell for under $15, but there are a few examples that can be worth much more. Old jars are definitely worth more, but there are a few other factors to consider. As with any important antique, if you suspect you have a jar that's worth money, it's wise to have it professionally appraised.

How can you tell what year a mason jar is? ›

Phrases like “improved,” “special,” “perfect,” “sanitary,” “ideal,” “square” and “eclipse” can all help identify the year of your jar. For example, this Ball Mason jar with the phrase “perfect” on the bottom is approximately from 1913-1922.

Which Ball mason jars are worth money? ›

Ball jars with unusual or unique embossing are often worth more than traditional jars. The same goes for ones that have a word misspelled, like this triple L Ball jar, dated between 1896-1910, that went for $75.

What is the most common mason jar? ›

The two most common and popular mason jar sizes tend to be 8 and 16-ounces. Bulk packaging prices for both jars and lids help control costs and increase profit margins. Jams and jellies in 12-ounce mason jars fit neatly inside of refrigerator doors.

What is the original Mason jar brand? ›

In 1884, Ball Corporation began manufacturing glass home-canning jars, the product that established Ball as a household name and licensed Mason's design. There are few everyday objects more iconic than the Ball Mason jar.

What year were blue Mason jars made? ›

Blue glass Ball jars were produced in the late 1890s and early 1900s, but the company stopped producing these in 1937. There were also some brown amber jars produced in the 1950s, but most of the jars produced after the 1940s were made of clear glass.

How old are Knox Mason jars? ›

A “rounded square” jar was embossed “KNOX / {K in a keystone} / MASON, made in the 1930s to 1940s (Roller 1983:186).

How old are mason jar lids? ›

Between 1860 and 1900, many other patents were issued for Mason jar improvements and closures. In 1903 Alexander Kerr introduced lids with a permanent rubber seal. His improved design in 1915 used the modern design. Jars are closed with two-piece metal lids that seal on the rim.

What do the numbers on the bottom of a glass jar mean? ›

In most cases, one- or two-digit numbers are actually mold numbers that indicate the specific bottle mold or section in an automatic bottle machine. If numerous molds were identical, each one received its own number. Base numbers also indicate bottle styles or shapes, manufacturing dates, or factory location codes.

What are the numbers on the side of a Mason jar? ›

The numbers designated the position that the mold occupied on the glassmaking machine, and there were usually 8 or 10 positions on the machine. The higher numbers were used when a mold was replaced.

References

Top Articles
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated: 04/02/2023

Views: 5862

Rating: 4 / 5 (61 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.