www.bztactical.co.uk Open in urlscan Pro
2606:4700:20::681a:9d7  Public Scan

Submitted URL: http://www.bztactical.co.uk/
Effective URL: https://www.bztactical.co.uk/
Submission: On October 18 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://www.bztactical.co.uk/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.bztactical.co.uk/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div class="mst-searchautocomplete__autocomplete">
        <div class="mst-searchautocomplete__spinner">
          <div class="spinner-item spinner-item-1"></div>
          <div class="spinner-item spinner-item-2"></div>
          <div class="spinner-item spinner-item-3"></div>
          <div class="spinner-item spinner-item-4"></div>
          <div class="spinner-item spinner-item-5"></div>
          <div class="spinner-item spinner-item-6"></div>
          <div class="spinner-item spinner-item-7"></div>
          <div class="spinner-item spinner-item-8"></div>
        </div>
        <div class="mst-searchautocomplete__close"> × </div>
      </div>
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.bztactical.co.uk/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.bztactical.co.uk/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.bztactical.co.uk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Submit</span>
    </button>
  </div>
  <div class="field-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-container" data-bind="scope:'msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef'">
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef">
        <div class="grecaptcha-badge" data-style="bottomright"
          style="width: 256px; height: 60px; position: fixed; visibility: hidden; display: block; transition: right 0.3s ease 0s; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-wxk0aztnnyjh" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfMe98UAAAAAPFrYW_SuS0vsXK0boudj8x7gjFz&amp;co=aHR0cHM6Ly93d3cuYnp0YWN0aWNhbC5jby51azo0NDM.&amp;hl=de&amp;v=MydHw_zggsxIJuhSbyOmPv5R&amp;size=invisible&amp;badge=bottomright&amp;cb=erzglsrvgnkz"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div><input type="text" name="token" style="display: none">
</form>

POST

<form class="form form-login" method="post" data-bind="submit:login" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required custom-label">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required custom-label">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) --><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="primary">
      <button type="submit" class="action action-login secondary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
    <div class="secondary">
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.bztactical.co.uk/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
    </div>
  </div>
</form>

Text Content

We use cookies to make your experience better. To comply with the new e-Privacy
directive, we need to ask for your consent to set the cookies. Learn more.

Allow Cookies
Search
Search
×

Advanced Search
Search
 * My Wish List 0
 * Compare 0
 *  * My Account
    * Sign In
    * Create an Account



