Memory Pool Memory Pool Refreshing

63,905 transactions
49.87 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,024 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 899 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,023 (577,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,459 270,459 00000000000000004b04891d77a0ac7e344e8d6ecb6b1e69ddcdae4e0fc3321b 0.25 MB 749 70
270,458 270,458 0000000000000000c4acc19f651e2fd938e6055790135d1bc504d30fa0203c86 0.14 MB 374 154
270,457 270,457 0000000000000001c52328cd9915e3d5467aaad2678ea799069bdbde833c701b 0.64 MB 1,137 63
270,456 270,456 000000000000000250e041e41cdd96de9cd6dd154001cb02c9ddb24a13005ebf 0.15 MB 59 14
270,455 270,455 0000000000000003ec44c57844b514bdda7d8034856c670d8183ebae26bc68fa 0.35 MB 604 15
270,454 270,454 0000000000000002cff0aae402ebefb669595b8107d0feedb11937411e203f38 0.25 MB 419 45
270,453 270,453 0000000000000003616293e57f7edabd8f0c86ade75cb6add81058764e8373a0 0.50 MB 1,211 89
270,452 270,452 0000000000000003efdc3b7b9e4fb9a910ff8f2c5d9475a7d1a19fed8a14534d 0.17 MB 129 41
270,451 270,451 00000000000000024e0040f06da5230cb0622d8f301a716d240d90c1ed33d963 0.25 MB 246 45
270,450 270,450 0000000000000000017d9cfa1bb14d8d1e16487e94611c98bffb608142d0e938 0.23 MB 250 30
270,449 270,449 0000000000000004f9e6716b80d36f91ce5534bf53b635657557c7cd41731305 0.32 MB 629 74
270,448 270,448 0000000000000001607b62db9b0df7bc6bbde8d6e597afa97b82b3ea2da752cb 0.43 MB 783 35
270,447 270,447 00000000000000066ace54c591a528365872022639c6b44053fb30953dbfb040 0.46 MB 1,109 57
270,446 270,446 0000000000000003d66cb4aa3e4b2d33e282f611f92cfa0175d536242a82bf31 0.26 MB 622 73
270,445 270,445 0000000000000003d91be8d39430f6475ce926001c08a4d476f3a56c738e9114 0.24 MB 132 16
270,444 270,444 0000000000000005dd612b65f54bf6655ee11f14b6627bbec45a4682117c505c 0.25 MB 539 66
270,443 270,443 0000000000000005b6b949ac203b8e6010a95132855c8a6603e37a873d7c04fc 0.50 MB 952 48
270,442 270,442 0000000000000001e615b2ed04ffb6306aab31a33fd3c8d885178119873b930f 0.41 MB 936 46
270,441 270,441 0000000000000005073a347191671491ac4ae9ec36dd0e6b95cccbebba48abf8 0.11 MB 169 65
270,440 270,440 000000000000000442690ff4bdae3cca615089d9eca3e590081c6061191cbaac 0.28 MB 474 80
270,439 270,439 00000000000000019228932ff93eb32f3d6616911362262a2922853f356d3e7c 0.28 MB 511 65
Previous 10 blocks ↓
Total Size: 657.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 68 incoming
  • Data Transfer: 342.90 GB sent, 0.92 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.