Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,430 transactions (4.35 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,268 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,520 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,267 (894,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,686 14,686 000000005a459bcf866c15b4bb0c9440d8f10e6ab966b55e2ad50c2b80a55b2e 0.00 MB 1 0
14,685 14,685 00000000dcdbf1ec1dd2c41a8de62d2b342a4e2098252f7ce7769348423e6746 0.00 MB 1 0
14,684 14,684 00000000233aa7d353ad03cebff943058a632e7d1103a27ab515537927d28a32 0.00 MB 1 0
14,683 14,683 00000000617e26caf8850f461cec264f76cc8a044bdfd6155004973c32f580e8 0.00 MB 1 0
14,682 14,682 00000000b630bc0e217b3493cb44945c4c6b4bc11b23406ec2a50932e869e7c5 0.00 MB 1 0
14,681 14,681 00000000f763d20a70b042d1cc96b13f6d1564dfc761b8696b4a9d27574cbe10 0.00 MB 1 0
14,680 14,680 00000000ab977efbf2dda2df29a0e59672a92230ef645d9d5359c2d10bd45bf0 0.00 MB 1 0
14,679 14,679 00000000a467d0f590018732dfa3e597da71b0faf558fcb7f3c4bd0ac2b611e5 0.00 MB 1 0
14,678 14,678 000000003c9ce0e0296573d727ef69f1ace20d9b394e22abe294897b8cf74bae 0.00 MB 1 0
14,677 14,677 00000000bfb8968c2bd8d6809ab2e0566efacb289aabc0fd7c580d7edf09c4ba 0.00 MB 1 0
14,676 14,676 00000000ace31584dc23933bdc816813743d1535214da580e843a64aa4931029 0.00 MB 1 0
14,675 14,675 000000006efa199df7681b2eb5b31206ac9f3054003b5d2ba0037022cea56fca 0.00 MB 1 0
14,674 14,674 000000006d2d81337ca7c35577a5a01f3b17ddcc64b06e3a79166690089f0ee4 0.00 MB 1 0
14,673 14,673 00000000c73b3d881994c48f317821544ba3a88760cb17da894b8c73e93fbee6 0.00 MB 1 0
14,672 14,672 00000000345bb588eb80386a6aca8864f7163a4ecd6c5af390fd7689c9954ace 0.00 MB 1 0
14,671 14,671 00000000033e64ca9401b207ac654d07152ff24f3096f0bb8a1b9c62937ce432 0.00 MB 1 0
14,670 14,670 000000003ec6cce89e41d45c542f07750ec4d9520574b4f4a760e0361ce7ca8c 0.00 MB 1 0
14,669 14,669 000000000d179a67415129a1fd8895d4c75473698048672cc5066a678837c520 0.00 MB 1 0
14,668 14,668 000000006a2075bfbe3c0c1de46a443f9c7370b3cd3642bade90b835d24f12fb 0.00 MB 1 0
14,667 14,667 000000006398c53ce4fa3e32c35ba775766bac31bb81ebe83ef2282734dd488e 0.00 MB 1 0
14,666 14,666 00000000e42f8bcc16f7062bf015e3492f4a688d9a3b921e1babb6fb9c2d0d71 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,043.23 GB sent, 108.19 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.