Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

796 transactions (0.29 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,803 000000000000000000022b910000000000000000000000000000000000000000 0.29 vMB 775 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,802 (892,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,297 19,297 00000000a584a4f58f35e4ef5b349e68b12868d16175ed160e6bc2d7858d8dc6 0.00 MB 1 0
19,296 19,296 00000000221de5ac65f61eb67fa845b7d5f332a3ff6e008f089c4af5fbd55e1d 0.00 MB 1 0
19,295 19,295 000000007ad2cfc3ff54aa928b6582c9c2c43ca4b1041256ceda37319d4633ac 0.00 MB 1 0
19,294 19,294 000000005beb6293bc631cf8a78042eb39be00a1c0d8b22662f7f4bd9b43c993 0.00 MB 1 0
19,293 19,293 000000004cd77ddeb3ff053cd2ed00a06d8a19b129c02c87e42637a1db5aa6be 0.00 MB 1 0
19,292 19,292 00000000445be16d488f7ab1268db6c4c3a827c829dc52d3fc948646c39c240e 0.00 MB 1 0
19,291 19,291 00000000fef483fc2e5d384431e26a53e8d36c169c0c5fbccb55128c1313dde0 0.00 MB 1 0
19,290 19,290 00000000d59c6d504c1070995783fe0f13c2959e2fce3e7c7ba769f44fb61550 0.00 MB 1 0
19,289 19,289 000000009f54c8abab4dc08c4a75f4fd0e5fdae89019292d46366df8f2798933 0.00 MB 1 0
19,288 19,288 00000000b6f11ad1261736c50b808d51ac0c41c41f1e8323f3083a9654846562 0.00 MB 1 0
19,287 19,287 0000000010c28c7f09ceee3e43881e67c82bbac30b39412ca7dd308054c5f070 0.00 MB 1 0
19,286 19,286 000000006a1625507dfcb0d2bea5253fe10e40be67e9f0779b80e57c76e8af47 0.00 MB 1 0
19,285 19,285 0000000047cbd9e583defa77d694619ce693bd4d088b6a5605be0bf6e009b81d 0.00 MB 1 0
19,284 19,284 00000000fa87b8b5a28f48fd5a044fdefbbb59b9bf9ee26528dfcd7d3f23e63c 0.00 MB 1 0
19,283 19,283 000000004377aba4ac0a7488cbb6922bea87983996f03a635d4a6f1cb977844e 0.00 MB 1 0
19,282 19,282 000000009ec212e4743e53bee00dbadbea8484be7c5c9f9154186fb15b1f5f8d 0.00 MB 1 0
19,281 19,281 0000000027938821aed6ec7c27bf5a66d7326b9007a275fe40a964a04d23ac99 0.00 MB 1 0
19,280 19,280 000000008c1b9b7b6a854b391f1da396efdc467937a05c348e7cbef4aa027aa0 0.00 MB 1 0
19,279 19,279 0000000099b32edc475ce2343ab941351b686a4ae2b59c7289310b6633b96170 0.00 MB 1 0
19,278 19,278 00000000da52fcff05994f3c684736de5009a7f6e8447a0c3bcfeddb2409f147 0.00 MB 1 0
19,277 19,277 000000008a012ce617628101b4515e7d3b0738d18595c111daa4323dd9be4074 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.73 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,448.82 GB sent, 132.17 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.