Loading Tool

Explorer IconExplorer

Memory Pool

44,619 transactions
27.44 vMB
0.06315226 BTC
Random Selection Loading Transactions
Max Size: 144.61/200 MB

Candidate Block

Mining Attempt 6e920871eaf6354288fca8228390134c5ff780a53731d81234590d9a0108b373
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 59fb656478e9881fb35a71f0882a4078b2ec78950e3bdd689827d256ea4d507a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,775
Size: 1.00 vMB
Total Fees: 0.01162682 BTC
Feerates: 134.30 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (237,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,045 677,045 00000000000000000009f008aa89f27b2d014ebca6683948f68806d6927e7ef1 2,069 1.00/1.00 vMB 92
677,044 677,044 00000000000000000008513fd8cd9ebe8c4320dca9509b276c9ba67c6a536a83 3,446 1.00/1.00 vMB 76
677,043 677,043 0000000000000000000354ca9a1147c7a0cd671720aaa422e254c47212d81225 2,172 1.00/1.00 vMB 82
677,042 677,042 0000000000000000000cc3e80a80d2c47f581266724e8cb4573beb3b96f68695 2,842 1.00/1.00 vMB 109
677,041 677,041 0000000000000000000a4d5e028da383c9cb327d76877b8f8820856fd5c681b6 1,931 1.00/1.00 vMB 37
677,040 677,040 00000000000000000002310f774f901b2cbcf7347ba152d7b24734762a39ace7 2,096 1.00/1.00 vMB 69
677,039 677,039 00000000000000000001590e998e5c37fa15a9d46ecadc77ba1a239eca13029f 3,163 1.00/1.00 vMB 58
677,038 677,038 00000000000000000007add89f15d4162dfdce038e62e902a9a1eb62e9ec7089 2,425 1.00/1.00 vMB 76
677,037 677,037 0000000000000000000086a23c68ee124b1b815537c2f762f52b38f7051d4ab8 962 1.00/1.00 vMB 78
677,036 677,036 00000000000000000000d1cf911b19795edd06932884b4816a66f4c3dabb456b 2,353 1.00/1.00 vMB 78
677,035 677,035 00000000000000000004d8a94938e7fb91ed24fb81dfb3bb1ffd98b784e45988 1,933 1.00/1.00 vMB 79
677,034 677,034 0000000000000000000c2b9cb827eb39cb1278b9ee0c53e65d04a4b5aca4d95a 2,330 1.00/1.00 vMB 77
677,033 677,033 000000000000000000006f00953f4b44b9cd443bc4eb386fbb2c7aa7a594cfe2 2,244 1.00/1.00 vMB 92
677,032 677,032 00000000000000000008238f10482ee5f23212606d9f1ebc89e69c7968f68547 2,601 1.00/1.00 vMB 83
677,031 677,031 00000000000000000009b7fb3304f2d5eecd84e5d41d4e4620000aa83e20eeb6 2,574 1.00/1.00 vMB 86
677,030 677,030 00000000000000000004c535303378c5b5974ac3da77a7ea065ba36a4f5c3ce9 2,951 1.00/1.00 vMB 102
677,029 677,029 0000000000000000000277837859d092b31371fdcf036bc4b103e1d5e6335deb 3,385 1.00/1.00 vMB 119
677,028 677,028 00000000000000000007b5c7a9527eddbef6e5a2df454f906148336d1840b0de 2,781 1.00/1.00 vMB 57
677,027 677,027 0000000000000000000bda2e8a9841eb42589f4c20d5071be2afc576e91220f8 3,127 1.00/1.00 vMB 64
677,026 677,026 000000000000000000015d36ffb772b87fdbe35f06602e17ebe1277cd95d4d7e 1 0.00/1.00 vMB 0
677,025 677,025 00000000000000000002cbd1bf923700f5525e42c928a91cd07ae4124f345dc0 3,128 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.24 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.