Loading Tool

Explorer IconExplorer

Memory Pool

83,294 transactions
32.02 vMB
0.10785107 BTC
Random Selection Loading Transactions
Max Size: 192.51/200 MB

Candidate Block

Mining Attempt 6b3c5b06d785730ded3c4f7b776fe75a765ce4fc0b2482eb74493ec4fa445273
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root e336c9f66bf1078c400d36e7d9dbc0a4b5328d0ac5a17bbac6cd17ef3b3a2675
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,336
Size: 1.00 vMB
Total Fees: 0.02630380 BTC
Feerates: 353.36 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (506,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,203 409,203 000000000000000004b2c1e465d5a87652a5b632de244c768d7a7fc637cbc5d9 2,592 1.00/1.00 vMB 47
409,202 409,202 000000000000000003bac05fec53e1437ca11b09c971d093b993ab35dc66b612 1,942 1.00/1.00 vMB 40
409,201 409,201 0000000000000000050414dcf78d468e22ffa8167fdd9d467dc6c123365ce883 2,864 1.00/1.00 vMB 39
409,200 409,200 0000000000000000017997abbe8563a3ecb54c776d1e27189103c4c7f14f1b56 3,008 1.00/1.00 vMB 60
409,199 409,199 0000000000000000028c2c2e34dc3c41c49cf23fe294d09b6da42f191f00c934 3,342 1.00/1.00 vMB 66
409,198 409,198 0000000000000000057e912e54fd43084d4e0decaf57be451a95002d9598116e 2,705 0.99/1.00 vMB 44
409,197 409,197 0000000000000000050aa96571f1451cb5b542618f804a087934b5b3c6f2e652 1,058 1.00/1.00 vMB 25
409,196 409,196 00000000000000000223a1e01724d7056229b3bd14d3f4614a72f0c3fad3fe2f 1,642 1.00/1.00 vMB 30
409,195 409,195 000000000000000003033a7e49c84e1a21ab9734fcf5960820a695473d6f8e70 942 1.00/1.00 vMB 24
409,194 409,194 000000000000000002b380e6c5bf825eac052f04532c4c7c2ee762eb53eb6ae8 1,960 1.00/1.00 vMB 35
409,193 409,193 000000000000000005294f9278e291b06769a9cc97be6c2adf7035fdf6805651 2,531 1.00/1.00 vMB 47
409,192 409,192 0000000000000000040d86010ff0088fb36d09e66dc7905c82f6f4c8c56bfe31 2,324 1.00/1.00 vMB 41
409,191 409,191 000000000000000000926e4b37a918a755bee49bb69f1ba9e2da0f2b5802fe15 3,056 0.99/1.00 vMB 47
409,190 409,190 0000000000000000004e999b04aa63bf30113e81341d5ae3760b2c6c9f505ae4 2,747 1.00/1.00 vMB 66
409,189 409,189 00000000000000000148f7f5317cdaf9ab3cd3241318e0ad6eddcb95e38f3fe3 2,030 1.00/1.00 vMB 38
409,188 409,188 000000000000000001b8d5a16b18087b4c5cb1f43bc20f87e121a4d180a6ae81 843 1.00/1.00 vMB 20
409,187 409,187 0000000000000000024a839d6b3e003186fd22bd535c71e0f52d88104d28b94f 2,156 1.00/1.00 vMB 49
409,186 409,186 000000000000000005e3ada49ad4097ca8e2e050a2a09b311967446a5b7faef6 2,964 1.00/1.00 vMB 59
409,185 409,185 0000000000000000057bd6ba551351eb0ab9c33cd1285b05f2bfc70859c1c5b4 711 1.00/1.00 vMB 25
409,184 409,184 000000000000000001b8982331d3156e93d6250986123ad16bc77a5fab491661 1,226 1.00/1.00 vMB 40
409,183 409,183 000000000000000005af23bb9b0679921858bbfd9cf8c5bffc8b5b248fb041ec 1,660 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.79 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: 709.83 GB
    • Received: 17.00 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.