Explorer IconExplorer

Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (855,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
54,026 54,026 0000000009e37b48dba411b9d8648ec6b68ec0b0feb868aa4e3d6e213eba2b12 0.00 MB 1 0
54,025 54,025 0000000012c048302ba9a70f678796adfbbe303d1990245a1e475b46a25245e6 0.00 MB 1 0
54,024 54,024 0000000015562b33e5647fcb19e77429e3f84e87c4b6a87a50cbdb320430c880 0.00 MB 1 0
54,023 54,023 00000000148b1c4bb2887b99b13f5e74c0776e7f572cb04c5d65e5fb1346884a 0.00 MB 2 0
54,022 54,022 0000000007b5d7ca884914bdb83544a36cbc9d6e3096fe0dd38e7e04058cf548 0.00 MB 2 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: 11 outgoing, 114 incoming
  • Data Transfer: 2,037.65 GB sent, 108.07 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.