Memory Pool Memory Pool Refreshing

101,511 transactions
33.61 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
844,934 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 6,529 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,933 (554,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
290,269 290,269 000000000000000016e455d4764114e93e7253a384e575411a4c17334120d594 0.13 MB 210 37
290,268 290,268 0000000000000000fe85a7cd77435a8ce0efae0fc7049f2f978c5e0f7909dae7 0.10 MB 94 8
290,267 290,267 000000000000000091a9b37e644d524f8bf2d039f3bd17d4e8861d916f1930ec 0.08 MB 98 20
290,266 290,266 0000000000000000d0efec5dfe2ff3c635cc50de7fb0386485ea6ad27addbece 0.10 MB 76 10
290,265 290,265 0000000000000000d2b114eb1732530b2c879596d5495327cba1163c4812c818 0.34 MB 668 40
290,264 290,264 0000000000000000d817e8e33a9dceafb4d4834f7b6a2e566985a27f598997d9 0.10 MB 177 26
290,263 290,263 0000000000000000d8e2d472d026957d20a53ec818509570c90204dfad155b5f 0.25 MB 427 27
290,262 290,262 00000000000000000ddfae88e7fde0995a8ecb00ade616a3928703c559a21ebc 0.09 MB 256 64
290,261 290,261 00000000000000011329474ee73d5695d682ec00a73e7a4781da4d62e973505b 0.44 MB 892 42
290,260 290,260 00000000000000007f0746fbe532ab9ef41e6ea2a61e00310185331f460e9f94 0.24 MB 483 34
290,259 290,259 000000000000000046fcbf89d028a4e377f318279de92b65b0f5e0b0547dd154 0.08 MB 126 22
290,258 290,258 0000000000000000a4acd8848a26b851b2694bf8d0b3f7699b435a2b3ba80d81 0.04 MB 57 9
290,257 290,257 00000000000000006ba1b7bfb3e05760acc5d6da4dc6718880578d92978237e6 0.38 MB 499 38
290,256 290,256 00000000000000004165d99cbcdc502529d3ad367284b5ffb414236d8a741308 0.25 MB 218 15
290,255 290,255 00000000000000005ab0bece67e7f797a45f484aeca3f3bd821dd2804f856f70 0.50 MB 1,054 39
290,254 290,254 00000000000000004e2e778926ec7bf321a74123fe00b93cca9fd03f859324c4 0.05 MB 128 23
290,253 290,253 0000000000000000164c450c6e73d4cd9a605ae3dd5416215af4e6eafb3f15b2 0.35 MB 781 38
290,252 290,252 0000000000000000dc3b6be2042f9522acc7b3a24e8badcf877954e7624ce367 0.25 MB 373 18
290,251 290,251 00000000000000004740d19af919c0c0f123781c6723eb05bfea57a3051c0df4 0.35 MB 1,066 90
290,250 290,250 00000000000000010cc748cb7c481b2d4e2c1c142c6295b21c148fb3c0e62771 0.11 MB 132 17
290,249 290,249 000000000000000060a8a600df6c6e49b520c6e67de3f717cfef39d123d9e655 0.04 MB 64 16
Previous 10 blocks ↓
Total Size: 652.28 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,216.18 GB sent, 73.64 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.