Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,452 transactions (0.51 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,476 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (826,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,905 83,905 00000000001a1cb266844e72228607b14f2daa63e6a4d8f902c030112e34bb54 0.00 MB 2 0
83,904 83,904 000000000023a6498738d6aa0b214e459e94c98d0ef45f636e233c66b3fa3f13 0.00 MB 1 0
83,903 83,903 000000000024a5e2a58b49cb11bfc80bf0f10f30dd55cf7c60cd670669e6b62c 0.00 MB 1 0
83,902 83,902 00000000000e175b564ee241507160056b5c6b6b9ce7664481817ec804f16378 0.00 MB 3 0
83,901 83,901 00000000000578060671daec856c399ddbc8531746ba0b0ebb43c7e8942c60ed 0.00 MB 1 0
83,900 83,900 000000000022d6d05af25f48231ed7b968c0b417c64e31b1995553b6d723cb76 0.00 MB 2 0
83,899 83,899 000000000011bb851bd6057a454d7f6184cf1bb3af6e92b814c470190a0c2579 0.00 MB 2 0
83,898 83,898 00000000001e2cf38ddb82d4851c5a1fa130b03df70d9b63463425b1f9f26cf4 0.00 MB 3 0
83,897 83,897 000000000000f4d8f29cbdace47c8a400ba4553493332319bba94e6e99673477 0.00 MB 2 0
83,896 83,896 00000000000863694389cc0a3cd4d43fe8bdf31ad67eb2b43522e7b58272532b 0.00 MB 2 0
83,895 83,895 00000000000644f02c04596399bb2fffb62cbe1141135a0933bfbc22cb6de3c5 0.00 MB 2 0
83,894 83,894 00000000000a27d5e8cfeef75a22d48d89ced97ca0f0c329275a1c3834acfeb6 0.00 MB 1 0
83,893 83,893 00000000000ccb7b61459f7f5292b710922e4bf65f5d4f1c7f1bf57100094754 0.00 MB 4 0
83,892 83,892 0000000000140e6491b7b58b4c96674d92ecdf829150c96b1d5c876d1bda162d 0.00 MB 4 0
83,891 83,891 000000000025277513ad290837596d446c9d8522985255291b62562797bdbb26 0.00 MB 1 0
83,890 83,890 0000000000259d68bc17b11c9e3e68e147574b62451647893feea9c1e85a221a 0.00 MB 1 0
83,889 83,889 00000000000e8041b7dd59c567b00dce07bb9bce06cf7130cd06784f5a1f123c 0.00 MB 2 0
83,888 83,888 00000000000a87711d35bd334286465c7a239ca5486ada5ef82815472d5482b6 0.01 MB 5 0
83,887 83,887 00000000002eb350efa474ab4179f96617641ee4cb3e68acf49fab18f9f9169d 0.00 MB 2 0
83,886 83,886 000000000022822afbd13217262a87813f37e3f158de684632238911ac12faa5 0.00 MB 1 0
83,885 83,885 00000000000f8fc769fa1b92f45501532933627bc3a796f620452c73817f239e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.