Loading Tool

Explorer IconExplorer

Memory Pool

43,493 transactions
26.99 vMB
0.05697639 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt b6bc78031f540c6bbbc523fb600948c7a8df3526e30334074c4f3b040ac592a8
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 29f85c372daa1e8d9ef49e6d0008ffd0cd6bdee7156b51c6299c14da8c9fc4c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,130
Size: 1.00 vMB
Total Fees: 0.00675723 BTC
Feerates: 160.56 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (874,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
40,371 40,371 000000000b2ed632a8827db5cda9f087c8a2cb652679bd18d50cbf3c722e7aae 1 0.00/1.00 vMB 0
40,370 40,370 00000000628044b8bd0fb5c4bd919c702f8a9a684b52adf9327a7ca8d5d2eccf 1 0.00/1.00 vMB 0
40,369 40,369 00000000552b8554edb5f144c4b154cf06dca3f0f5c282087fa83ae28ff0b3d3 1 0.00/1.00 vMB 0
40,368 40,368 000000004362b46ae736d893d5e0bffa755cbfe8359934223e5ba887e1cc48fb 1 0.00/1.00 vMB 0
40,367 40,367 0000000026e71fe2c819fe0b62ebec26db849d55c02ddf987eac0b77021a731f 1 0.00/1.00 vMB 0
40,366 40,366 0000000015d9ae3f9bf37eea91d03ae1aa69f98589f42230feaf049acf1e1e41 1 0.00/1.00 vMB 0
40,365 40,365 00000000573cad6031b9f25f1ae500b908f78cba02bb300a6ffa377cf4bfd5d4 1 0.00/1.00 vMB 0
40,364 40,364 000000004db64e341c4ae97150d740212430a57a1d36208ed6e5e43f53c0557f 1 0.00/1.00 vMB 0
40,363 40,363 000000003388161b5f9ac65c74312e1ea6657ef34966ceb108ce545331dfd5d5 1 0.00/1.00 vMB 0
40,362 40,362 00000000527b122c8c7a94d4f140b006d7da6049621bacbe59af5478a2b7a84d 1 0.00/1.00 vMB 0
40,361 40,361 0000000009152fc1cebc88871dcf07c1e71f02f2cb165e8ac0711732b9edf21f 1 0.00/1.00 vMB 0
40,360 40,360 0000000039ee8d1156c11643478ef022508d0cdf3b41b3e237b26efce1bf6847 2 0.00/1.00 vMB 0
40,359 40,359 000000000049461d93b5b9256e0d37f01077186a494e5331c7ac08fa21316595 1 0.00/1.00 vMB 0
40,358 40,358 000000002cf26c0496d99a08f7055e87c7f81662718af23f20cd807170229070 1 0.00/1.00 vMB 0
40,357 40,357 000000001e85be265fdfb3c81b21fa6ef14f23260bc79bf7c3305ecf56aa717f 1 0.00/1.00 vMB 0
40,356 40,356 0000000043812fb152776f41492faf8773128eb2989544a3143fdb6e07712349 1 0.00/1.00 vMB 0
40,355 40,355 0000000050a593c3d2ae967b9a481ecef43050bca678b3bccd794b81722f2871 1 0.00/1.00 vMB 0
40,354 40,354 000000001679b2f79ef1f65185289c42823c7dcb37d873183576ee2a8ce2e0d6 1 0.00/1.00 vMB 0
40,353 40,353 000000002ba516ffa3c95de1bea893fa2eea1f7a71b7a30a503fdddc26b31f50 1 0.00/1.00 vMB 0
40,352 40,352 0000000053d6f7efb621c066a310ceb2561cc054b8c53fe018d465a3d007624c 1 0.00/1.00 vMB 0
40,351 40,351 0000000021045c96be78b1d660c539f248c304d56afdd24945b7a14ff7667332 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.