Memory Pool Memory Pool Refreshing

60,485 transactions
46.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,074 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,266 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,073 (434,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,323 407,323 0000000000000000023d5d786aba3db5e91524e153d63d451c74f2a59ff73d12 0.54 MB 446 13
407,322 407,322 000000000000000002dc05113aa53af00538b3aa249b83e3cd118f7eef589085 0.65 MB 1,281 36
407,321 407,321 00000000000000000575467ef2bd32c3557b1273cd53cf4da5eac25708853b1a 0.26 MB 426 34
407,320 407,320 0000000000000000014b5f1098d5eaab64bff88c471237e91db63e630db98c84 0.59 MB 1,405 44
407,319 407,319 0000000000000000030cca0df6f80951ba341d2bce98f7136cce676dfd782048 0.61 MB 1,352 41
407,318 407,318 0000000000000000013cfff83c2a4a8b3efdb4ed106c4d9df6925902d111c9fd 0.00 MB 1 0
407,317 407,317 000000000000000002af230ac60a5f4d694a2aa08ac1f5b8cfebdea76090b573 0.28 MB 512 31
407,316 407,316 0000000000000000028cec5d76c3f837bda0491241bb17fd0f8a19b673885403 0.93 MB 1,473 36
407,315 407,315 000000000000000001b9880b68b19e8371d53f16ad6e3bee3b2e04f28d42b402 1.00 MB 2,798 50
407,314 407,314 0000000000000000042ae14befb1aa129ac8a5b7fc4c98e287d574b80195765f 0.51 MB 662 29
407,313 407,313 000000000000000004d4c2f6aaa6865b502bf451e30176dd6431ae14eee4dcb1 1.00 MB 2,909 71
407,312 407,312 0000000000000000046b01aae59bb356aaf8f3d598910b21ee29526092f91d3b 1.00 MB 2,390 47
407,311 407,311 00000000000000000157049119f3f5fc58cbb79cd4f0d5fe44e68b22909c8366 1.00 MB 3,015 55
407,310 407,310 0000000000000000030144c456bc6bbad235949e6b3a202571c8463e4b90edb7 0.55 MB 1,001 34
407,309 407,309 000000000000000002fe8aebdc9cd15124bf1872eaf95f98658a80adf9b19c7d 1.00 MB 2,565 50
407,308 407,308 00000000000000000030330ede2c360523862aeb9206dddbf208705c966cea3f 0.93 MB 1,524 32
407,307 407,307 0000000000000000028b89944d9a44e1300e7d29657d6c1b4de779a612a5c081 0.93 MB 2,361 58
407,306 407,306 000000000000000002422474886afe430da66585abd53b7f73e584066b71823b 1.00 MB 854 24
407,305 407,305 00000000000000000079f7cc19b77388945dcb8e38a08eab2827ba17c7e009ce 1.00 MB 1,581 32
407,304 407,304 000000000000000004af272cb846d8cfa60ec1d2f148866d245df0cc4ae9fae9 1.00 MB 2,234 43
407,303 407,303 0000000000000000039b0300bfe775aa69b904785391552365bc2bbfa00cada0 0.99 MB 2,750 68
Previous 10 blocks ↓
Total Size: 646.89 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,431.47 GB sent, 41.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able 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.