Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle
Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle

Tracker 5-INCH DC53 Survival Fixed Blade Knife Suit with Black G10 Handle

Camping knife,Outdoor knife

Price

$0.00 $109.47
24 sold
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.

The Tracker 5-INCH DC53 Survival Fixed Blade Knife is meticulously crafted for those who demand exceptional performance and durability in the field. Featuring a robust DC53 steel blade, this knife ensures superior edge retention and toughness, making it an indispensable tool for survival, camping, and tactical scenarios. The blade boasts a hardness rating of 58±2 HRC, providing a perfect balance between strength and flexibility.

The knife is equipped with a sleek and ergonomic G10 handle, designed to offer a secure and comfortable grip even in wet conditions. The handle's textured surface ensures non-slip handling, enhancing precision and control during use.

A durable K Sheath is included, offering reliable protection and convenient carrying options. The sheath is designed for easy access, allowing quick deployment of the knife when needed.

With a total length of 28.2CM (11.10 inches) and a blade length of 13CM (5.12 inches), the Tracker Fixed Blade Knife is perfectly sized for versatile use. Weighing in at 418G (0.92 pounds), it is lightweight enough for extended use without causing fatigue.

Whether you're an outdoor enthusiast, a survivalist, or a professional in need of a dependable blade, the Tracker 5-INCH DC53 Survival Fixed Blade Knife is your ideal companion.

Specifications:

Blade: DC53 Steel
Hardness: 58±2 HRC
Handle: G10
Sheath: Kydex Sheath
Total Length: 28.2CM (11.10 inches)
Blade Length: 13CM (5.12 inches)
Weight: 418G (0.92 pounds)

DC53 steel, surface plated with gray titanium and high frequency magnetic treatment

Full tang design, blade thickness 5.4mm

G10 non-slip handle. Combined with ergonomic design, it is easy to hold in both forward and reverse grips

420 stainless steel tail hammer

Steel material: 5Cr15. Surface: black stonewashed, blade thickness: 2.9mm

Kydex sheath effectively protect the blade

Stand the test

The steel used is 100% real. The material used is engraved on the blade. If it is fake, please throw it away and ask us for compensation!

Place the scabbard perpendicular to the grass fluff [flammable material] and use the knife to scrape the fire from top to bottom to easily make a fire.