Loading Tool

Explorer IconExplorer

Memory Pool

74,280 transactions
28.80 vMB
0.08228857 BTC
Random Selection Loading Transactions
Max Size: 170.15/200 MB

Candidate Block

Mining Attempt eba040ec539adc3efa5280146053953c461a277d8e2b449d4813e1228c7a1ec1
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 3b4bf8795bf92c87511f68fdb313bf196e7dc38a603c5d31c4b2841ff5f32b89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,344
Size: 1.00 vMB
Total Fees: 0.02333188 BTC
Feerates: 150.36 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (443,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,276 471,276 0000000000000000000606a1d88efa74366e0c5f422d79e2d0af8f3ec8d702b6 2,162 1.00/1.00 vMB 393
471,275 471,275 0000000000000000015cfbccbe09c7d8f7ff5bdf6e0bcb7e6b8248567e1b6df4 2,269 1.00/1.00 vMB 320
471,274 471,274 00000000000000000137ae66668e7bd20d5078f3b5bc857478db1105899cdd4a 2,568 1.00/1.00 vMB 459
471,273 471,273 0000000000000000016ab097ac7140161b1c588e11b63eb0a693d0f1e0a63f1a 2,456 1.00/1.00 vMB 376
471,272 471,272 000000000000000000cf6a75db1fb145f218feca3523c15c9219714e1a5368cf 2,523 1.00/1.00 vMB 281
471,271 471,271 00000000000000000079cd011498d9e9d706219ab5326d83eea2b57e795fd256 2,087 0.99/1.00 vMB 301
471,270 471,270 00000000000000000172bd6149c79d4602824b01bcc541e263dbd551ae849d15 1,628 1.00/1.00 vMB 398
471,269 471,269 0000000000000000018f95e9424dcf969ea9bf7128d32c071c56bfd260dae2fd 2,434 1.00/1.00 vMB 411
471,268 471,268 000000000000000000134507edb967f4b6783b12d9561ff059834aec0706a4b2 2,355 1.00/1.00 vMB 343
471,267 471,267 000000000000000000fcf389bfd8cec7560c71de549d9685b2ef755332559f3a 2,351 1.00/1.00 vMB 381
471,266 471,266 00000000000000000076027aafbd9a7e32f288e32c97f18e49bbfbc0183b5496 2,546 1.00/1.00 vMB 433
471,265 471,265 00000000000000000007b8f3bd43d96b21a260b3ed416c8c48832f20bfa005da 2,691 1.00/1.00 vMB 377
471,264 471,264 0000000000000000012d929c385059c959181dbe1a4d421687e2a9a3c6fc4f7e 2,229 1.00/1.00 vMB 394
471,263 471,263 00000000000000000175b6528b43c1f6efac59bd4ff908d8b5c8114a0e32868f 2,391 1.00/1.00 vMB 428
471,262 471,262 0000000000000000017042246e22bfbbc12e6dc73762836a8b3f6e505f85f2ec 2,385 1.00/1.00 vMB 473
471,261 471,261 00000000000000000046216fdbf25df8017ec871875ffb9c0b1c574a0e7804a7 2,636 1.00/1.00 vMB 287
471,260 471,260 000000000000000000a44a628322a97f202441bb66fc65acc53dbd1eb2400da5 2,288 1.00/1.00 vMB 306
471,259 471,259 0000000000000000004a2d1970455b094319f176df20a799d07973e051673d19 2,558 1.00/1.00 vMB 331
471,258 471,258 0000000000000000004a1456d5e48a4e1a6e4657b08462e2748dcb810aab30d9 1,744 1.00/1.00 vMB 375
471,257 471,257 000000000000000000061c5ada0e0c46392d53c43ee4351bd6219bf7ddaa41e5 2,110 1.00/1.00 vMB 355
471,256 471,256 0000000000000000012795f44634ba7781bf8ae3aa60dfc17996f86c0e12ae17 1,840 1.00/1.00 vMB 400
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.