Loading Tool

Explorer IconExplorer

Memory Pool

33,637 transactions
14.27 vMB
0.05996101 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.11/200 MB

Candidate Block

Mining Attempt 409f77a0f6bf67028dcde98dbddfd7634375d81dd8dc8e019b8e6bd9019cb216
Version 20000000
Previous Block 000000000000000000003e70dae81c2e89b5d4ca6ab8bf109e05b178f961a8c0
Merkle Root 3fabd530fb596ba940a52754a7c06ba601d59eb97c1571b06fd08621507b8b14
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,769
Size: 1.00 vMB
Total Fees: 0.01856210 BTC
Median Feerate: 1.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,339 (840,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,517 72,517 0000000000a472b366d7d754efbf7b410730c6eb4f91610c583b100f5ab98ab1 8 0.00 vMB 0
72,516 72,516 0000000000246e75fbaf5d222799eb6dc10918c3aaf9e6d72b40c1c880bc51e9 1 0.00 vMB 0
72,515 72,515 0000000000720ca9a16a94ef8d9bdc2330c901709998960c1e7b65bbf83eebb7 1 0.00 vMB 0
72,514 72,514 0000000000542544857eeb8649ad20e2d08b24f17ee1982fa1e90c3c594211c1 1 0.00 vMB 0
72,513 72,513 0000000000ffda8c4ddb9eb9f978d250c24c2ddf907c0ce867a795bc6ca071a2 1 0.00 vMB 0
72,512 72,512 0000000000b25490b112336d58d6255934a1580bb3ee1e248625a3ac08b135df 3 0.00 vMB 0
72,511 72,511 0000000000324b064197ebe85701225b7d9747319c5e3ec151eb8acd32f1882e 5 0.00 vMB 0
72,510 72,510 0000000000e01dc23864891cb23c6c454a8c9c5a584bc4b24bb0895fca8440e4 1 0.00 vMB 0
72,509 72,509 000000000083dcf46018796a600bfd1fb1cfc1ec50abc403832df92c1b19a93d 1 0.00 vMB 0
72,508 72,508 00000000005919d9fdb23c4cd05051e2c788140ad4f462affbf80f2c10e33004 1 0.00 vMB 0
72,507 72,507 0000000000e4ddbe62ee337118b7160f32185f9a39758e8fef7648f7734e06f4 2 0.00 vMB 0
72,506 72,506 0000000000d1b10d8b53c842b475f838e0e4bbb1a4ef419298a7eaaf69a7efda 1 0.00 vMB 0
72,505 72,505 00000000000914b29d9863137d23ddf4c8720b8bdb92bd66c2f47dd87b1c97b3 4 0.00 vMB 0
72,504 72,504 0000000000d87a48ff07a257865c22d232f61e44dd72e8aafccf40db25d8d18b 1 0.00 vMB 0
72,503 72,503 0000000000e37c4795d3d47607fcf99cec417807cbef6b31f8ec7e01fe7ee7f2 12 0.00 vMB 0
72,502 72,502 00000000005316253c2f5f00307588984b9feea8f8e5c793614dc6371cfd07e1 10 0.00 vMB 0
72,501 72,501 00000000002713a87683020f0451fb50cc9e3497e3bf32690e9221e2fcced75c 17 0.00 vMB 0
72,500 72,500 0000000000f66e1534339959a6f7c9ad1aab16c4ca7ce8ab4277b71770630899 21 0.01 vMB 0
72,499 72,499 000000000081fb034968ae09647f78a30678712dada458438b420a0845c0fcba 1 0.00 vMB 0
72,498 72,498 0000000000ebae06c57d1f790e7d4fc89d1d5e886623c37c64d0c6f36c302e9a 7 0.00 vMB 0
72,497 72,497 0000000000e6ffd035a34c17428a4f7dafb4a096bdaf7f6f577a6897072886a2 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.45 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: 142.86 GB
    • Received: 0.58 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.