Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

158 transactions (0.05 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
909,608 000000000000000000022cb30000000000000000000000000000000000000000 0.05 vMB 158 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,607 (819,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,594 90,594 0000000000089c8f932b54de49285d5d31c86ab4805396f065e6f54a43d0d23a 0.00 MB 1 0
90,593 90,593 0000000000067d0cfde83235487ef5bc980b26155c5f01419efc1e0ac308daee 0.00 MB 1 0
90,592 90,592 0000000000043f019d4fc288fe779a2e5c74ef6a646358e18dcc135cd76abe72 0.00 MB 2 0
90,591 90,591 00000000000481fd97462acc144426d087a735019cf1f12acd8b33a433f7f742 0.00 MB 1 0
90,590 90,590 00000000000a5532c1d8389e0fd7168fca1c44e436bb07f85caa412755fc0e8a 0.00 MB 4 0
90,589 90,589 000000000002c04a9489e8b55a3b55ce513c70f1437b491320acce3e3d2e607d 0.00 MB 2 0
90,588 90,588 000000000012e72e2bc8fdaf114479e70d7ed0101a9060fedc11b24bc84cc94e 0.00 MB 4 0
90,587 90,587 00000000000ae372c1f7fba373ceb2b1882a140b8c9aa7a2d8840db47fa39255 0.00 MB 2 0
90,586 90,586 000000000009e4e2d5b874facaca99d7886db1653bad65847414675f93cc6b16 0.00 MB 4 0
90,585 90,585 0000000000084efed82d07511111d80ee4cb091c013e4b172cf52c3addc1298f 0.00 MB 1 0
90,584 90,584 000000000001e9881cb3fb86638e2d7d049865946e47b87c353971d9807262a9 0.00 MB 1 0
90,583 90,583 000000000003ad197513766948f0747b2c938d12d8ea3474f36e33df0003af65 0.00 MB 1 0
90,582 90,582 000000000011c8aa2fad65f0d5bcb8a8f7bbbf17e9e20b02d6a1ed7f711f3ad2 0.00 MB 1 0
90,581 90,581 00000000000d9481b8e955504dfcaf972ec3e4f3ad0ccff9da22d4df3efa6bb8 0.00 MB 1 0
90,580 90,580 000000000005b00bcb665db226068ba3cb27d93d96509bf5aa79441ed8ac3e9e 0.00 MB 3 0
90,579 90,579 0000000000005308e376bd03e654cffb5be0d0bd5fa6e234882e86fd8c00a276 0.00 MB 2 0
90,578 90,578 000000000008247d85cd2327c8bca10fd2aa8a69c2a189b75a704294e11efd93 0.00 MB 2 0
90,577 90,577 0000000000126daab1a68e42969b6745de246e4e7c5c7f64377ef6ff0144539b 0.00 MB 2 0
90,576 90,576 0000000000128ea3fadcf264e2afee9d38083dffb1553f25a7a139e39326ba8a 0.00 MB 2 0
90,575 90,575 00000000000acd741b3781cda5e5568e0037cc467e82e95e85a390ca65e49bed 0.01 MB 5 0
90,574 90,574 00000000000d8f4751ffac2545f6f041298f112c951f7f2d39e54c186c50275c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 772.68 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,100.43 GB sent, 111.70 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.