Loading Tool

Explorer IconExplorer

Memory Pool

79,942 transactions
29.37 vMB
0.11412281 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt 6f4cb1eb899429ba1fa2f67e5004f6e9f5d11e6f35d26e580c1b33a4596a5694
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 2ca48103948737e48d6abfda58765a6e419f2d04f5ce6daf1ba72350e86c1f75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,997
Size: 1.00 vMB
Total Fees: 0.05163479 BTC
Feerates: 151.07 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (293,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,498 621,498 00000000000000000001843af6a96caad9b235a0f6003a32d22e66c3008fd564 2,979 1.00/1.00 vMB 78
621,497 621,497 000000000000000000033baf08eb1873f1dd5024b77b8ea26ddde2e0bfc7aba8 877 1.00/1.00 vMB 77
621,496 621,496 000000000000000000003dd589e31e4ffa89e73ac40f7688b72ac0fdfccd1fab 2,564 1.00/1.00 vMB 85
621,495 621,495 00000000000000000002cf07ca52570fa61281e13b6a26ed2fea7ce197b1c72e 2,194 1.00/1.00 vMB 99
621,494 621,494 000000000000000000089fefe846d1f78555d5b8fa5b0e4fc51850fcc0e38208 2,027 1.00/1.00 vMB 105
621,493 621,493 0000000000000000000e4e491753a451d150d2d02b8d71f2613c4afbded53b6d 2,540 1.00/1.00 vMB 82
621,492 621,492 00000000000000000008502b0f8d3fb6e05f8e4b42676cd993749fa2dcdf023e 2,156 1.00/1.00 vMB 94
621,491 621,491 00000000000000000000468876953e5fc024a828df45e329c17f0edb2f99806f 959 1.00/1.00 vMB 79
621,490 621,490 0000000000000000000ec63babe6db775b43d889b4be679c4ef10efa00ac17d5 2,378 1.00/1.00 vMB 102
621,489 621,489 0000000000000000000e95c1d7b9bff399db9b666d04eb2b2dc9d34880809f3c 2,893 1.00/1.00 vMB 98
621,488 621,488 0000000000000000000134f7f6c03fc1d1648ee3f0266bc07dddf624703d8f6e 2,873 1.00/1.00 vMB 78
621,487 621,487 0000000000000000000b49279487cc9fd6c583bdb97189a7b3d986cc1a4fa93d 2,522 1.00/1.00 vMB 73
621,486 621,486 00000000000000000002693c992097633fe995eaf047eb500336d2d23de196a4 2,767 1.00/1.00 vMB 96
621,485 621,485 00000000000000000010cb481c770edc6137dd972540f1ad24ae40fad6f8848a 2,460 1.00/1.00 vMB 88
621,484 621,484 0000000000000000000b2ac14bbc272faa11b67b53c8e6f946f4fa37ae8705b6 1,207 1.00/1.00 vMB 90
621,483 621,483 000000000000000000094de3c88dfc52554331923b589b0c78df59df4bbc420a 963 1.00/1.00 vMB 164
621,482 621,482 0000000000000000000b3ec2bfa5afa681aaecc347ba74b408cb40019800bf1d 2,102 1.00/1.00 vMB 47
621,481 621,481 0000000000000000000698a16f8e2e79100bc53337d67ee2302462bdd1df376b 2,531 1.00/1.00 vMB 65
621,480 621,480 0000000000000000000c0d0b11c68dcc558e6159588b682006be8d3ed2044bd8 2,058 1.00/1.00 vMB 57
621,479 621,479 0000000000000000000a5130fac8b517829d02d4f90b11c510891eaf4b3cdfd5 1,402 1.00/1.00 vMB 50
621,478 621,478 0000000000000000000b815d5a5a17c5d3d69cf02c5908964e53e0dfa641a480 2,445 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.