Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

327 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 310 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (878,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,809 31,809 00000000567f8611e5168cdc5025ac917b7d1a80fe8fe40b543fe40ae0bf1208 0.00 MB 1 0
31,808 31,808 000000002aa644e8677271162afc5e54b2028b9f3bc37a7de65cb167ef777510 0.00 MB 1 0
31,807 31,807 00000000afaf6e91c736ad73033b17c5ef21d9778e8754df110019641c9f6552 0.00 MB 1 0
31,806 31,806 000000005d89353475f1151492738769918f0d45ccea0ea13648f6b675cea26b 0.00 MB 1 0
31,805 31,805 00000000047e808ed36082e4fc45e72c27f2ba9dd3cab3d95a4099ff5a027db6 0.00 MB 1 0
31,804 31,804 00000000584b648e0be5767a2c7167e05f7d8bdc1e2ed2f0e93974b9954dc156 0.00 MB 1 0
31,803 31,803 0000000064cfc8a63446005cd2e6c24dcc882a165400b934198620e3e18d9008 0.00 MB 1 0
31,802 31,802 00000000564906ce919fa507d01f3e7a2137bd2da9bba1413b6807b0bffc5822 0.00 MB 1 0
31,801 31,801 00000000205c7f247de578801f614a27a153de0ff73a45c7be2ac54156228f64 0.00 MB 1 0
31,800 31,800 00000000c08401ea469bc40b839c2d5109d5cf5032692a2c7cbae6595ab392ec 0.00 MB 1 0
31,799 31,799 00000000bbf70a9d8010bc224204f811cd8314334462c60847b36f49e55b7258 0.00 MB 1 0
31,798 31,798 00000000ca8255816074cf8f1e5810474e0e3b16d8d02f6fd9ec24eaf81b5d9e 0.00 MB 1 0
31,797 31,797 00000000917253412ed2044e2771e3ef82301bfe92de564dfd05093a68333437 0.00 MB 1 0
31,796 31,796 000000000e9ab1527034922653a41c063a2271b3a1fa4f309f988dcee83b95bf 0.00 MB 1 0
31,795 31,795 00000000768e5f3fc4864a24d0f7f4605365f8007ebbc7a2fbc0ad835a833210 0.00 MB 1 0
31,794 31,794 0000000006ac7eb0d144670c3040431784b05d05efe5446e1c91b6ff0258e41c 0.00 MB 1 0
31,793 31,793 000000008b3a8b09d8b4e288a473f8e9fd23f62e2f535e4b3eced670550ff67a 0.00 MB 1 0
31,792 31,792 0000000037fde8765cd0865306aa86c39c48580ce6ec359249abdcf9961a92e4 0.00 MB 1 0
31,791 31,791 0000000004d110aa7aedfb87639f1ea46a16653f426abc2148f6e4b5ed261258 0.00 MB 1 0
31,790 31,790 00000000264d33799d865ba23552863b4c6a9275cc6d0ba1762ea5d325cf4755 0.00 MB 1 0
31,789 31,789 00000000a70c0a2370b1e0ec199dec2328fa4e1264b284c40294617465d65c4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.