Loading Tool

Explorer IconExplorer

Memory Pool

63,162 transactions
35.55 vMB
0.08861627 BTC
Random Selection Loading Transactions
Max Size: 189.33/200 MB

Candidate Block

Mining Attempt 91be2e32607f0c48de6036a5a5e577f5c18757b952bc458e42f521f0e0ad5424
Version 20000000
Previous Block 000000000000000000019a0725ca2d0e21a923c8a725d5d1d79162ba450bcd64
Merkle Root e09bffa9744d3bec8791b66a565bf55119d30b819d7bab51faee7f1e5af509cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.01543732 BTC
Feerates: 301.05 > 1.55 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,398 (910,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,790 3,790 00000000eb40e16e2cdb864f03dd90063ec6eb946f39bda727d754aced6fdb04 1 0.00/1.00 vMB 0
3,789 3,789 000000009dd93ccb24330fec31bdfa4429c31c3b64113fca84e37ace602a7a59 1 0.00/1.00 vMB 0
3,788 3,788 000000001602a26ca45749bd46ba43f009cbb87afe19db699a0cf1e6ba2c5e27 1 0.00/1.00 vMB 0
3,787 3,787 00000000affef59b351d72d4dcc3f5d3adfbff2f70bb190ceab076599808e37d 1 0.00/1.00 vMB 0
3,786 3,786 0000000065cddac512636d585cc3512bf8695c670699dfdb49e651ab9266c564 1 0.00/1.00 vMB 0
3,785 3,785 00000000f921529ded3b9cdd7f49dee3419828b1c09e77d0d67c8cf4db270bd8 1 0.00/1.00 vMB 0
3,784 3,784 00000000019a7a2701be31ab3041b14952c761614937cca1b9716ecbb8fa98ee 1 0.00/1.00 vMB 0
3,783 3,783 0000000066bd6eb18ac2a759d0287a0ce3c874de071a18fe191ee2181c652c89 1 0.00/1.00 vMB 0
3,782 3,782 00000000cfacf074cbd6aaad8c5f789fb7105ffe920fd4bf0459524a3b0f1f60 1 0.00/1.00 vMB 0
3,781 3,781 000000007105edd97a76d92a591de7dc1adf811472f9776c1f52de659849e876 1 0.00/1.00 vMB 0
3,780 3,780 00000000c742f4b873a9440e70d6d8cf97fd3361ab89a66807eae7d6fe1b2ca8 1 0.00/1.00 vMB 0
3,779 3,779 00000000f169e14db1b80c61f5c7c3db0004280e33c0109166886ad859c76cb2 1 0.00/1.00 vMB 0
3,778 3,778 00000000e08bbe78b86d88e875c1ea84245282cbf3c6bdf6379ad056ffd30f7e 1 0.00/1.00 vMB 0
3,777 3,777 00000000efdbfc5cfe30ca8499e064fb5f7bf739fed46245eb6b81b05293d7bb 1 0.00/1.00 vMB 0
3,776 3,776 00000000c694d2865fbc974eecd9c5b1f8d66916fe1bbe49b61f350b54b888a6 1 0.00/1.00 vMB 0
3,775 3,775 0000000070720385231d9bc37befe0f0789380a91ef258b837e2aa729b51a7d3 1 0.00/1.00 vMB 0
3,774 3,774 00000000f02c723b9133020b3fd816c0ca646a17bc2a5142cf3b333e28f1db1a 1 0.00/1.00 vMB 0
3,773 3,773 000000006ed67fffd1fa1094b146ef28eb6666e707f89cae32cb8089e65f0de6 1 0.00/1.00 vMB 0
3,772 3,772 00000000be3b857e6a25ae86dd9ccca0bac407d6bdd7d2879dee9987b5dc1653 1 0.00/1.00 vMB 0
3,771 3,771 0000000083de75d9ccf21d9b4485d3cbdbe51c84e771c92e35ca6ac9ef7f1d89 1 0.00/1.00 vMB 0
3,770 3,770 0000000099ee0b56888def476e4173673a95d85ce144c6caa9a24e08a117e58f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.31 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: 599.12 GB
    • Received: 10.01 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.