Loading Tool

Explorer IconExplorer

Memory Pool

79,521 transactions
29.68 vMB
0.06838552 BTC
Random Selection Loading Transactions
Max Size: 178.69/200 MB

Candidate Block

Mining Attempt f242d184ea1b312096d082bc72596ebd922414562f9b9eb3f231bff6516679f4
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root b5c5ae4c71adbe8dc01997202f8576946a696ffa507398c106e6961148fa8420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00791583 BTC
Feerates: 100.19 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (272,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,381 642,381 0000000000000000000acafc52c5e6ace11c1de0b974461ce86d4328be932075 2,918 1.00/1.00 vMB 147
642,380 642,380 0000000000000000000a02a7195436906144c2f21aa8464212008bf1f063e8c1 2,796 1.00/1.00 vMB 143
642,379 642,379 0000000000000000000eb72b81f815f94ae28f2f7c6da698dccd57cf1b0e9fcf 2,686 1.00/1.00 vMB 145
642,378 642,378 00000000000000000005b65a6943fdf335344d5cf9cd4f8481750b9e28f17b39 2,739 1.00/1.00 vMB 146
642,377 642,377 000000000000000000109c835d059aa1336243880140834dcff6eda3a7423cbd 1,877 1.00/1.00 vMB 169
642,376 642,376 000000000000000000009c1100de24f82e8eb29aeeb9fcc11af8cc19f5e9f4ca 2,404 1.00/1.00 vMB 149
642,375 642,375 000000000000000000055db7225da4f9f1f58854950ef3baf87a82e9bee2d4eb 2,594 1.00/1.00 vMB 144
642,374 642,374 0000000000000000000a04a569b84e0290c9c2df9836baf18840c96f39b24899 2,115 1.00/1.00 vMB 168
642,373 642,373 000000000000000000008d788ec9c7400f8afce5a57d311336c1439122de496e 2,183 1.00/1.00 vMB 178
642,372 642,372 00000000000000000010800f9174031b585175492c5325d64610ed275e7ccf6e 2,680 1.00/1.00 vMB 157
642,371 642,371 0000000000000000000e28d748f2c5805477d8551c1784cf93b3def50d8258a6 2,311 1.00/1.00 vMB 172
642,370 642,370 000000000000000000102b49482d8a133c70ca7601b707746174274ad69b6fea 2,913 1.00/1.00 vMB 161
642,369 642,369 0000000000000000000f0ffe210c37c856b87983199db4b2639773c1fcb64e2f 3,129 1.00/1.00 vMB 147
642,368 642,368 0000000000000000000155934b9e165d7a975a6b996b80f45a600955543983a9 2,927 1.00/1.00 vMB 175
642,367 642,367 00000000000000000000a1763f23be13f2ba166402c658c306a1ea7aa49c0a8b 1,872 1.00/1.00 vMB 175
642,366 642,366 00000000000000000007a6326a701ff38a776cf3d2384b0136015383dfa13cdf 2,380 1.00/1.00 vMB 161
642,365 642,365 0000000000000000000a5deb416f2d52db6da5a402fb08a1fc4e5cc8ae7faf9b 1,826 1.00/1.00 vMB 134
642,364 642,364 00000000000000000001664977c4571466eeebb18533e843c5e9d424bd20a2df 1,533 1.00/1.00 vMB 133
642,363 642,363 00000000000000000007151a3c30f2480af7f7b4d468e8ce247b6bab8e3200bc 2,488 1.00/1.00 vMB 145
642,362 642,362 0000000000000000000134e542a6cb5c09d0b729fe0177fd48c3f732878ce5bd 2,766 1.00/1.00 vMB 158
642,361 642,361 00000000000000000008b26df68a160c83996e01f813942ad567fdfcd61d0f6c 2,060 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.