Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,445 transactions (5.74 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,421 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (855,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,047 54,047 00000000068b8396be7a6de9e4d5d5262ba2eeb282b1730b1ebf5d67d59f485b 0.00 MB 1 0
54,046 54,046 000000000ce0a69c4650280825d990b03962d9043b35e940e4ca16382e2c5239 0.00 MB 1 0
54,045 54,045 000000000afb947e8de9f5d181fe052260d1fccd9c620f7e1db4de2515dfca89 0.00 MB 1 0
54,044 54,044 00000000161b2412ac11589a87b80b6a38a89688c6052fd1dabd070f2de32a8d 0.00 MB 1 0
54,043 54,043 000000000dcc4df2e5ea523bf32f95e83175b980a432899f5821e670d81df613 0.00 MB 1 0
54,042 54,042 0000000013581f046a339d0e0c6d8b2752b4a0a72a6dd91531bd8f9805a66b62 0.00 MB 1 0
54,041 54,041 000000000ebb42c3715e0d86968dfab82c823e503b7e4aacf9718586cf8153f2 0.00 MB 1 0
54,040 54,040 000000000c411a520703b6feea19781410bca9d378d8b69185bc085993ecc62c 0.00 MB 1 0
54,039 54,039 000000000eecc1301aa186b033b34543d6d8ac78c6e040df32e8c6b1778fc451 0.00 MB 1 0
54,038 54,038 0000000003355da6388f8faa163bbdb568efce0941e5b55b89af2a43e1c796b1 0.00 MB 1 0
54,037 54,037 00000000156ea9f294905d853a16a3136f8cd00a177c3945daca447969bedc53 0.00 MB 1 0
54,036 54,036 0000000012b6ee06c6f2f9cec28e182a3a5ca26b3ef24c0b8bbb8a1cb3cd8be8 0.00 MB 1 0
54,035 54,035 000000001364066522a2f8979a9dac149580c8f8b6bd5af03e0a7dd3b9ed26ff 0.00 MB 2 0
54,034 54,034 000000000d98d1f9cac33b877d23bf7898571ad5bffc8eca423b46044db82455 0.00 MB 1 0
54,033 54,033 0000000008f5814284732a500ab2614f8c1a5ade0f5bbb8f81fcdf9428bd3d61 0.00 MB 1 0
54,032 54,032 000000000c995c8fd79e505bd72eaad4c28744b164a2fe82e12cbab27425e62a 0.00 MB 1 0
54,031 54,031 000000000b4646aa7de5bced1108991cd1cb257d166c59ab840bd656dcdc6042 0.00 MB 1 0
54,030 54,030 00000000035fd1e50e97d3c7b91d470ea1a267a2645fb3b0ab80cc08a0f2f89d 0.00 MB 1 0
54,029 54,029 0000000004c6c12275f24e1d07c772ffe60c15b97ee30e26e204570eb25c2123 0.00 MB 1 0
54,028 54,028 000000000ed37fe9fb8ed68a8a0c06e5aa472cdda0c73f1ed673b61be9018aa9 0.00 MB 1 0
54,027 54,027 0000000006ad85a56f3e6fe430cd9d04b2a0ce36c2832342f70b66b021f63a14 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.01 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,041.29 GB sent, 108.11 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.