Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,773 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,853 000000000000000000022b910000000000000000000000000000000000000000 ago 0.81 vMB 2,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,852 (323,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,513 588,513 00000000000000000001a30a25168e757bb961a5b13401af76bd0f1a1d23dfa5 1.26 MB 2,681 38
588,512 588,512 000000000000000000004d0494db9c184a58fd1cf480ad4e580f9b11a0c87e16 0.57 MB 1,515 16
588,511 588,511 00000000000000000017d006913ca5fd6be68d4d52b52eccacfd9ee9fc8e796f 0.04 MB 107 28
588,510 588,510 000000000000000000060ee89b0a9a2367693f30ac0a1615b2cfc08fd42a7ec9 0.63 MB 1,367 16
588,509 588,509 000000000000000000021555d096361045393647edaf022702802349b9b44d68 0.20 MB 269 4
588,508 588,508 000000000000000000002a2e35de05efdd420ced3ea35e188d2dc7d9102acfc2 1.29 MB 2,420 16
588,507 588,507 000000000000000000011d4986e219d58244603098b5dcfd170a733884eca2b8 1.16 MB 2,485 3
588,506 588,506 0000000000000000000d50186a867825084da300c3788c39c3b2ac445409dc33 1.23 MB 1,435 20
588,505 588,505 0000000000000000000a75f132ae24b4fe31a0c86c7e2c97e51922728937b6e4 1.28 MB 1,847 34
588,504 588,504 0000000000000000001b52e9bef3bef092480e603d84eada93c3f243ae302742 0.34 MB 963 15
588,503 588,503 00000000000000000008f435e98f6802ffd04480c7ed2a0b5a109fb15bccf972 1.16 MB 2,414 15
588,502 588,502 000000000000000000111d216a3bd0ca62f94004d1c6859211c2145d2884882f 0.61 MB 1,429 14
588,501 588,501 0000000000000000000428ee22c5092e7b55533d1cf2799477ff12a1a484363d 0.48 MB 970 16
588,500 588,500 0000000000000000000c8a62880246ee0764bc37ef3e541cbbfa918f7bb57404 1.20 MB 3,311 16
588,499 588,499 0000000000000000001424ddcd0730f282d444e663d929566f130ffb54a0379c 0.46 MB 1,300 15
588,498 588,498 0000000000000000001da6dc3dce6ecec0a2f22bc38cc94a1b72d0ae55ee8bab 1.09 MB 2,814 7
588,497 588,497 00000000000000000001896a5d783d493f8eb6b7f2fce8eff539f311dc576f81 1.34 MB 2,409 24
588,496 588,496 0000000000000000000597862027698881060bc9fc95b0637b179eb79be2ecdd 0.69 MB 966 16
588,495 588,495 0000000000000000000d91cc479b092574d80505c8523c1984fd0962f4b09ae2 0.55 MB 1,464 2
588,494 588,494 0000000000000000000b432032c0fb95c2cc6fe6453434a8c3af3af9c3b33494 1.46 MB 2,666 20
588,493 588,493 0000000000000000000199a4dc7187124e5419b1c35c74e0322d71b1efaa6a68 0.69 MB 2,134 10
Previous 10 blocks ↓
Total Size: 776.82 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,469.12 GB sent, 132.62 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.