Loading Tool

Explorer IconExplorer

Memory Pool

27,955 transactions
6.93 vMB
0.06780631 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.77/200 MB

Candidate Block

Mining Attempt 6b0a6e2fa578ff482ad7d40776614445a1d145ef61773643f446081ec1dd12bc
Version 20000000
Previous Block 0000000000000000000067621bbb9a1b2337ec4522dbfe05db5ae7a1976e2a09
Merkle Root 9c81a29b68e5740845f9e70cf1108c01b1a2ecdd8e5fcd66a95603c44de33edb
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.04075503 BTC
Median Feerate: 3.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

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

Node Details:

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