Loading Tool

Explorer IconExplorer

Memory Pool

73,629 transactions
27.54 vMB
0.09196775 BTC
Random Selection Loading Transactions
Max Size: 165.88/200 MB

Candidate Block

Mining Attempt 882bfc86a4e2618a268de7acdaa4270919374b8a16c9f74b04bf0522dc439ad1
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root 0f672573ef75f568f395b32a6ab9ff0dc5fb6a8d86064c94b5f8f72e7fc0acf0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,016
Size: 1.00 vMB
Total Fees: 0.03054014 BTC
Feerates: 100.53 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (654,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,471 260,471 000000000000000bc5e6f9f18ea558a7c36c8ba56c8cb7ee4275752b37b634b7 439 0.20/1.00 vMB 126
260,470 260,470 000000000000000fc798b06a2db5d033b819e35a5efba6930d0ac27a9e5ce210 578 0.29/1.00 vMB 49
260,469 260,469 0000000000000005394fcd7d255b36774fd222e4812a41cb95c4509c4369dcb6 512 0.18/1.00 vMB 174
260,468 260,468 000000000000001bb15fbc5178a7a8d2e87c6eaf04c27b3b518a17a59978afcf 90 0.03/1.00 vMB 421
260,467 260,467 00000000000000125a5da91a166255d14c4e21887db385d31a39d3310565e5e5 348 0.15/1.00 vMB 168
260,466 260,466 000000000000001c0f423c4993eb24884ab1c2ed1bf6d93a3e8ee627317ba322 137 0.06/1.00 vMB 52
260,465 260,465 0000000000000018ba0e1b5525cb94b5940852a18f722525435d56493fe5929a 627 0.27/1.00 vMB 131
260,464 260,464 0000000000000015340a2c7bda402f51c9074d4cefe3b7f0364e7f9b402df250 97 0.10/1.00 vMB 71
260,463 260,463 000000000000000c92034465e651718a918acf2a4115548c2ecfb498f74f10da 137 0.12/1.00 vMB 53
260,462 260,462 0000000000000013cd2c316ffee6c61607bce5e5067c9453ff65b6a22b594fa1 345 0.14/1.00 vMB 151
260,461 260,461 000000000000001baf64da9ae421e5d4ae9f72630074f870187b9a5aceed1daf 526 0.25/1.00 vMB 146
260,460 260,460 00000000000000157ea759b416cdbb36c05c92c437588a0235b3bee33d2dc1f0 613 0.25/1.00 vMB 138
260,459 260,459 000000000000001338f1ff7da6b441fe40962a9e85460f5bab90d5a1bf7eb93c 140 0.06/1.00 vMB 44
260,458 260,458 000000000000000a00ccade7c5823d2c825465380b4ae4891d769e2ab9549380 558 0.25/1.00 vMB 137
260,457 260,457 000000000000001ade19dfdbd6ddc4243823bae9f18310aacbf3305a29160b67 175 0.07/1.00 vMB 148
260,456 260,456 0000000000000005f8f0d65af0cfdd2470f15d4367408da40b5cce6e33a732d6 351 0.17/1.00 vMB 128
260,455 260,455 000000000000001ad4c0e87d78d5735947b3d38b8dee1609ca0cf755d381fb1d 105 0.03/1.00 vMB 66
260,454 260,454 0000000000000015f4e833f590ec9171fc0708fd6a8da0f9caf57aa979f0ecd6 1,063 0.50/1.00 vMB 79
260,453 260,453 000000000000001a74fee0d3bcaad3bfeedc22ae4b0a6846fc2aa9c66c1f04f7 797 0.25/1.00 vMB 293
260,452 260,452 00000000000000183c158e8590b00b6cf0dd70e98bc0c2b4599a829e798fdce5 51 0.03/1.00 vMB 60
260,451 260,451 0000000000000009c42033d02a1997143d5c7ffc281b4768a32f23cd56dc5775 572 0.22/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 783.19 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: 753.03 GB
    • Received: 18.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.