Explorer IconExplorer

Memory Pool Memory Pool Refreshing

777 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,526 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,525 (880,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,818 28,818 00000000e726bf0c2f1de0adfb95403bd3816ea2ee5c36d68dafb0156849a9ae 0.00 MB 1 0
28,817 28,817 00000000a20d4d5a0f6951eb1339d8c77a38112931ea26672abe7545b7fdd8be 0.00 MB 2 0
28,816 28,816 000000003077238fb3571344fabc1637b44342d8142b38dc48c8e3d9f6549dea 0.00 MB 1 0
28,815 28,815 000000007c391c26135d2ad6714eaf4b28f4d9c01732118e44665b7b259000ea 0.00 MB 1 0
28,814 28,814 00000000bfc7b58123ea394d707a747a2db0fbd3d44c1824b620dd8e4df36bd5 0.00 MB 1 0
28,813 28,813 000000001c0b0b75c7371bfaeec177e002c3bf4f4722c72174deab2224aa404a 0.00 MB 1 0
28,812 28,812 00000000d38814f0cc549dfae2568bf31bd9410cee3956572da5e5f58ae2fe38 0.00 MB 1 0
28,811 28,811 00000000f585ce926a3e6565b98945c0251d5417ce384b7f7df7ff9e4a45bd12 0.00 MB 2 0
28,810 28,810 0000000099f379cfd6c538170e598d1083521d64047a7a5c3dee04cc3f2fe7ee 0.00 MB 1 0
28,809 28,809 000000002089eefb1cad7d770bff4c4a69b7f6220f92bd26cc1fb9f367a57f42 0.00 MB 1 0
28,808 28,808 00000000308fba8a0295a2c78a03db151de2d15d514588d8ca7ff8ac221ab178 0.00 MB 1 0
28,807 28,807 000000006ae8afc8841e77266ea79995f0dca454e7c061cab58784f056e79c51 0.00 MB 1 0
28,806 28,806 000000002ecd789d2a2421d808d9b4d58bf62e95eb31575deaa3e058c90346e2 0.00 MB 1 0
28,805 28,805 0000000041010e4bb9d85794307d1a03c2ae3945c42e0359b865726482b31140 0.00 MB 1 0
28,804 28,804 00000000d4037f53ea1e4198d4bdf38272c3badc23b86e55b8ee1df174260258 0.00 MB 1 0
28,803 28,803 00000000d61f3a901f575be3873e621673e1219db48d2064ae21d8d8bc1b939c 0.00 MB 1 0
28,802 28,802 000000001c38dcc0f297d2220c1ed1ff712667cce887c90183aaae606f4ea30a 0.00 MB 1 0
28,801 28,801 000000008e1f43bfce694fd8bfd4185aaa3d1f0a9ad771405dd63226bd194c0b 0.00 MB 1 0
28,800 28,800 000000003b5bd4ba182e000f0c750e9e04d81e4bf4055a34e1721a244d560f74 0.00 MB 1 0
28,799 28,799 00000000c929b996a3c757b88c9165e8a7f3b5c36552fb455fa01dd25638baf1 0.00 MB 1 0
28,798 28,798 000000006678acca921c44f62b4e56b76c12a169f54536c91dc99033eeef6283 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.52 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,082.90 GB sent, 110.88 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.