Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,202 transactions (2.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,251 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (878,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,668 31,668 00000000320a6a779f3d80d0c206bba166440cf1a1366b19e546b6dc89d7563c 0.00 MB 1 0
31,667 31,667 00000000e54baba7c3db3d8fc83c1a40643a33bccf3810e28c64e93e7b538008 0.00 MB 1 0
31,666 31,666 000000001af4fe69a643b961dbffc00900e67165b0727609a862b11f0d6b127a 0.00 MB 1 0
31,665 31,665 00000000dcbe3abf11026dbc339f58a15f7f26217c69863fdf1b5555753bfefa 0.00 MB 1 0
31,664 31,664 00000000fff3d56591bc0eae8cee73a214d1d451d704f86126415ed540850df7 0.00 MB 1 0
31,663 31,663 00000000cd649f29b068e77f637c40cf2af7e75d78c246e9f6e8190c2c319a45 0.00 MB 1 0
31,662 31,662 00000000820df5363088cdeb4bcb1a16a9bcffab4abd2613bf0602ef9fe2d507 0.00 MB 1 0
31,661 31,661 0000000096aa7c8170086f558e2fe4eeeb5ad5a95bfec63a1b22f197b7aa3e1f 0.00 MB 1 0
31,660 31,660 000000006fd51d6a4fb6e3785659748bc4e6e6f5e36d2783af91991e822872df 0.00 MB 1 0
31,659 31,659 000000000591a562653c46250ab35eecf937eeea16d5bb2e8218ae21fab24a05 0.00 MB 1 0
31,658 31,658 00000000f0cea87709f37e3e3ca90586a599569d76a1e3dc0cea6ab04dbbdca5 0.00 MB 1 0
31,657 31,657 000000000ad1fb8d640f86df962020c2a17ee2a0d905f44e46e03c10cebb7282 0.00 MB 1 0
31,656 31,656 0000000042d27ff51fa6a11cfa714093bee1e3502f69dd9af04545e27206c064 0.00 MB 1 0
31,655 31,655 00000000fae1a6ad315d26e952b3fa19cce68a2ec286e54ab273e09a6d8cd605 0.00 MB 1 0
31,654 31,654 000000006bc510e87816b85b7d080efe27181dd3972fb0abcd2b21a295cb5d56 0.00 MB 1 0
31,653 31,653 00000000593bc7e29e635a3b0c1ab43759ef1b4f30d3d22cc2362853bd783b06 0.00 MB 1 0
31,652 31,652 0000000019f3887f298fff5b450fe6c7b71d80d0cb10f5faef1393ae33a1ab67 0.00 MB 1 0
31,651 31,651 000000001e2368510fdfd0b3adbfdaeb921a399076c6de4402594c959e982527 0.00 MB 1 0
31,650 31,650 00000000d7cfbce39bdfd46485b2c34383f3b4415918b1935412b38fdf291675 0.00 MB 1 0
31,649 31,649 000000001e5c95dedddab3f0bd0d74b4d379350cd8fcee75e30614f39da42007 0.00 MB 1 0
31,648 31,648 00000000cb4428ee393550ce3d431f246723b9e1acee028b688f8f00231e29d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.17 GB sent, 115.86 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.