Loading Tool

Explorer IconExplorer

Memory Pool

22,248 transactions
4.80 vMB
0.04254172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.12/200 MB

Candidate Block

Mining Attempt 466dfe474d993166aa179ee6445d11736859d631d7168d75d31c92c945fcf02e
Version 20000000
Previous Block 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84
Merkle Root a9580e3ac66c07baa144795dd62fdf63491fb7e088a51626fc66da4e5d5e3e11
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 882
Size: 0.32 vMB
Total Fees: 0.03070243 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,983 (741,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
171,181 171,181 000000000000041613f891fad8c7702193f7116ec69e29b69e0b7f16b352e150 0.02 MB 24 29
171,180 171,180 00000000000001c346497547b8abaa0cf9bedd27a560bc957678e99965459660 0.05 MB 168 39
171,179 171,179 0000000000000946360b8604671c3df588a2ca83c0b2f5e8ec702956010abb14 0.02 MB 51 181
171,178 171,178 00000000000002dbf1831546962aa726e306510f3c3b37e36431a9b2dc7cdb7e 0.02 MB 27 241
171,177 171,177 000000000000054a51c26009365637aca7c708bc84fa53a93f8da0356d90e560 0.03 MB 32 71
171,176 171,176 000000000000050ec8621077452457faeee9513c5c9bda344dd8316927079406 0.03 MB 45 1
171,175 171,175 00000000000001087e83451f1d44837fcdaa83e83148b66a6e1b73f6487c8d9d 0.04 MB 77 144
171,174 171,174 0000000000000860d1b20a416214ae9120bac27fd4091c89ac8a33ab7cbf6fc8 0.03 MB 34 9
171,173 171,173 00000000000006bf584e49c3ef83eea159f303bed12b6d430d259d3bcb94a9b7 0.04 MB 82 153
171,172 171,172 000000000000011a92c9160c624a3060f6183758f0e2563754cc632b37be4e7d 0.05 MB 86 151
171,171 171,171 000000000000097e09ba82c831a61fe320408fec327ae9c0db4256da4f0db282 0.02 MB 11 268
171,170 171,170 000000000000069c40e40924e6546a15e8eabf19badb8305028c21721f820a6b 0.04 MB 84 121
171,169 171,169 000000000000092fdb7112ff7fed4fdca8fac7a55f9747d8b48f45935dc4d3b6 0.05 MB 41 62
171,168 171,168 0000000000000698c1ad279326fcbe30e9f30a5f287326a1792ccf03afc07ba8 0.00 MB 6 0
171,167 171,167 000000000000077f93beb6a6b318621d68f2b7f64d3701e2279ee5ff465ae1f3 0.01 MB 19 59
171,166 171,166 000000000000063dc55290eb0696579f80defbc7c739b08f1600f20eba7cad97 0.00 MB 1 0
171,165 171,165 0000000000000292cb9a5b5c95dfc51f6ff842c76b7fc209523329ab9e98dab2 0.02 MB 35 103
171,164 171,164 000000000000058776d3ef5882ee0679ea0250e0705325cf6919ebf87ff4f844 0.04 MB 58 149
171,163 171,163 00000000000008a6547a12a6f8cfb92f94c7d7e5e6d486a95fc154b90bc3635a 0.00 MB 16 0
171,162 171,162 00000000000000050307e1916b7b45d190b747a845dae85349f482206352090a 0.05 MB 120 291
171,161 171,161 00000000000004288da60a845ee74bf59969b24af1c3362949010cdb3030cdd3 0.02 MB 30 298
Previous 10 blocks ↓
Total Size: 778.81 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: 361.81 GB
    • Received: 3.26 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.