Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,843 transactions (2.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,692 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,205 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,691 (838,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,911 70,911 00000000001d676b7904418064eb5ae4a526564357bda7a48fb377fa5d58bbf1 0.00 MB 2 0
70,910 70,910 000000000085503903192765639135b79e2325c4453726ef8f4931ab43ac48df 0.00 MB 1 0
70,909 70,909 0000000000213a481e047a96033ecf9eedea6250280c8a0f59850675f5131825 0.00 MB 1 0
70,908 70,908 00000000004876aec370f960466a1c56cba1785fa5e9de143fccb8fa42c08318 0.00 MB 1 0
70,907 70,907 00000000007886713ff3a65f8e184f41e9a4779c14a2eb6e521a6febfda8295d 0.00 MB 1 0
70,906 70,906 0000000000e138fb0e7e33a0a6859066d187eba1783d934ada89ed36a7731c3c 0.00 MB 1 0
70,905 70,905 00000000002c3d460de4baf751d5ca99507b013cecc87e9bd91afd755aba255b 0.00 MB 2 0
70,904 70,904 000000000102af84fb0530831aca429192e1a1e5fa3369276968e46ed3bf3c83 0.00 MB 2 0
70,903 70,903 0000000000fa40e032e00bd5dca32f76446a7d95679c6dd4d31df830e539baf3 0.00 MB 1 0
70,902 70,902 0000000000365d7f4f51e26ce04404ae9f16b26f9188471ff39096a8a574a6a6 0.00 MB 1 0
70,901 70,901 0000000000f59a0e6aeb7af8efc5e9aa3484622978668a03876bde95490817e2 0.00 MB 1 0
70,900 70,900 00000000008ba8d6beb01577730fae52517988564322026e5e2d90a3ee5d3cfb 0.00 MB 1 0
70,899 70,899 00000000000d0e55b089178f191a18ee0df17f1a395bd966a318ec351782396a 0.00 MB 2 0
70,898 70,898 0000000000142dd95b1b14ed223185a34b0e4c9ea4905b4a3b9869b449085cb2 0.00 MB 3 0
70,897 70,897 000000000004f12ea0069648ab674c561f853f2f5549cc08d5c9d5544f15dd5f 0.00 MB 1 0
70,896 70,896 000000000104bcc732ce4ced9a6908c21dae96f061a0f7feed79cbcb570b79bc 0.00 MB 3 0
70,895 70,895 000000000027f6844ab859eec5ea049a6eeb60f3fe44dd926ec9fc6ee422409f 0.00 MB 1 0
70,894 70,894 0000000000f0b0baf0ddee524c3b9942da18664e046decbad08adf94c71137e1 0.00 MB 3 0
70,893 70,893 0000000000c7bf56e7191f419cbfd8d39af54f96f7a9055378d19cf6fa1a8ba9 0.00 MB 1 0
70,892 70,892 000000000067aa84cb772301b8476d5e9196b8e44d70f3f74e5df192a161368f 0.00 MB 1 0
70,891 70,891 00000000003b1450aee418e164a518d0533d0324574926264a78744fbcdf842b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,151.25 GB sent, 112.51 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.