Toggle Nav
 * Guns
    * Gun Style
       * Assault Rifles
       * Pistols
       * Sniper Rifles
       * SMG
       * Shotguns
       * Two Tone
       * Other
       * Packages
       * Gel Blasters
   
    * Power
       * AEG
       * GBB
       * HPA
   
    * Brands
       * 
       * 
       * 
       * 
       * 
      
       * 
       * 
       * 
       * 
       * 
      
       * 
       * 
       * 

 * BBs
    * All BBs
       * Bio BBs
       * 0.20g BBs
       * 0.25g BBs
       * 0.28g BBs
       * 0.30g BBs
       * 0.32g BBs
       * Heavy Weight BBs
       * Tracer BBs

 * Power
    *  * Batteries
       * Battery Chargers
       * Battery Accesories
   
    *  * Gas
       * HPA Tanks
       * HPA Regulators
       * HPA Accessories

 * Mags & Loaders
    * AEG Mags
       * M4 High Caps
       * M4 Mid Caps
       * Other AEG Mags
   
    * Pistol Mags
    * Drum Mags
    * Other Mags
    * Speed Loaders

 * Uniforms/Gear
    *  * Face Protection
          * Airsoft Eye Protection
          * Airsoft Sunglasses
          * Airsoft Face Masks
          * Paintball Goggles
          * Paintball Goggle Lenses
      
       * Clothing
          * Speedsoft Gear
          * Trousers
          * Tops
          * T-Shirts
          * Hoodies/Jackets
          * Shemaghs
          * Headbands
          * Hats
      
       * Protection
          * Helmets
          * Elbow Pads
          * Knee Pads
          * Gloves
          * Neck Protection
   
    *  * Vests & Pouches
          * Vests & Plate Carriers
          * Mag Pouches
          * Other Pouches
          * Viper VX Range
      
       * Luggage
          * Gun Bags
          * Hard Cases
          * Kit Bags
      
       * Others
          * Ear Protection & Comms
          * Holsters
          * Slings
          * Patches

 * Accessories
    * Rifle Accessories
       * Airsoft Rifle Accessories
       * Pistol Accessories
       * Grips
       * Stocks
       * Suppressors
       * Flash Hiders
       * Battery Extensions
       * Rails & Accessories
   
    * Optics
       * Flashlights
       * Red Dots
       * Scopes
       * Magnifiers
       * Mounts & Accessories
   
    * Others
       * Silent Dry Dehumidifiers
       * Tracer Units
       * Grenades
       * Chronographs
       * Pistol Accessories
       * Keyrings

 * Parts & Upgrades
    *  * Gearbox Parts
          * Triggers
          * Electronics / Mosfets
          * Bearings
          * Cylinders & Acc
          * Gearbox Shells
          * Gears
          * Motors
          * Pistons & Acc
          * Shims
          * Springs / Guides
          * Wiring Loom
   
    *  * Hop/Barrel
          * AEG Barrels
          * AEG Hop Rubbers/Nubs
          * AEG Hop Units
          * GBB/Other Barrels
          * GBB/Other Hop Rubbers/Nubs
          * GBB/Other Hop Units
      
       * Sniper Parts
       * Cleaning & Maintenance

Cart items
My Cart
Close You have no items in your shopping cart.

0% Finance available on orders over £200
Earn Loyalty Points on every purchase
Free Shipping on Mainland UK orders over £100
0% Finance available on orders over £200
Earn Loyalty Points on every purchase
Free Shipping on Mainland UK orders over £100
0% Finance available on orders over £200
‹›

‹›


Rifles
Pistols
BBs
Batteries
Eye Pro
Gas
Featured Brands
‹›

New Products
 1. Add to Cart
    Add to Wish List Add to Compare
    Lancer Tactical Speed Mid-cap 130 rounds M4 AEG mag - Blue
    £19.00
 2. Add to Cart
    Add to Wish List Add to Compare
    Lancer Tactical Speed Mid-cap 130 rounds M4 AEG mag - Green
    £19.00
 3. Add to Cart
    Add to Wish List Add to Compare
    Balystik 8mm Deluxe Braided Line for HPA regulator US - Yellow/Dark Gold
    £35.00
 4. Add to Cart
    Add to Wish List Add to Compare
    Balystik 8mm Deluxe Braided Line for HPA regulator US - Red
    £35.00

Items 1 to 4 of 8 total

Page
 * You're currently reading page 1
 * Page 2
 * Page Next

EXCLUSIVE


REBEL
PRECISION

shop now


CHECK OUT OUR


SPEEDSOFT
COLLECTION

shop now

CHECK OUT OUR


LATEST
ARRIVALS

shop now

VISIT OUR


NEW
STORE

shop now


Guns
 1. Add to Cart
    Add to Wish List Add to Compare
    KWA Originals: SCARLETT-47
    £244.96
 2. Add to Cart
    Add to Wish List Add to Compare
    Lancer Tactical AEG KR104 with Full Stock
    £194.99
 3. Add to Cart
    Add to Wish List Add to Compare
    Lancer Tactical AEG KR103 with Full Stock
    £199.99
 4. Add to Cart
    Add to Wish List Add to Compare
    Lancer Tactical AEG KR103 with Metal Stock
    £199.99

