Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,207 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,388 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.82 vMB 2,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,387 (840,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,280 69,280 00000000014f9cbc469c77aa7763f788b724b768938cf5eb2da4cd57c71d3ac7 0.00 MB 4 0
69,279 69,279 0000000000385d4b0046d40e88d99964316c7ffabc1b87da17303c288430271a 0.00 MB 1 0
69,278 69,278 000000000154c51ce31405e4a31695e32c4399bcb83998e265887c2bbd63b55d 0.00 MB 2 0
69,277 69,277 000000000154b571625a6df2843d09e1cc33071e00600f407d1fae79350cbc09 0.00 MB 4 0
69,276 69,276 00000000013375ae6e053cbd391892406112cf6f0db1be2d2345f86f62065b27 0.00 MB 3 0
69,275 69,275 0000000000fc9c7296e98f2785d5bf596646654c8f63bce71eca78618b6874f5 0.00 MB 1 0
69,274 69,274 000000000127bf9226591382780b0cd6b0de123ef4ef169dbcd3041b5711e422 0.00 MB 1 0
69,273 69,273 000000000011ce6a258c4c89f2cd55c01348d73d2cd8a9674a6c2e9aaa53ef08 0.00 MB 1 0
69,272 69,272 000000000136940181e33b9e32317a6ab1fe8d5341798f2148ad89ed1172c374 0.00 MB 1 0
69,271 69,271 00000000016632d3210a5a1371f43aec28fb7c4338a97408c536b04aa3f23c96 0.00 MB 3 0
69,270 69,270 0000000000621e45e33e807a5ec56ecd4bbfb9a7a8fce8d644fc52aac414672a 0.00 MB 1 0
69,269 69,269 00000000015b7990420c24d9cd7799a728d0be05bed6a020822507f25afd7061 0.00 MB 2 0
69,268 69,268 00000000010cfa47a46ca8baf8e80f0eff0fdbf052a719d52b758344056ec47e 0.00 MB 1 0
69,267 69,267 00000000013327c103565e095025d50a97aa869151d370aefef843bff3f60455 0.00 MB 2 0
69,266 69,266 0000000000e94a6c42b03dfe4e33097a251ad08effe6a503ce472f6843eb974b 0.00 MB 1 0
69,265 69,265 0000000000b664869035e3d427bcbe778189618196dbcb8969188e26e0e7d3b1 0.00 MB 2 0
69,264 69,264 0000000000c59c7320a4769196fad6698841d39e2a9702c363635b07fcca5661 0.00 MB 1 0
69,263 69,263 0000000000f2b89314cd4f49ed2767ece6cc3bae738ac03519ff62757e453fd5 0.00 MB 3 0
69,262 69,262 00000000003d94e4a4446df9df1b33511fe9d866e93465c05679f19ba2a28184 0.00 MB 2 0
69,261 69,261 0000000000c4b77eccd6e111dcd75817b829402ffbb82bd2d5426cf33cf72c4d 0.00 MB 1 0
69,260 69,260 00000000012bf43d98f4e0d5a5adf9bf3919f83c3a657da8de69f0ecd53958d4 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 772.26 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,069.52 GB sent, 109.44 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.