Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,316 transactions (1.00 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,163 000000000000000000022cb30000000000000000000000000000000000000000 0.99 vMB 3,303 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,162 (883,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,636 27,636 00000000f1d1ee6edca3f481c27c2e6534ace314be3de26e9b76a939537fff72 0.00 MB 1 0
27,635 27,635 0000000059d56eb130f786d5615e34195335af95215060dfa37277e3ef3fa030 0.00 MB 1 0
27,634 27,634 000000004baaf296cbb10d5a809ec1cae8c87ad2e7b1be1c3f17db2b4a7a7f21 0.00 MB 1 0
27,633 27,633 00000000aef9c76cd6ebb33200a0cfa11d3f30c6d7688737d3f6f96e8e6fb3aa 0.00 MB 1 0
27,632 27,632 00000000fa0afcf4053db856e566a93df59a4e7c95925115f556b6961e8f0d15 0.00 MB 1 0
27,631 27,631 00000000677c32d9a476757cfecb096edb3d9439a27680097cbe1b50abf0f66c 0.00 MB 1 0
27,630 27,630 000000006463d530ee30838b8df73bfcf2a79b704ed3864bcde86ce2f3edd360 0.00 MB 1 0
27,629 27,629 00000000a87c61d15c1b9a0836361fd1c956e9442d3108d781be1280f185f430 0.00 MB 1 0
27,628 27,628 0000000087b293218b513ef4638ab203b3e5d3b201ee019c670d4f2947d02679 0.00 MB 1 0
27,627 27,627 00000000a0758f8907cf5a415e5da2688b5958998f7ff33a8c18c278b7e30c23 0.00 MB 1 0
27,626 27,626 0000000009caa0ec6407ecc85465aab76de3f0cae065d76ea73935510508bddf 0.00 MB 1 0
27,625 27,625 00000000083bb7df7a24f7cf143f88634dcffd354ac1d98757869af448a9d2b6 0.00 MB 1 0
27,624 27,624 00000000c00e0e4c80849998924214a34898699f08044d4de7e6fc72a7e85610 0.00 MB 1 0
27,623 27,623 00000000bb02b92390a94ef6fa45be74ff1651e2b7c56e58d8c6c2b0cb603596 0.00 MB 1 0
27,622 27,622 0000000042dfe0d65b9ebadf9b3da21eca990cbd340373575be1f4ab743e048f 0.00 MB 1 0
27,621 27,621 000000000f26e310eec57f62e4ec31e0a2043d92756c2f192d93d5ab6a431c3e 0.00 MB 1 0
27,620 27,620 00000000bf49a7bf28ad03627039a9d6160f13f561914f56c1c5e8170a1ded4f 0.00 MB 1 0
27,619 27,619 00000000ecea6d31d7cbdc947587a2bc6caeab4e16f33d9e48c943ba7c425cde 0.00 MB 1 0
27,618 27,618 00000000d3471ce4791b9844d85af743bd1fd6fe91cd44dd1c2b77065d2d7881 0.00 MB 1 0
27,617 27,617 000000009262a95135a31c35a661d411b94b3cb942be5544719fcd2793e6319d 0.00 MB 1 0
27,616 27,616 0000000094fa95272ecc21d36335fcf775f1c4ff0b7878e7638d3c1b4173ac2c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.55 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,374.75 GB sent, 126.48 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.