Loading Tool

Explorer IconExplorer

Memory Pool

85,765 transactions
31.97 vMB
0.21081124 BTC
Random Selection Loading Transactions
Max Size: 191.19/200 MB

Candidate Block

Mining Attempt b3bd50ded863397c677d3e5a4ca58d6684674866d4aeb79f20d419287f8a7322
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root e12d3cc494e95c6b74271a868a3367feb2f71083edb09de31a8c235a218f71a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.09512861 BTC
Feerates: 529.10 > 9.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (288,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,293 626,293 0000000000000000001197befc7018333fa9543a66e170564572ed11adb7a13b 2,725 1.00/1.00 vMB 23
626,292 626,292 00000000000000000000452bd00cc3b35fc9d66b253922e4363e9bb8524a0ffa 2,619 1.00/1.00 vMB 28
626,291 626,291 00000000000000000006f4f664cb1abcbe0bbbfa5b7a5f04c8b0e5403d3659a5 2,964 1.00/1.00 vMB 38
626,290 626,290 000000000000000000053ebe9037c6b36cf599b631729c396a4639f2f0adbc31 1,906 1.00/1.00 vMB 5
626,289 626,289 0000000000000000001289d9872d636c2ce2ff477c143744a910e18e849afb1f 2,769 1.00/1.00 vMB 19
626,288 626,288 0000000000000000000484d260d0e14dcf7cba9e99d199f33902c822027057e4 3,000 1.00/1.00 vMB 22
626,287 626,287 00000000000000000003232e6bd0182cd5ccdd31c9975b80144fde2b861f5e48 2,643 1.00/1.00 vMB 22
626,286 626,286 0000000000000000000734a2c8cbb65b6ca5401d13bf5ea80f92384f372e497d 2,742 1.00/1.00 vMB 30
626,285 626,285 00000000000000000010e0d43c6fa088ed17b6ef69190f0708f3df1880cb60dd 2,880 1.00/1.00 vMB 45
626,284 626,284 000000000000000000002447588683935111b48c59c0d0409775a368223dad55 609 0.25/1.00 vMB 16
626,283 626,283 00000000000000000010fd38b8c10e1daa4f83e3086516f0b5288ba3e60e3086 734 0.27/1.00 vMB 20
626,282 626,282 0000000000000000000c1b9a218dadcc536c5310b25e6d8ac8dcb7c361e2f0c2 2,509 1.00/1.00 vMB 5
626,281 626,281 000000000000000000131733139de05709ff7dc2baf4d27fe1511cb88e5b0d87 2,828 1.00/1.00 vMB 24
626,280 626,280 000000000000000000074868c82d9dcee621f4aad97d28d840e17f93d5a01cf4 2,607 1.00/1.00 vMB 19
626,279 626,279 0000000000000000000d1c059a1fce1ccfcb8577871129a35c31a3a5b848924f 3,111 1.00/1.00 vMB 38
626,278 626,278 0000000000000000000a4f88625f77ab4e8fe18ac57dd285ca42e626733a496e 1 0.00/1.00 vMB 0
626,277 626,277 00000000000000000003461cf92eeef86cd85b212e2158e4ebe7db651305f9ab 747 0.30/1.00 vMB 29
626,276 626,276 0000000000000000000dad9448b54517621c6ef0f9fe501c0e06a53c6a446d45 699 0.78/1.00 vMB 1
626,275 626,275 00000000000000000012ca0cbc76b91a6f0662b9346a68fff6af5a1253524214 2,747 1.00/1.00 vMB 18
626,274 626,274 000000000000000000075c534e7e34b2f603417c54965059d5c6c64d26831202 1,513 1.00/1.00 vMB 28
626,273 626,273 0000000000000000000ca3e91e9213b84131d2da2483ecf427d9dda2e88d692c 2,499 0.96/1.00 vMB 16
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.70 GB
    • Received: 16.31 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.