Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,227 transactions (1.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,625 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,624 (52,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,744 858,744 00000000000000000001b4681f90f5c86d6fb01925d3a9c2837ed85997b71d40 1.61 MB 6,759 3
858,743 858,743 00000000000000000000b6002f5e42fe3081bcff54b7990f271ebf6e9c3cf74e 1.72 MB 4,924 4
858,742 858,742 000000000000000000007efd4119360e1ddb3a24bc28dfeeb429a41636170392 1.47 MB 2,756 7
858,741 858,741 00000000000000000000fd35693932a513f7b512b782d68bdfde49e6f693afe0 1.52 MB 4,798 4
858,740 858,740 00000000000000000001c67d2ee89cd272592530f903297343386e58588938f6 1.61 MB 6,435 3
858,739 858,739 000000000000000000014a17ac2e9e5b60285014a50872302d5f13ae4f780edb 1.65 MB 7,917 2
858,738 858,738 000000000000000000016b64cf32d4e30daeb5a9a3df1fbc47fa2138dd01211c 1.68 MB 6,508 3
858,737 858,737 00000000000000000000379d88d5134bd054a7634f17095e29e81e01f0647c8e 1.65 MB 7,946 2
858,736 858,736 0000000000000000000281fc17b84ec41a53e7d0e2782aff15336225be666c6f 1.60 MB 6,082 4
858,735 858,735 00000000000000000002a1a7067e6a4b8d83b0cdb1345081d9e68dcf914b5107 1.65 MB 7,528 3
858,734 858,734 0000000000000000000201a8c468ca911f465267ad2dc356008320d350e5abe6 1.61 MB 7,129 3
858,733 858,733 00000000000000000002adbc4eb7b4472b532dcb79a28d6c68e42b46023f927f 1.30 MB 2,114 3
858,732 858,732 0000000000000000000146a8c9e935e3ff138fdbe25425ce7585bfbd3a45e243 1.65 MB 6,281 3
858,731 858,731 0000000000000000000064cf0b3a90a86dcf8d03f8e7cbfb2f29364f13dd1744 1.64 MB 7,827 2
858,730 858,730 00000000000000000001c3600e6a3dc12b9a79498dcf3496e026dcc0ae296cd7 1.64 MB 7,490 3
858,729 858,729 000000000000000000009480fd51014d1c71534bc40da99555b5a759d4a12c34 1.63 MB 7,037 3
858,728 858,728 00000000000000000000f7addd3334f0da218487aeccc17a7ffdc89bc5e0a633 1.56 MB 4,538 5
858,727 858,727 00000000000000000002c6074e075f05aeb9f973827bf0ffb21292ff12f2b461 1.52 MB 5,937 3
858,726 858,726 0000000000000000000196122ac1c97d75b142258b59d4cb00b1dea38785e535 1.55 MB 6,213 3
858,725 858,725 00000000000000000000ca2ef006f8e0aed0681273da450ab56c7971f3fe1d40 1.59 MB 5,498 4
858,724 858,724 00000000000000000001207791fb1e50e6618f656041d4f669202ca982367f63 1.66 MB 5,770 4
Previous 10 blocks ↓
Total Size: 776.39 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,421.84 GB sent, 130.59 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.