Loading Tool

Explorer IconExplorer

Memory Pool

82,276 transactions
31.10 vMB
0.12113216 BTC
Random Selection Loading Transactions
Max Size: 186.17/200 MB

Candidate Block

Mining Attempt 58611d0946e32a898ffb7910ee96b7fdc497c4875ac8062daf6b4b4137ad6cef
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 0b699ac8f1351525121c137d3a827328d86db3e8a381bb4b70941e65f1ae328c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.03599795 BTC
Feerates: 101.42 > 3.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (400,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,212 514,212 0000000000000000002c0cd71a42c9beeea8024db75059468e0b3d67cabe0987 1,838 0.81/1.00 vMB 39
514,211 514,211 00000000000000000040803054ef4bda1bd3778b3794607ca7ec3bfeba214615 306 0.14/1.00 vMB 24
514,210 514,210 000000000000000000415fef7ea4126f5f5ebc9a7803f0acfae0b6c69fa4cdf4 392 0.15/1.00 vMB 39
514,209 514,209 0000000000000000002781d83fce4e8f34c60bff4b52dab8e55d32d5bd0b7551 1,556 0.68/1.00 vMB 25
514,208 514,208 000000000000000000405eee49b13cdd1376d1d6361f2b71d68347cf079adb68 713 0.38/1.00 vMB 67
514,207 514,207 00000000000000000037f2b9b338dc96007e41e1e4eaf4fbd678e77b2a5b3fb2 222 0.08/1.00 vMB 43
514,206 514,206 0000000000000000004d53d1c76853d10da1e31ff6527ed8c4bf78c8fdc8c598 1,463 0.68/1.00 vMB 28
514,205 514,205 00000000000000000050906602a7cbad3bf9f0ae0388634b5b8f5e9fdbf002dd 1,318 0.71/1.00 vMB 49
514,204 514,204 0000000000000000004ba5478714964294c0d8eacdd96d6b277a391e4f0f841c 576 0.28/1.00 vMB 29
514,203 514,203 000000000000000000452bfbccd9775b857f778a65272902dd9a4af76d4208d5 288 0.12/1.00 vMB 30
514,202 514,202 000000000000000000288de6bde9d352121cc056da29c9bbfa30e03239816fef 1,026 0.62/1.00 vMB 38
514,201 514,201 0000000000000000003965f297ef28307f9a7e0b265692126bafe968f244a3a0 995 0.77/1.00 vMB 8
514,200 514,200 00000000000000000034b33e842ac1c50456abe5fa92b60f6b3dfc5d247f7b58 2,329 1.00/1.00 vMB 14
514,199 514,199 000000000000000000289b17e857bfba5b90216307d74990f4fd3dea6cdd4a25 651 0.41/1.00 vMB 63
514,198 514,198 0000000000000000002404c870acabb2234834c19f9409796db9f056530e0dbd 1,871 0.80/1.00 vMB 45
514,197 514,197 00000000000000000047d3ff2caa90282d0d1628812de509bc5b67bede42a7cc 399 1.00/1.00 vMB 13
514,196 514,196 0000000000000000002ac741d9e39187654f8a97e87bae16563e7d496d5ee42f 2,484 1.00/1.00 vMB 37
514,195 514,195 0000000000000000003268326bdcbe3529d3aaa5af4b811345470b27752247b9 1,851 0.92/1.00 vMB 29
514,194 514,194 000000000000000000024b890d04e5867ce1eae56e3d1830f7fef2157ca434a4 353 0.20/1.00 vMB 33
514,193 514,193 0000000000000000000c40d569b64ef260d9a4ff0abee37e48e6bb7f0cefd0cc 82 0.08/1.00 vMB 54
514,192 514,192 0000000000000000004b549b575a9e876a5ad679faaffc92039234be504d0016 449 0.15/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.