Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,936 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,178 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 1,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,177 (883,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,642 27,642 00000000a830285ff46e5fd26991f8617ed5a853cd08a523436a0f7685a7062e 0.00 MB 1 0
27,641 27,641 0000000025ed916e95f5e6764c980e3eb8f3a55c11292664d0c90af0bc42feda 0.00 MB 1 0
27,640 27,640 00000000720063d785e2655748ed3477a87902d560834aff099beb433f3e25a4 0.00 MB 1 0
27,639 27,639 0000000084688e173ee613d6dcca75fec9dc2090a1513f0296fd11d0ed1e132b 0.00 MB 1 0
27,638 27,638 000000006e9b6d4c4d4ddd38d18751704c87e5c115a01c20319c9b4fe0e6d58e 0.00 MB 1 0
27,637 27,637 000000006b0a7b6e05b6930b03dbb8086cac686bf3476a84fbb8c39aeb7e6a9f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.57 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,375.32 GB sent, 126.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.