Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,383 transactions (4.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (834,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,904 74,904 00000000007fc28523c8a0b638826eaf06e23cfb3754ca48e75f0f38c23c39c9 0.00 MB 1 0
74,903 74,903 00000000003f4ee9dc230fe56bcebdd3ffc4288685ff5a939f0389c43bbe8325 0.01 MB 11 0
74,902 74,902 00000000000fff37f4c7ebe6ad392392451596941342a0779077d0f8ab057632 0.00 MB 5 0
74,901 74,901 00000000004b785d23b27629e13f7903eca450af3ab628adab42f2af6eca4122 0.00 MB 6 0
74,900 74,900 000000000001df6cbcdc3f19d68f4c77e308f5b837f884fc5249dd635c2ab0c5 0.00 MB 17 0
74,899 74,899 000000000079a13aa2c0f03059f568e8fd597bb34ba1ecaa641392351f52f340 0.00 MB 4 0
74,898 74,898 000000000029eb6f51850ce2fe9c6eb5cf8a0c269510bf69b8125ca01235a6bf 0.00 MB 4 0
74,897 74,897 00000000006aa22a28eb5f4709fa178efd893cf38e648b56e84a228f459febcc 0.00 MB 7 0
74,896 74,896 00000000002abc18faccce271005f6aa96c095977ede83a751dccc92807aab43 0.00 MB 1 0
74,895 74,895 00000000001bff5fca416bfa430274cca7d50c824243597a73d854cfbfe360e3 0.00 MB 1 0
74,894 74,894 000000000074f904e09a9eb3f64635e1d50b8c39ea96b22a8a0a019896c51476 0.00 MB 4 0
74,893 74,893 00000000002524b71b83e2378dab1c2bfaec818e275d216f63e0d5078e61a541 0.00 MB 2 0
74,892 74,892 0000000000718bae4227a1dd2e0a34caa7ef51cd85c3029546b25db6d39c1fc4 0.00 MB 5 0
74,891 74,891 000000000004ffb7b423436501441b018f3b9588f4e2975c861012d8affe07bf 0.00 MB 1 0
74,890 74,890 00000000006c727fc9ee3476ebbe9f3eef8388b51d9411732b83fdc1bff7274d 0.00 MB 1 0
74,889 74,889 00000000000bd78deea0476ae10274930c258a94185402ccf296b07a28baf43d 0.00 MB 1 0
74,888 74,888 00000000002e0cac4ceb34f426a311099a3928f1e584bd8153ccb40f41cdee39 0.00 MB 1 0
74,887 74,887 00000000002bcd00020740166a47b23365cfc8db2730513cbe21deaed4342c21 0.00 MB 1 0
74,886 74,886 00000000006dfb10cb2c2fe77fdf45922252caed2763aceeca2428471d43bbd2 0.00 MB 3 0
74,885 74,885 000000000023ba0b020f2c00a82f2f0aed520b5749e947e9e1d7cd6dc65c0d47 0.00 MB 6 0
74,884 74,884 00000000005f08da274c78a7d034e722d76356380968795748f522e00b0a2853 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.36 GB sent, 108.31 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.