Loading Tool

Explorer IconExplorer

Memory Pool

77,188 transactions
28.77 vMB
0.07889198 BTC
Random Selection Loading Transactions
Max Size: 174.07/200 MB

Candidate Block

Mining Attempt 5981d4081542a6468eacdf2147ea3803c73e9614f7f435d89fd0cce0c82e1258
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root c8203f5bc4cfcd3b7b8340f1aa3b5a63860300f90b7f8f1b9ed54042d132e091
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01902536 BTC
Feerates: 100.17 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (808,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,203 106,203 0000000000014b2b51032f75cf0ac4b366f0ac9179d78f44e1417e9d6208082d 2 0.00/1.00 vMB 0
106,202 106,202 000000000001fc35d39f92d80e9e75ac98105fef6a4698d825918a2aad6b432f 4 0.00/1.00 vMB 0
106,201 106,201 000000000001515c427bf4a56f18c35bf1c373e5e33e6936c8585a9daedc7813 11 0.00/1.00 vMB 0
106,200 106,200 000000000001b698157e0937bbd3e8fd2c91577c8c4bad7f2901540fb4d94b6c 4 0.00/1.00 vMB 0
106,199 106,199 0000000000020a651b109e13ea32b1a79255ea2dee8eb9d369cea6bdb91d73c6 4 0.00/1.00 vMB 0
106,198 106,198 0000000000014e47df23ce25662e3e7e0d8bfba73a096707b4a16c9433aefbcc 1 0.00/1.00 vMB 0
106,197 106,197 0000000000012b38aeaecee616dc8c7027f9b44ae499d78fee70e3f6c4b2db37 1 0.00/1.00 vMB 0
106,196 106,196 0000000000015b972ef4b4b29c70015331beb32f35781535c015a94e86e0d84d 1 0.00/1.00 vMB 0
106,195 106,195 000000000000a828389fb4113e3620c30d16d49d7707de874c4bec0171035b67 5 0.00/1.00 vMB 0
106,194 106,194 000000000001d5892d2ffe388a5dcca200a9f94c57362319c7602a4c7e6ee324 1 0.00/1.00 vMB 0
106,193 106,193 0000000000010a3d15f0dd68273874dfee91794e33b6ddc699f7124da496449b 1 0.00/1.00 vMB 0
106,192 106,192 000000000000e8f0537d01319e0d5f4140dbd71a77ae762265d93077638f4666 1 0.00/1.00 vMB 0
106,191 106,191 0000000000017d14074c9c7894b6d2e826e7a2dee2c5f2212ab1ffb7f43e16cd 3 0.00/1.00 vMB 0
106,190 106,190 0000000000004ab219349ae60ff9b91236c8602368837ab07e96ad595e326ef8 4 0.00/1.00 vMB 0
106,189 106,189 0000000000026170b8777721681f110bb0df97cef35d5f8d3d055c8cf43e9300 7 0.00/1.00 vMB 0
106,188 106,188 000000000001045336df68b8cbeaf86192d0754673f2f93a5128ccae31a6c52f 2 0.00/1.00 vMB 0
106,187 106,187 000000000001d30042398ad914ea41fca0d9d404712c3a381c23467d22a4c094 4 0.00/1.00 vMB 169
106,186 106,186 000000000002d63128702adbb5cdf520cdf25a818488e5866a97b6d9f605d62c 2 0.00/1.00 vMB 0
106,185 106,185 000000000001636a1f5c3c084e5800187b6ea704c29fce8bbcd1bfff90c92392 1 0.00/1.00 vMB 0
106,184 106,184 0000000000017e3fa7e0c92762ba232b3e3b3a48e96743a29d6e1d2943c1fae7 5 0.00/1.00 vMB 0
106,183 106,183 00000000000124f72eef9f4bc63aa963977c6865c7b85dcad43ddf0c8249ae8b 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.13 GB
    • Received: 16.15 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.