Memory Pool Memory Pool Refreshing

26,149 transactions
38.96 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,612 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,512 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,611 (486,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
356,334 356,334 0000000000000000151b9aea257eb501f72dbcb9a824ce3d57330b07b0b587c7 0.75 MB 1,495 30
356,333 356,333 00000000000000000b7157b3869f3e8972785b5d6905f255068cea957c9e3cda 0.50 MB 938 25
356,332 356,332 00000000000000000b829d65ec43474fbbc64609af2926ac1dc907766632043c 0.06 MB 144 24
356,331 356,331 000000000000000007e13d6cd57e3d47208d0b0ddf7f704453c11b4224ed9cce 0.61 MB 1,138 24
356,330 356,330 0000000000000000045fe9915c66a5841ea0476447011f158ee5468abe84719b 0.90 MB 1,466 22
356,329 356,329 000000000000000007feeaef5b0ebd5b107f02a2b7a58c16ecbce235bb96fb55 0.75 MB 1,477 29
356,328 356,328 000000000000000014a443054ad752b297c02c763dad7c2c6682b69a2c3b8ce6 0.46 MB 769 27
356,327 356,327 000000000000000006ba0f8ba6b00aada439f6319d4895245ad1130cca6ab74f 0.16 MB 56 1
356,326 356,326 000000000000000011fef7c69c21859d6ed202d5ea2fe403b2e4482b257bd29e 0.18 MB 272 24
356,325 356,325 00000000000000000998b4a8d32e9e93176f4119e52b05496111f4b14fc8ec1d 0.02 MB 64 28
356,324 356,324 0000000000000000039926b06fed347a7891e135947c11524054f6cba2fd1243 0.14 MB 312 31
356,323 356,323 00000000000000000ecd996f9a95904315f652ae388dfe6c3fe81d4e396c5378 0.29 MB 506 21
356,322 356,322 0000000000000000009cc8794556267f6fbca831be68efc03a9437f66777c970 0.75 MB 1,651 30
356,321 356,321 000000000000000011df5545724c46b42b5a215d2e04c90b0a80f897a107ff93 0.41 MB 702 23
356,320 356,320 00000000000000000505b2f2e64ab80ec58a0770bcd9f721a09e6f4bbb4e2311 0.32 MB 634 28
356,319 356,319 0000000000000000089f01af458003b7084b534a479d114d8a7242dca239960a 0.34 MB 595 29
356,318 356,318 000000000000000009e021306e8cca2ebc8e2e46e928e486434e43212d52615b 0.11 MB 268 31
356,317 356,317 0000000000000000157e1e61f621f2c63af671d0b5184e5b89b4836db29caecd 0.03 MB 76 22
356,316 356,316 000000000000000011efd960a66b92c7ad09f781814691f541b25613a8b4b178 0.27 MB 543 30
356,315 356,315 000000000000000006dfcad86c62a7cd121c84237325a5b0516f13431665c846 0.53 MB 584 15
356,314 356,314 00000000000000000894e9467b5c6ce5d431311cf6955b0326cc53adce83c9ce 0.75 MB 1,845 36
Previous 10 blocks ↓
Total Size: 647.89 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: 8,554.33 GB sent, 48.34 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.