Loading Tool

Explorer IconExplorer

Memory Pool

26,389 transactions
9.88 vMB
0.03119579 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.84/200 MB

Candidate Block

Mining Attempt aa29c30aaef0558b17f2a5cf37cbaabbe94fb7ad6924220f790ca8d1c2b52492
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root f2ff0b02dadb5048e6216629badc0ea7aad34caab97b9f835a43e85bbffb0dcc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 374
Size: 0.22 vMB
Total Fees: 0.00690445 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (653,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,424 259,424 00000000000000167b34e9f092ba88c88612fc93f4a3d0b70b7856c4978e0435 106 0.05 vMB 109
259,423 259,423 00000000000000150ac123f2466dee2a4c9e1412c124ef13890c66181e37b3e0 449 0.18 vMB 124
259,422 259,422 00000000000000129ed28ff0013664209a9b9c9f0c03a59a39fd43e4950c0c12 215 0.14 vMB 87
259,421 259,421 000000000000001aadd1c58e799c417046b0b4c3abcd1614bac49ffe8a2fe4f1 490 0.19 vMB 112
259,420 259,420 000000000000000e2692f89905e6465079cb538507bb3748546f0d06970468e5 207 0.08 vMB 144
259,419 259,419 0000000000000014172816d8ed8659796fd8c74639b8a612abc101950c302caf 156 0.10 vMB 66
259,418 259,418 000000000000000e1226fdd86445355d93658d5de7bb2b63f225e8acbdecd557 223 0.09 vMB 150
259,417 259,417 000000000000000a8f67dc48bef218414cec5a382e9479a202929f228491df85 112 0.05 vMB 108
259,416 259,416 000000000000000229a40433d7efc9c37e04e7afe77ca41ec3c7048ed942504a 428 0.18 vMB 74
259,415 259,415 00000000000000082dc15129f2d679f37cbcb9eaaa4567687211c30ba75a63c7 272 0.11 vMB 152
259,414 259,414 0000000000000010917a1c5e7e61abaab6d077aa4585239426afea8d695959a9 483 0.21 vMB 96
259,413 259,413 0000000000000019df5632b2e80604e4d33a59de623005bdfacfa617a1b11dbb 607 0.25 vMB 241
259,412 259,412 0000000000000003e4b09afe799331ea566bdb68eabf866c9616e2977a3bce91 632 0.23 vMB 119
259,411 259,411 0000000000000011af0afbaf2afccc855a823f9515caf3d24506583bfde450d5 190 0.10 vMB 84
259,410 259,410 000000000000000b60d7d2b87fd87e5ebf323838c088d3e4211514377ab52e52 337 0.23 vMB 73
259,409 259,409 00000000000000128e27b9d79d4a2d37150448b54465330dfdd447b058b034b0 57 0.03 vMB 66
259,408 259,408 000000000000000f45b51322f9695c2368b853a50fd8543bb0b45ac8586cc9e6 167 0.08 vMB 128
259,407 259,407 000000000000000891ccee3a821c056d21c0d868d236e49057de836ee9d5473e 214 0.10 vMB 59
259,406 259,406 0000000000000002e316f04db8c94d030f46bd49830412185f9737dfa3cfe708 683 0.25 vMB 144
259,405 259,405 000000000000001c6411540ff08509ad475146a4a51c0400d63030dd526bb5b5 251 0.10 vMB 132
259,404 259,404 0000000000000022302535c1be58755513befb80cbe95e027f8ca96943bb18e3 48 0.02 vMB 105
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.31 GB
    • Received: 0.68 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.