Loading Tool

Explorer IconExplorer

Memory Pool

39,710 transactions
27.09 vMB
0.05584726 BTC
Random Selection Loading Transactions
Max Size: 141.58/200 MB

Candidate Block

Mining Attempt e68fabe1648656d2b8de89bd0ecd6c68fd4b7c271690fdcfdd27c5a8313257c3
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (492,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,175 422,175 0000000000000000000639f06ff3d0cfac19d5dc124efac8082fdaa249025027 2,270 1.00/1.00 vMB 73
422,174 422,174 0000000000000000042b75880a26fb457e86fe62fde458aad5a3969ea4b71f50 1,509 1.00/1.00 vMB 48
422,173 422,173 00000000000000000216dc225d4cbd9d8518b4ad82558d5a8e551aa7290c0da5 1,065 1.00/1.00 vMB 35
422,172 422,172 00000000000000000309a6d5c4afa5a14a9dfe180e508ba95120576871da8313 1,472 1.00/1.00 vMB 26
422,171 422,171 000000000000000003d7e112fbc1aebf4613551290985ebdec276ca6e97ad04a 1,811 1.00/1.00 vMB 50
422,170 422,170 0000000000000000000d5cfd54279cb7be1a9b887b28e8884b4aacfdd73a1421 2,016 1.00/1.00 vMB 35
422,169 422,169 000000000000000001f4de9d78ed4c2015cb676440e58069f67319ae31e71c75 1,757 1.00/1.00 vMB 67
422,168 422,168 00000000000000000304f0c7db28c15cc4226dfc491d4c4f0d8b9ae48744453a 1,599 1.00/1.00 vMB 92
422,167 422,167 000000000000000004c7af1e0c432239ecea997ac5693f389ee84116bef51f5d 2,667 1.00/1.00 vMB 70
422,166 422,166 000000000000000000ecac3d6e7b9262364e9f396bcbdc4bca57c805cb97a005 2,920 1.00/1.00 vMB 90
422,165 422,165 000000000000000002344a730a428d299f45f48acf0c4501dc9f950aef149ba7 2,871 1.00/1.00 vMB 101
422,164 422,164 000000000000000004835c136ad1400b7694d4a20ad78acbc492a0c8e8591953 2,548 1.00/1.00 vMB 70
422,163 422,163 00000000000000000041a40794ed523e759d57d68b36201a020a39f74d09aaa4 1,777 1.00/1.00 vMB 48
422,162 422,162 0000000000000000027767595077826b1068e73440f090b6ad51fcf75759cc8f 1,356 1.00/1.00 vMB 58
422,161 422,161 000000000000000002e443d38cf1c4ba129dfe296a6f03f52011d833e07aaa24 1,460 0.99/1.00 vMB 52
422,160 422,160 000000000000000000398d8ec7fdf8f4ff0f8cf6f68812d72dd03a632c0885aa 1,999 0.87/1.00 vMB 58
422,159 422,159 000000000000000004d685bf7713716149441c687078dfb0b0f3de0ca93cb9b0 1,109 0.50/1.00 vMB 60
422,158 422,158 000000000000000002b3b4062e6852a041a3b649e48294505e04d7550b051265 1,830 0.99/1.00 vMB 51
422,157 422,157 000000000000000003f563cd8e97ed894b01ddebc1b2ae25ec13b53c0fec38a1 548 0.37/1.00 vMB 43
422,156 422,156 000000000000000004fbc004a2d4a73eaf976ee43d71eca0b12169c9cd7f8d8a 1,087 1.00/1.00 vMB 35
422,155 422,155 000000000000000004c94291c7a61a0aa1ea9077a90e3c664ba29b65b6800c1b 256 0.93/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.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.