Loading Tool

Explorer IconExplorer

Memory Pool

45,005 transactions
26.59 vMB
0.05821485 BTC
Random Selection Loading Transactions
Max Size: 140.70/200 MB

Candidate Block

Mining Attempt 814ca5e5d28778b1a60bed391e94cfe30a625828b61eb67c92622c192f408879
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 12bce29f0d26d106063026f21e04ac2e762921c85cb3c3bcd3223f0a32b42775
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,501
Size: 1.00 vMB
Total Fees: 0.00932633 BTC
Feerates: 49.26 > 0.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (809,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,288 105,288 0000000000013bfa7650681408b5f6bb1c2d56f128cc2d50075d6d7faf27d6d1 12 0.00/1.00 vMB 0
105,287 105,287 000000000002047a96fea299cb0c5514675731a6e82a8e21d5306d9c41506289 6 0.00/1.00 vMB 39
105,286 105,286 000000000000abd309b590789b4146962879b4c611aa6c6e70fb82d4d174a99c 10 0.00/1.00 vMB 0
105,285 105,285 00000000000279fe2d4eb238c89a0c5f30f549c68d607b2e1eca498cef7c6022 22 0.01/1.00 vMB 0
105,284 105,284 0000000000000ba4a71da61e558b1147274703880a2bc5a8aab532e779c819dc 7 0.00/1.00 vMB 0
105,283 105,283 000000000001f7beaa0edbbce5c8fb726aefd19988654d3e29a2e43898a29462 3 0.00/1.00 vMB 0
105,282 105,282 000000000001f8f7d484dff43f0cfc6a05c83f5e5a0ebaba9ea7079276ad0635 4 0.00/1.00 vMB 0
105,281 105,281 000000000002bc5bbde045d15ccd5e51c1e5be3abc83d3ad1c10411ba67c2c99 1 0.00/1.00 vMB 0
105,280 105,280 000000000002c4cd23379b8487260c00b03949c80e574202c22731ca40da5cb6 5 0.00/1.00 vMB 0
105,279 105,279 000000000002bdfc43084d570bd206aad76d66c7308e3313e47fc59f458b92be 10 0.00/1.00 vMB 0
105,278 105,278 0000000000012d9bf80e8dbb67be6b9354f27134b71c949a70d8ac96fc930f69 12 0.00/1.00 vMB 0
105,277 105,277 0000000000012237237bfc47e53fc9e9ca1666411be0834271ecebbb1426d96d 26 0.01/1.00 vMB 0
105,276 105,276 0000000000010ecf510eb058ddfe45bebd09a533d7de76662b3e8d1351f71488 5 0.00/1.00 vMB 0
105,275 105,275 00000000000264e2485db3d702caf4143f78f7f34a0711454f5dd3f677d89c2d 3 0.00/1.00 vMB 0
105,274 105,274 00000000000150d219b22439511bd85f54209c60c53eaa87b032dfa656f6085f 12 0.00/1.00 vMB 0
105,273 105,273 000000000002313472f29e4f9cecb508c5231cb2a1f0f45baf3ab7506b02f882 9 0.00/1.00 vMB 0
105,272 105,272 000000000000f1758e4c5946377e4ec70b85b6e35d5691504ebfe0cd4de96f34 11 0.00/1.00 vMB 0
105,271 105,271 000000000002eb1f099c819ca539327e1fcc66bf2e0f6b91cdd0ae2b3c1cb7e6 10 0.00/1.00 vMB 0
105,270 105,270 000000000002eb0556556f539b0822426866747b0f86e5e68d3aed50506d03f8 4 0.00/1.00 vMB 0
105,269 105,269 000000000002078dbac053bfe86e2c27a398837d8295a576a5dca6c03f4ebe1b 11 0.00/1.00 vMB 0
105,268 105,268 00000000000104e75cebca763a676429d27733f0728b7769e8ac870696a51249 21 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.92 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: 646.12 GB
    • Received: 12.81 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.