Loading Tool

Explorer IconExplorer

Memory Pool

80,944 transactions
29.96 vMB
0.07655304 BTC
Random Selection Loading Transactions
Max Size: 180.67/200 MB

Candidate Block

Mining Attempt ec2a7bec2967d9980690c5323500bd5ba2b4954df8443bd008b3c531e5b2e96d
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root b84c3e9aff310f32ce2927b7e63e46792918a5d6bd1fc4cddfabff66c8c9020b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,112
Size: 1.00 vMB
Total Fees: 0.01531960 BTC
Feerates: 502.67 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (272,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,385 642,385 00000000000000000009cd69eedd85fba38b98fe413b133b152913c006525a1a 2,639 1.00/1.00 vMB 157
642,384 642,384 00000000000000000001b768dc5699736e59494bc94cfdd554c7c27ff1fc3d09 3,003 1.00/1.00 vMB 184
642,383 642,383 0000000000000000000fdb7094d6c0cc6190c8b889b46f431565ccbe5d11a7e7 2,783 1.00/1.00 vMB 149
642,382 642,382 0000000000000000000f3cdbbbd6ce8beba7b2d5b140c1fe1894611fd8019bce 2,729 1.00/1.00 vMB 169
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
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.