Loading Tool

Explorer IconExplorer

Memory Pool

45,951 transactions
27.70 vMB
0.07672386 BTC
Random Selection Loading Transactions
Max Size: 146.62/200 MB

Candidate Block

Mining Attempt 1b6fece70158a8fbb3d5044f6071ed15b96d6f83c0b0e3544fb8cdb07e732997
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 944e88cac1298f6de182b72eddb9f74b0727e547ecf54ee5f810cd3097658c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.02435635 BTC
Feerates: 502.65 > 2.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (705,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,279 209,279 00000000000000356454638c644b644ae6d8b21a1bba422862b77150910cafec 170 0.10/1.00 vMB 131
209,278 209,278 0000000000000313c88fdf275393f33d9fc5d0f1fd8fd48d5219c34bfec9c706 62 0.02/1.00 vMB 99
209,277 209,277 00000000000003e2e8fe9fe737c4fb1291797d9ff280463217e8ac3772ce87e1 16 0.02/1.00 vMB 95
209,276 209,276 00000000000001502700ff5e5e00f03009cee258818612ca3ec33db70f9f8140 193 0.16/1.00 vMB 124
209,275 209,275 00000000000000b167eb47d4f4a9f034879d276c7b8c994ccefb75e620f05992 11 0.00/1.00 vMB 150
209,274 209,274 000000000000014db6718c1fbb1a740b2f5ec5545307a6de61a38696fddf00b2 13 0.00/1.00 vMB 33
209,273 209,273 000000000000038ec93a9732ee8c3e65d317ea2a0ba27694ebcc6a46f2174f57 94 0.04/1.00 vMB 170
209,272 209,272 0000000000000040cdd3253654ca422c980fbaecc2a30d24c6f934cbc1e8ccf6 149 0.06/1.00 vMB 160
209,271 209,271 000000000000028fac9d76c16acd70e9fbda5d3d350a8d6ed7145de064d5d3f5 83 0.04/1.00 vMB 153
209,270 209,270 00000000000001c90a047f652133a082cda679505707f321aafdbe3f4e231554 45 0.02/1.00 vMB 127
209,269 209,269 000000000000038bab7182474d88b289d2c0b8d37b42e1cd40958cb75076be36 63 0.02/1.00 vMB 126
209,268 209,268 00000000000004c5ebae1cec6f500026fbfa0a4dd2f702025fa77ed71ca200b5 95 0.03/1.00 vMB 53
209,267 209,267 000000000000004ebbf65425070a364f09fd5d3812d1e1ce35f2aa55c097d124 414 0.20/1.00 vMB 413
209,266 209,266 00000000000002b6e6f76c78cb34ceff3dda75df001c6d4cfbdd0906218713ba 190 0.08/1.00 vMB 181
209,265 209,265 00000000000004a0ae6f3c0df9f3f391d5a83cd8cd0593ad1d972e4658b78670 366 0.23/1.00 vMB 166
209,264 209,264 0000000000000234ea46f84bcb185cc163f7225dd58482c8406ec08d0be5d085 102 0.06/1.00 vMB 78
209,263 209,263 0000000000000322f9379c8cef24b01dece3f2b915098901edee0b99d6e97bb6 414 0.25/1.00 vMB 171
209,262 209,262 00000000000002c6c37be545c1f9f0ff8f40e24695312c2fb2319d3f1cbc295b 12 0.00/1.00 vMB 344
209,261 209,261 00000000000003b54192c326f4a258e9e3246525bc5eea0cfecf6b5b08b9ac17 10 0.00/1.00 vMB 15,169
209,260 209,260 0000000000000207152fe8152778d57c4b61f4f1a7b2b65bf327d4e530fffbcc 9 0.00/1.00 vMB 31
209,259 209,259 00000000000004ad78a303699d502e74a3b7223e3da30d879a48b0c3d417c6d0 705 0.34/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.25 GB
    • Received: 14.28 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.