Loading Tool

Explorer IconExplorer

Memory Pool

81,223 transactions
29.85 vMB
0.10541678 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt c5dafd8d5af11c60afbdae02a7190ad4c693f88e1940d881f7c5e84d3d8a3f10
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 77f1c0dedd2766a154a04b7a3cdf3d5503e98c8b1c7c384bb2e1b20ff569fbc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.03981910 BTC
Feerates: 146.36 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (88,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,473 826,473 000000000000000000015d1d0bbf46201ebe6413eef3fe0755d71e9cf8a3ac89 2,568 1.00/1.00 vMB 50
826,472 826,472 00000000000000000003a48ba2f1c386f4494e707a5974ce51caf4067f238cf0 3,175 1.00/1.00 vMB 69
826,471 826,471 000000000000000000014e90425f140d3bb1c1eeddcd9c1c16c22894fc8c771e 5,990 1.00/1.00 vMB 40
826,470 826,470 000000000000000000038d8a06d1250f551369bcdc94737088ee080a3c680cca 3,425 1.00/1.00 vMB 53
826,469 826,469 00000000000000000000f8a66088b5c97ae41c8ee4974d3ae14ba289c3f67492 4,867 1.00/1.00 vMB 40
826,468 826,468 00000000000000000000d6c71ebb043924ca15f2b5c50850fc3c2b77c84f2c31 3,771 1.00/1.00 vMB 47
826,467 826,467 00000000000000000002a349be7b8889fb27361a23f1f1cd67da7dd52be3e4db 3,106 1.00/1.00 vMB 60
826,466 826,466 000000000000000000034c590d25a0b67ca63ab69ed2d54d0aa98addafcc000b 2,713 1.00/1.00 vMB 102
826,465 826,465 000000000000000000022eac0ea515abdd5bcf9ee93ccf5edd5b6d01e1dd1220 4,258 1.00/1.00 vMB 53
826,464 826,464 000000000000000000008a6fef143332d7f9f84b602e1faeb1e8b59d03e21422 3,501 1.00/1.00 vMB 55
826,463 826,463 00000000000000000000bcfc5bff31ad4af787c6ed6ff31f82e1195f7dcfead7 2,642 1.00/1.00 vMB 45
826,462 826,462 00000000000000000000a24aac916f452e3ca31c6b07f4be63235c9d37d284e0 3,168 1.00/1.00 vMB 70
826,461 826,461 00000000000000000002c18f9464a6748d24a4db9185122ea6e506861c43f3a0 3,279 1.00/1.00 vMB 58
826,460 826,460 00000000000000000000c00ddb18079192995a83a34eda3305815f2c616ca46c 4,446 1.00/1.00 vMB 54
826,459 826,459 000000000000000000010353792b8e80e8159726cc8331856b7bee07ca1ac466 3,431 1.00/1.00 vMB 41
826,458 826,458 0000000000000000000362db65551194a05240d548f436baea0fa2d47909b0ab 3,936 1.00/1.00 vMB 50
826,457 826,457 0000000000000000000093e580e792f7837fa096f7ef62071662c3eadc585011 4,307 1.00/1.00 vMB 55
826,456 826,456 0000000000000000000120ef763ab6dae598a2c66f456eb5673f4da159390347 3,404 1.00/1.00 vMB 74
826,455 826,455 00000000000000000002f8fe615e3213d72920832a795cfee0a0aa5bb0b91199 3,736 1.00/1.00 vMB 63
826,454 826,454 00000000000000000000be9ea27ca5563191414d518ce5862ea5b79f98f798bf 4,239 1.00/1.00 vMB 44
826,453 826,453 0000000000000000000020b140df6b6574137ac2b2135d0d5d49432889e4bec2 3,351 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.