Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

551 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,150 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 535 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,149 (834,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,805 75,805 000000000025971eb7654c393de514a88d3b110b79c2fe8290f7974faf06f891 0.00 MB 2 0
75,804 75,804 000000000018acde2368c0c63b3ff0f6329a8c8e6f5c0aea68fd7945153c9700 0.00 MB 3 0
75,803 75,803 0000000000538005d5aa4bcf5fb3e4e093ad8fac8746baa00e2a66aa3ed0e825 0.00 MB 1 0
75,802 75,802 00000000005eb50e863fa18054e395c24172d176e58ac2b379e5cd1b95ff4c91 0.00 MB 1 0
75,801 75,801 00000000007580d83edc39774cc42ce25d19d22930cb96a2b2d24e76c925b753 0.00 MB 1 0
75,800 75,800 00000000007e81bbbf64405ee4b1fe39124bda7079f07c7dded8468308319112 0.00 MB 1 0
75,799 75,799 0000000000419eb26d8507ade0b683495d16b098c2157c46f4a17414fe04c463 0.00 MB 2 0
75,798 75,798 00000000005b05ad26441fa69b7b9dd1a6f1e07b4b808589c5106730012b45d6 0.00 MB 4 0
75,797 75,797 00000000002fcc19105226816e7ac457b3c3672dd608cfa5bf0e55fc85ab8f9d 0.00 MB 1 0
75,796 75,796 0000000000414ae8552f2a09f1b912411150f907c663bbdd0b33c18ba522866f 0.00 MB 1 0
75,795 75,795 00000000007014a695bfaf738b90a43f870586d6c028c1a184d9d7e9a9a7d084 0.00 MB 2 0
75,794 75,794 00000000003559d5ddb1907b46444c22d81959ef1fb830807ea437acc52f8950 0.00 MB 1 0
75,793 75,793 0000000000476b85a00acaf701a933ff86643c1feab25bc1db7e5fc35ade0b4e 0.00 MB 3 0
75,792 75,792 000000000011093a8d1675e350730e871a336c5b98a6685dc8c376ce04fa0ca8 0.00 MB 3 0
75,791 75,791 00000000004f98a1cf8581e8fd54cd43dca49a5c0c9bc3b1ab36b70bb7c8b1a6 0.00 MB 2 0
75,790 75,790 000000000014ecea5bb698385bf77005f4d8b32107de4283f7b3cc7b84b56d7f 0.00 MB 1 0
75,789 75,789 00000000003b238a446d5d1679e9ad392da41346acaba3591275b8e1a96d1fa5 0.00 MB 1 0
75,788 75,788 000000000069da2431b7c22eaf02259dd150aca97b1cc6d245de2d78beb6cc4f 0.00 MB 1 0
75,787 75,787 00000000000990b669e7307a5db88aea68e677afd3993632cfceedf8357ab1f4 0.00 MB 1 0
75,786 75,786 00000000004e75e16caa023f900957d7cf315ecace7415a8dca10580c0bc76b4 0.00 MB 1 0
75,785 75,785 0000000000270ac1d32511aae5d1561e2c599c80ce765f375d923cb340435e83 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.35 GB sent, 116.82 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.