Loading Tool

Explorer IconExplorer

Memory Pool

41,582 transactions
18.16 vMB
0.17491204 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.20/200 MB

Candidate Block

Mining Attempt b251efdf2b1a17454d1985decfabd945c32f5a279cb8e4cbc6b86137625e494c
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 2e56704b1357fa83e7aed97b6721e2df4f7c9b25b0e3e2b947b5d58110b8b9d0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.05708356 BTC
Median Feerate: 4.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (757,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,682 155,682 000000000000074d43ffb81974a9c2b2310883b8c823bc933af22517ced26a2c 22 0.01 vMB 248
155,681 155,681 0000000000000ae85a1e346b1c0f3a9732d33bb59981fdfad9e1e1104d0f9da1 89 0.04 vMB 153
155,680 155,680 0000000000000e084eaec57962f9622f600338847ff467fcae00e0f38480fa7b 45 0.03 vMB 144
155,679 155,679 000000000000063429afee5d70c906244ddd37fe92ec7e3f28b904fa72f01618 137 0.05 vMB 46
155,678 155,678 000000000000014113aa0b409659e835801b6ac0b42205521b4ce9cedbd5b900 16 0.01 vMB 25
155,677 155,677 00000000000004676fccff36181fa2395e7b4d5ec63e6ca660735491959a5e03 16 0.01 vMB 180
155,676 155,676 00000000000001b81fe049991bb39e40bc22c9e06139bfe1c7c38b5be0f98416 60 0.05 vMB 34
155,675 155,675 0000000000000be789d07247e3000a75c8c30140a257244ce8dd472537acf0af 1 0.00 vMB 0
155,674 155,674 0000000000000bcad0d4824985381f749dea5ac4f337e9ebbef841db4854d276 22 0.01 vMB 45
155,673 155,673 000000000000096f664f85059a07baf3bb78e662096cfddfa2e5711e42b39ad9 10 0.00 vMB 756
155,672 155,672 000000000000064c8e8b05166ff6f4f52d352991559990ecd50b94fc34150aaf 8 0.00 vMB 32
155,671 155,671 0000000000000963103e3772fc6e9d95adfecaba06be06fcb237a4019a68a08d 68 0.02 vMB 59
155,670 155,670 0000000000000615b95bccf8ea4161994934dc45c13657e01389ed4ee22c9651 55 0.02 vMB 338
155,669 155,669 00000000000008df0bd0c11a2b4f64eb342e3d54438cdb82b00859919a6fba50 8 0.00 vMB 0
155,668 155,668 00000000000004573d3f8300869ac00b049012e62102655d37a4e654faae40f6 179 0.06 vMB 147
155,667 155,667 0000000000000852ace33dde0b59497a97cdd22a455027e291bbae0b966c90b1 10 0.00 vMB 167
155,666 155,666 00000000000004cce99df44007e01a3d8ba4b3111e44f363ae89dc282e348040 113 0.05 vMB 121
155,665 155,665 0000000000000267ed60c00ad3d0085d2b05ec1a54b1b600553b7048bf47c41a 41 0.03 vMB 17
155,664 155,664 0000000000000af1ec8dedd91e31661d6815861d04888aab657d601738ae2511 77 0.04 vMB 99
155,663 155,663 0000000000000286fe7e355e992b889a6376b368fd800fc7895290e4ee50ea38 6 0.00 vMB 37
155,662 155,662 0000000000000dbf9769c3107874ee5e84958043784dacd89393f7410452e79d 20 0.01 vMB 17
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.85 GB
    • Received: 0.47 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.