Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

864 transactions (0.23 vMB)

Priority:

  • 1 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
910,279 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (849,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,006 61,006 000000000a2daf6bb1927c1d43ff38ce2445f90fa601d3074e2952f6e824e628 0.00 MB 2 0
61,005 61,005 000000000e440df0d9cae8e2f3853e98ec94c15cb04565ca8f81cccfb35da755 0.00 MB 1 0
61,004 61,004 0000000008d4e33cdd3220e48964c24bd7d755d37435a679f71416570cb4e5ec 0.00 MB 1 0
61,003 61,003 0000000007a828466110d7d87f6c88ce2eb8c155668bf1820de654d6ebbad43e 0.00 MB 1 0
61,002 61,002 000000000b7548d3b3dd87748e4fb73a3265a7a86a052c0d039de83fdbc983bb 0.00 MB 1 0
61,001 61,001 00000000029871f2d8c305a673c2c8f558916ab1e183d97b4105658400672dcb 0.00 MB 1 0
61,000 61,000 000000000045edc734e45c83cad9424f9946184026c9637527067340f3c7c65e 0.00 MB 1 0
60,999 60,999 000000000c0c2de843ab25e77a45d19e56e2b55e4026cfcac47a641442cd1d97 0.00 MB 1 0
60,998 60,998 00000000091c19e42e6cc3826b4f9af9df553899867430e6cfc92cd9f783b9b8 0.00 MB 1 0
60,997 60,997 0000000006318cb419edad5cee11fb00571c0f8b0cc6539dad5eb5e0f0aed324 0.00 MB 1 0
60,996 60,996 000000000b5d8bb949daa27e1d5ab8638f5168ec928747252e2211f8369ee230 0.00 MB 2 0
60,995 60,995 000000000d2b04380589617ed0daeef70d801b6e8ccf9983067ac1c904559cb4 0.00 MB 1 0
60,994 60,994 0000000007d0371832767847311dd1d93c4c750dc9b843c97dee0a521b8d0985 0.00 MB 1 0
60,993 60,993 0000000002b88bde8cc9f5796f9358216bfb9b0d90a67d64b8d49f6dc9684fa7 0.00 MB 1 0
60,992 60,992 000000000da1a3489638aaf470a8ab9c3ded548b0b2dc5b8e274451cbdbee4c1 0.00 MB 1 0
60,991 60,991 00000000060f1c3ce48b9939885dac135a5bcfec7d7afa6acd997acaa7c03481 0.00 MB 3 0
60,990 60,990 000000000167dada34b779c60f315265bfb1f9a918db3fd46fdf9b9ac5aed872 0.00 MB 1 0
60,989 60,989 0000000003abfe9bc3b1ffa041ef8762a0bf4eeacd22d7e4a0bae7103f833a9a 0.00 MB 7 0
60,988 60,988 0000000003f4c841cc9f28d2fea6c01110532c3fff0f6e7dc4d2c8098aaac941 0.00 MB 2 0
60,987 60,987 000000000b247e5b96483f651811e20546c2f76968dc7ac91463dfb00e2bb055 0.00 MB 1 0
60,986 60,986 000000000789b65640422e375687f8c0c85816bfd6f527491d62ce7b4ef1f9e4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 GB

Node Information

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