Loading Tool

Explorer IconExplorer

Memory Pool

83,523 transactions
31.04 vMB
0.13908222 BTC
Random Selection Loading Transactions
Max Size: 187.23/200 MB

Candidate Block

Mining Attempt a379855318d754a15b08e604a36a331f29e7d3575dfa2ac98240bd9701cc1b8e
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root fe74ad802963ae065518cebdf02eb52e62b8a8bf5c1963ae55880d664c1b9a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.07063356 BTC
Feerates: 366.60 > 7.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (301,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,901 613,901 00000000000000000002b8997f1b78f76444a910782841aa4b106009fa55e441 3,269 1.00/1.00 vMB 18
613,900 613,900 0000000000000000000450afed3df11d672b4e333b5d3edd88632f503a2b9c4b 2,591 1.00/1.00 vMB 21
613,899 613,899 000000000000000000054b6a94d14840ec892f63be11849a15f49e9407c2d515 1,876 1.00/1.00 vMB 18
613,898 613,898 000000000000000000105ef2f4d7dc3f4733bf99a4575f831e3fdb98a2c67903 3,321 1.00/1.00 vMB 23
613,897 613,897 0000000000000000000a87365b502161f612ad618f868bfffa66afde4f0736cd 3,104 1.00/1.00 vMB 21
613,896 613,896 0000000000000000000a5a6d01d34df066bb325c00456aaaf62782b2ed0cec92 3,261 1.00/1.00 vMB 21
613,895 613,895 000000000000000000072373dfd2c6fcc1e414bc684adc7ae01ccba7b8f1eace 2,605 1.00/1.00 vMB 32
613,894 613,894 0000000000000000000ccf5a6b68aaea0fb4d44847b3750e9042a644f4fc40c3 3,269 1.00/1.00 vMB 26
613,893 613,893 000000000000000000128bbfaa92e9cbd12ab15aacfaa0cb96b579d04f8fde65 2,421 1.00/1.00 vMB 21
613,892 613,892 00000000000000000001a52c36afc09be2e432c7d67a757c2a4ff60549cb07fe 3,213 1.00/1.00 vMB 27
613,891 613,891 0000000000000000001160b0572d37195c1db85c003e272ba60477a1948125fd 3,506 1.00/1.00 vMB 31
613,890 613,890 0000000000000000000393e3bb3cbc18d1edbf3bd9305bdb858d91a101f2cd47 3,139 1.00/1.00 vMB 22
613,889 613,889 0000000000000000000feb20c56f38e31b913e5633674ae7dc62e5e25ddb88bd 3,607 1.00/1.00 vMB 29
613,888 613,888 00000000000000000001e7a421cd0ba491c36b72c7f125a8a5c011be8573c35a 2,359 1.00/1.00 vMB 19
613,887 613,887 0000000000000000000c9d3ca28cd6baa2dd52d3b1884915d3da162057d7cd36 2,909 1.00/1.00 vMB 29
613,886 613,886 000000000000000000118a42136e4fa227ebe3e48c9005c1b5b4c73b57b96dc0 2,950 1.00/1.00 vMB 21
613,885 613,885 0000000000000000000d9f972e6982c62c10a55417b0c26d145534e5d404e916 3,072 1.00/1.00 vMB 42
613,884 613,884 0000000000000000000dec23a2a44d58ddc7aff1c344d95baa553c99a118d329 1,258 1.00/1.00 vMB 25
613,883 613,883 00000000000000000008045f7ea7a49548ddf50fdc02be7cf6c93118847cd695 2,978 1.00/1.00 vMB 39
613,882 613,882 0000000000000000000e86c7e8b904db4999c65e50693617238ca290bb4d06e9 2,573 1.00/1.00 vMB 13
613,881 613,881 000000000000000000034defee0f094d290d57826a9d103978fed05232e1048a 3,048 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.