Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,230 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,512 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,511 (888,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,916 21,916 00000000b83387b5519479929553deb8382889bd3e9859308d9e1e7d1f1da469 0.00 MB 1 0
21,915 21,915 00000000b1ce3ed14428318caa9c0e22fa00a83a710f9cd76ea78213c1e56219 0.00 MB 1 0
21,914 21,914 00000000274850dc367cae24512bf62366946213ce600a33ec8625504388ec02 0.00 MB 1 0
21,913 21,913 00000000a33183b5e90baf01cfa3a51913fbf10da0fc675bd1ce23b4c1672dd5 0.00 MB 1 0
21,912 21,912 0000000038a1c306a9c4024dded4bf63f70c83a5689c376daa0cacf1dcd3cbce 0.00 MB 1 0
21,911 21,911 00000000f311630885cf568db01e321c8be37697a0dbc7d248acddb9ae3f4241 0.00 MB 1 0
21,910 21,910 000000003f90217f131348ec8c085e3919c9724711bce364b15f022aed8a9f80 0.00 MB 1 0
21,909 21,909 000000005e1ad7218d758ae566b8292f53ec44c8db9e46cc54abd44c1f6a88a6 0.00 MB 1 0
21,908 21,908 00000000905fa257fbf3e53184198a43218c0aedaa0a0860f67817fe21936d66 0.00 MB 1 0
21,907 21,907 000000006200918cbcd8c6b2ccf811ec4ae139cfa2edc06452de72a154f30619 0.00 MB 1 0
21,906 21,906 00000000fd8bb839ecfa118a22cb8e3015824a67b40c74e9bd805967fa15dbc4 0.00 MB 1 0
21,905 21,905 000000000f6dd127ad9760793e025c5a627af8400bf2b387a2669bedf09ae953 0.00 MB 1 0
21,904 21,904 000000007275b65b5e24766caee9f9c56c335713110dca79ecf87656451b03f6 0.00 MB 1 0
21,903 21,903 0000000009f83ae0cf12228b4e181ade9beaeaa43de537715641f93ea535afb3 0.00 MB 1 0
21,902 21,902 0000000036f25c460e0a635f8cba102c5cc0211641489477b95e3a659d0c7088 0.00 MB 1 0
21,901 21,901 000000004152f9acaf0754e123f10c1599f1c34e539536c4f297d79ab34e1dd2 0.00 MB 1 0
21,900 21,900 00000000066e4bf6fc4c59f9cae6c6607b34af01c4ca9f55c8c0eef688a091ec 0.00 MB 1 0
21,899 21,899 00000000339428a41599316d86ec79546ae216c6ec8e0b53da9124abd2ac7a41 0.00 MB 1 0
21,898 21,898 00000000fa071f23fcce485be6e8e2d980bd133f1270afccc9401be6629d0211 0.00 MB 1 0
21,897 21,897 000000008d7f424c36728c71e10a7d182fee68e5a10ab936f10722f6dadf5dd2 0.00 MB 2 0
21,896 21,896 00000000719a99f0e499b587cdffba86b211a500be46301aa0378474c8d69a65 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.62 GB sent, 120.24 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.