Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,225 transactions (0.48 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (841,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,661 69,661 00000000008f91d413a5214309d1bfea249679f73dd38c8f99474a6b44bb3b4e 0.00 MB 2 0
69,660 69,660 0000000000f3787b26890a454d29b21fe95efc6dad78036ceee9c4f2e2c8d63a 0.00 MB 3 0
69,659 69,659 0000000000802dc03d2a547a7b0fb6cb0448b2feca3092f9c1880c33c5c95877 0.00 MB 2 0
69,658 69,658 00000000008396ae4d3a09236394f671ac150209bc75a1517ed3d7865d91b56a 0.00 MB 3 0
69,657 69,657 0000000000adfe0a0ebcb45bfd31cdcba2b8bef6eadba2c596ed7c91f7718125 0.00 MB 6 0
69,656 69,656 00000000011012202565c6a0367cd8748b2901732482cd4948f0d404fe5de91f 0.00 MB 2 0
69,655 69,655 0000000000ce5f065ba60a9a509c2b0d2bed04d78c01b98c8e9d12d4b9c70fb2 0.00 MB 2 0
69,654 69,654 0000000000428d4c35e2e2cfd2a5bf79fba47ad365dba3d22847e1a4441d025c 0.00 MB 1 0
69,653 69,653 00000000015a3119f1bd3cdb3b8fc6736d5a144d376e4685be3c0c78ec403c83 0.00 MB 2 0
69,652 69,652 0000000000fd384017a8fba4ea43c6081ce52ab03cb24231cf2e0e0aebe84418 0.00 MB 1 0
69,651 69,651 0000000000bdf0be3dde40cb95ec63b5ccc492e29ac2cb9389e96492398fad11 0.00 MB 2 0
69,650 69,650 00000000015fc29a258010398e97094ebf35125bd4b641f34248c32ba3ce0f37 0.00 MB 2 0
69,649 69,649 000000000067005ab6eb7841092c8f8bf28baaaed7e6b84c2be753d9552139e4 0.00 MB 1 0
69,648 69,648 00000000012acf056f7201882d480693c9dfc7d999e8ee267226fa37e917a511 0.00 MB 2 0
69,647 69,647 0000000000607914e173045208cfb63c81393e094e1a7162387a40f35ef53b75 0.00 MB 2 0
69,646 69,646 00000000000184d01affa7ae633d71cc1496202700b78746d08911e5b41c95ec 0.00 MB 1 0
69,645 69,645 0000000000e7548474642aa02b16a19df89e8c44dd187d4c0b7f1c5142b04dd3 0.00 MB 2 0
69,644 69,644 0000000000e0f63ea1b1957cfa5b26e41665bca0ccc2e0a31a08177b5ddf7c2e 0.00 MB 3 0
69,643 69,643 00000000008265a00fbcf42ad850effeb9aa6fe1897824ac9bff608a70f576f6 0.00 MB 4 0
69,642 69,642 0000000000dc1bc437f87a6a9ed4cc9a8c93fbe6af5f710a3c07f6b557691429 0.00 MB 2 0
69,641 69,641 00000000007dd03dd5866e5e75986d3629100e54ff3bf8cba362e1171e97cfbc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,359.74 GB sent, 124.83 GB received

Notes

  • This page updates every 5 seconds.
  • 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.