Memory Pool Memory Pool Refreshing

77,942 transactions
26.92 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,034 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 4,845 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,033 (490,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
355,706 355,706 00000000000000000c6dfb32d33feb73f84d280e0329edb762b04142f41aa995 0.01 MB 30 30
355,705 355,705 00000000000000000205dcd89b256bc719431547c65c5ab354b585d3f36e7e9d 0.41 MB 932 30
355,704 355,704 000000000000000006781d77f1b4fd7fcf0b95e413b555749bc6a5de64fa4603 0.00 MB 7 14
355,703 355,703 000000000000000006e7b442d3a38ffa790629fd3a85a5ecef41ded942aa8025 0.13 MB 212 19
355,702 355,702 000000000000000002f917f72c18177d4b7e88a20aca79a34c0f1e5e65e1b884 0.09 MB 256 36
355,701 355,701 000000000000000008f0c2ac23006377644641b8b784a67f0d522b04c91db8cd 0.18 MB 267 16
355,700 355,700 0000000000000000012014b28848c735a362a5c78c2e8d41c38807e674e06c5d 0.19 MB 374 24
355,699 355,699 00000000000000000fa3a0621951ab7f7e1971b53e3c99aaf192df5ffe4f463c 0.16 MB 286 25
355,698 355,698 00000000000000000d90f2938783a1ae717da12a645050edb75cd036c67c5293 0.07 MB 141 26
355,697 355,697 0000000000000000106b37763a7f817de4ea985415fcffae0fc5ae16b32a5bef 0.46 MB 960 26
355,696 355,696 00000000000000001022c82795804eec822c60497c860efe4be68d780ae45c4b 0.26 MB 605 31
355,695 355,695 00000000000000000b935bbd0a50739f0339468a06cfdb6b05914efef1f80b1b 0.31 MB 548 23
355,694 355,694 000000000000000015f6e592827c984f3251fd6c330a0d02cb54ceb988aeb698 0.11 MB 146 17
355,693 355,693 000000000000000003f82fcd30cb2c1db4d4738b5ae498a9bc7ca55cd3e807c0 0.25 MB 627 30
355,692 355,692 00000000000000001364ba8547d7fff2c5b91b1cd48ea871db3e5ad72c70a1de 0.35 MB 818 31
355,691 355,691 00000000000000001386fbf1228c5b893db69801bff7d94cdd07572f5b301a16 0.20 MB 347 23
355,690 355,690 00000000000000000e4d11e27c6a868c789668f9390a4abeeeac0e566eafcf65 0.32 MB 700 27
355,689 355,689 00000000000000000dad28f04ad539b98ee9236d93e5a17371c4518c921f42f9 0.54 MB 1,166 26
355,688 355,688 00000000000000000bae4335028f04438483cfeedfa829e6d0a96453f5d2b1f7 0.39 MB 854 30
355,687 355,687 000000000000000011982afe927d7600f7da413934d3f96c01597311a8b29889 0.20 MB 435 13
355,686 355,686 000000000000000000ad878e4201b2974cc37876db08b5cef8af1c93863c7d92 0.74 MB 1,953 37
Previous 10 blocks ↓
Total Size: 654.29 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,365.61 GB sent, 87.80 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.