Loading Tool

Explorer IconExplorer

Memory Pool

17,633 transactions
7.32 vMB
0.06287734 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.22/200 MB

Candidate Block

Mining Attempt 67815dbb1e334df36da2cee965fcc1c25b6e70765068b95d66754ed8dca954a8
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 6d456b37bc007831ed8f0832ed86555ed362fae3d2fc4319a6e7c56642bfafd2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,865
Size: 1.00 vMB
Total Fees: 0.04076419 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (662,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,347 251,347 00000000000000180caaa5753638f28bc6f9b8f66ea59900b0071492096c845a 512 0.26 vMB 72
251,346 251,346 0000000000000057f1241fba6440a3a304ff666bd8a3ef6413b04051277e8ae1 289 0.11 vMB 107
251,345 251,345 00000000000000264e734c0bdbeb940484c2c322404cd676cbaf35b965831a68 449 0.20 vMB 127
251,344 251,344 000000000000004e63bd95ef5a6dfd16653895d153d0d10a710fcb7f0a6e5001 15 0.01 vMB 19
251,343 251,343 000000000000003cecf3cabd14ffed8f241b135d16a3c19b4d29149478424e1a 398 0.22 vMB 103
251,342 251,342 000000000000000027f875091dcf08d4aa76bdfee77dd275fa0637b2ade1d012 290 0.13 vMB 77
251,341 251,341 000000000000004f51dbb26a856687367a22f6f2ead22cddd50fe3502a010cd6 109 0.04 vMB 138
251,340 251,340 000000000000000c3b7c5babc2fd00e28ead20913aaff02a81cb84677c53c06a 50 0.02 vMB 114
251,339 251,339 0000000000000001444a9be703efb7c623690de5f1e69a051080a21ba0ef1ab5 435 0.18 vMB 90
251,338 251,338 0000000000000032a02621c10686ce72e471791f53289a99db43818d38417d96 213 0.09 vMB 113
251,337 251,337 0000000000000037e6e70e9bd93e8c57df511ccd6c07047a97f266c3d9cbe0fa 75 0.03 vMB 178
251,336 251,336 000000000000005999f36011b9d868b7bd05908a0e647147d884db44fc99f6e6 128 0.06 vMB 55
251,335 251,335 000000000000001583e2310121683f6520724474fed5d222e681dc933883fdf2 319 0.11 vMB 94
251,334 251,334 0000000000000004c10cce168190e05c805e5d407208dcbcaae71f0a7a0113d3 74 0.03 vMB 84
251,333 251,333 0000000000000036c0365db032c81d7b22ad93e815993d148bbdee37a4adf5c6 323 0.14 vMB 170
251,332 251,332 0000000000000053e20ef149ebd6d32372edba5ad169364f90fda3356e728262 32 0.02 vMB 35
251,331 251,331 0000000000000005f429f2fcc5a0c77c3b516acc6c57fca8df2a0cdaf4888c5c 399 0.17 vMB 197
251,330 251,330 0000000000000030146aef578419bcd908e90cc7cd70f211990cb4ec9e1aa5dd 228 0.09 vMB 157
251,329 251,329 0000000000000002ff473808540f77065ad7918f33c11c09b959ce73852e2cd1 87 0.04 vMB 173
251,328 251,328 00000000000000313a556b15de2ad7b395ede6a8c36d07bda52cf455fcdf95d2 335 0.15 vMB 123
251,327 251,327 000000000000002e6876faac44bed9de5eb25ebd25f4d212b20b53e09e918785 128 0.05 vMB 121
Previous 10 blocks ↓
Total Size: 779.66 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: 316.72 GB
    • Received: 1.52 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.