Loading Tool

Explorer IconExplorer

Memory Pool

83,185 transactions
31.15 vMB
0.09319051 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 8337b8efeddc5e224b244be7992e5bc347a513de8b90221798991431138e0a44
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root f012c473529121ccf828183457553cef725e593897a14cc058e7c809cbf1a0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.02303826 BTC
Feerates: 301.57 > 2.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (698,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,120 217,120 000000000000007852a34af9eb6b6a3faf0bbc4a6b7cc01de16d41caa60be842 657 0.25/1.00 vMB 1,203
217,119 217,119 00000000000002a1e8ffda32a671a67cea3b08e65438c956d8eba34ade44d5ea 182 0.11/1.00 vMB 807
217,118 217,118 00000000000002ed7f17dcd0e92fcab0a635b1b24d8fc1f0f6f40a370c2e682e 221 0.14/1.00 vMB 152
217,117 217,117 00000000000001e165bb6098a4d111251fb2ecc0bf5888561f3f3e346a2a0579 52 0.02/1.00 vMB 207
217,116 217,116 00000000000002ad4775ac50b163a20ffedd1c37b5bed8ec9e749cd24be50355 543 0.21/1.00 vMB 1,001
217,115 217,115 0000000000000429c6c72fcbb013159939723aa80ee4bc6a002a6637ba520a9c 414 0.19/1.00 vMB 1,640
217,114 217,114 000000000000025471f5c67933f5a792d34ed45ecd404a6dc236c32e19b29fc5 641 0.25/1.00 vMB 402
217,113 217,113 00000000000003bb0651dd02d176445ec36962a32a6ba0d8b634262d3ee34437 412 0.26/1.00 vMB 153
217,112 217,112 000000000000016fbf22fd178f96738ccf29fd924f2e1d081a3c6386f800e07d 615 0.32/1.00 vMB 106
217,111 217,111 00000000000001b572e408c543515319c67612fca1256ca6083e358582bf9f8d 558 0.33/1.00 vMB 157
217,110 217,110 0000000000000342f92de39393cb35f1efc9b9b5871e6cbfea8999cbbd34f962 760 0.25/1.00 vMB 202
217,109 217,109 00000000000000dbc0b20f8e3126f0fbd1b6c30496292e1cad35e04a08065787 639 0.25/1.00 vMB 241
217,108 217,108 00000000000003b17e76c9637a53bdd20180aab7f4cd7a34427c1c09556e800a 492 0.25/1.00 vMB 170
217,107 217,107 0000000000000314498ba3a44ecb8d84f2db6da9c7c32fbc3bfd638d5200fc95 298 0.20/1.00 vMB 133
217,106 217,106 00000000000000c9823ba0016c64e4659bea07391531b1590aade83c5f3ddedd 686 0.25/1.00 vMB 234
217,105 217,105 00000000000003943e44e017ced011991a60cd3e96b1b69480007181aa6d2393 603 0.25/1.00 vMB 193
217,104 217,104 00000000000003f51638b913edfc6272e2fdcfa3f3d1cefd84d2f68e4da24ada 89 0.05/1.00 vMB 92
217,103 217,103 00000000000001e0cccf9f27124df9a9761ff12c92bdfee5b4923d17526e9318 921 0.25/1.00 vMB 1,157
217,102 217,102 0000000000000253aaf2c03aa4a7eba8afad009edb377b8d6d28fec046533851 735 0.20/1.00 vMB 1,373
217,101 217,101 000000000000026833286e8abd16563f293460353dbb3f256f8b97311d0514dd 227 0.08/1.00 vMB 5,393
217,100 217,100 00000000000000a3e7114019f1b25985f3052cacb3a856b286e5a48670313bc2 838 0.25/1.00 vMB 482
Previous 10 blocks ↓
Total Size: 782.78 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: 709.55 GB
    • Received: 16.92 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.