BBs
 1. Add to Cart
    Add to Wish List Add to Compare
    Rebel Precision BIO 6mm BBs 1kg Bag - 0.28g
    £16.99
 2. Add to Cart
    Add to Wish List Add to Compare
    Rebel Precision BIO 6mm BBs 1kg Bag - 0.25g
    £12.50
 3. Add to Cart
    Add to Wish List Add to Compare
    Rebel Precision BIO 6mm BBs 1kg Bag - 0.2g
    £10.50
 4. Add to Cart
    Add to Wish List Add to Compare
    Rebel Precision 6mm Tracer BBs 3300ct Bottle - 0.32g
    £28.00

Eye Pro
 1. Add to Cart
    Add to Wish List Add to Compare
    Fog Buster Wipe 30 Pack
    £15.00
 2. Add to Cart
    Add to Wish List Add to Compare
    Edge Eyewear Urgent Fury - Black Frame / Tiger's Eye Vapor Shield Lenses
    £65.00
 3. Add to Cart
    Add to Wish List Add to Compare
    Edge Eyewear Urgent Fury - Black Frame / G-15 Vapor Shield Lenses
    £85.00
 4. Add to Cart
    Add to Wish List Add to Compare
    Wiley X SPEAR - Matte Tan Frame - Grey/Clear/Light Rust Shields
    £125.00


WELCOME TO BZ TACTICAL - A UK AIRSOFT SHOP FOR AIRSOFT GUNS & ALL TYPES OF
AIRSOFT EQUIPMENT

Whether you're new to airsoft or an avid player we have all the airsoft gear you
need. We stock airsoft guns (or BB guns), pistols, clothing, protective gear,
accessories and more!


AIRSOFT GUNS, RIFLES, PISTOLS

We stock a huge range of airsoft guns including airsoft rifles, airsoft pistols,
airsoft sniper rifles and airsoft shotguns in our airsoft shop from a range of
brands including KWA, Lancer Tactical, G&G Armament, Ares, B&T Air, Nuprol, WE,
ASG and more. We carry a huge range of BB guns for all types of budgets -
whether you are a beginner or an expert


AIRSOFT BBS

We stock a huge range of airsoft ammo in various weights for different
scenarios. Brands include Rebel Precision, ASG, Nuprol, Vorsk, G&G and Valken


AIRSOFT CLOTHING

No loadout is complete without the right clothing - so we carry a range of
trousers, tops, vests, plate carriers, gloves and more. Available in carious
colours - black, tan, camo, olive drab and from a range of brands including
Viper, Kombat UK, Nuprol and Barton



GOOGLE MAP

INFORMATION

 * About Us
 * Privacy Policy
 * Terms & Conditions
 * Shipping & Returns
 * FAQS
 * 
 * 

 * Sitemap

WHY BUY FROM US

 * Why Choose Us?
 * Reviews
 * Interest Free Finance
   
 * Secure Payment Methods
 * Loyalty Points

QUICK LINKS

 * New Arrivals
 * Special Offers
 * Airsoft Guns
 * Airsoft Goggles
 * Airsoft Batteries
 * Airsoft BBs
 * WEEE Recycling

CONTACT US

Got Questions ? Call us:
01642 605000

Email us:
info@bztactical.co.uk

Address
47 Earlsway, Teesside Industrial Estate, Thornaby, Stockton-on-Tees, TS17 9JU

Sign Up for Our Newsletter:
Get all the latest information on Events, Sales and Offers. Sign up for
newsletter today.
Submit


Zopa Ltd t/a DivideBuy credit agreements are not regulated by the Financial
Conduct Authority anddo not fall under the jurisdiction of the Financial
Ombudsman Service. Credit is available to permanent UK residents aged 18+,
subject to status, any missed payments may affect your ability to obtain credit
from DivideBuy and other lenders. Please spend responsibly

 * 
 * 
 * 

Copyright © 2023 BZ Tactical

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.


To Top


Close
Checkout out as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout out using your account

Email Address

Password

Sign In
Forgot Your Password?