Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,277 transactions (3.63 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,269 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,112 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,268 (894,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,691 14,691 0000000023f5fb89852b639ec46cd17f943573ef1bf8065ad8c5ac61fcd9493d 0.00 MB 1 0
14,690 14,690 00000000f44d3ab079c1b636b370d6e199501f4bed1efbcf73171e41ee598780 0.00 MB 1 0
14,689 14,689 000000002747d23f402fc3143d452072bbf73ef4a1f16d663e675774bf86d21d 0.00 MB 1 0
14,688 14,688 00000000b0fe11c67a0c4f73edccd1f754c0f76e358d695338b9264aa6accb95 0.00 MB 1 0
14,687 14,687 0000000081d3598cc7c3ae26607c049764403f9c9b0503776f51617607be2948 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.04 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,043.31 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.