Memory Pool Memory Pool Refreshing

46,684 transactions
35.66 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,156 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,358 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,155 (575,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,606 266,606 00000000000000071f1e8b47f9fc44d8bf1fd8b54609c704e6d18243bbb46b09 0.10 MB 350 34
266,605 266,605 000000000000000589edd976a90bd84d6494815f4063d5b3ced31fd109057431 0.15 MB 218 34
266,604 266,604 0000000000000003c0ae85c296da0ed7b1e23a9ed8bd341ea9c3f7d73fe19fb1 0.25 MB 518 123
266,603 266,603 00000000000000084eb6893f680db048a99ef05aad20081f7143e66cc170e0e1 0.26 MB 329 39
266,602 266,602 0000000000000001fc0a1968fe51a6afbfd2874e4bff5160a2c9d1ce7657ac07 0.25 MB 674 76
266,601 266,601 00000000000000031bbe5f28f8c49f8a4dfbff44c0cf7cf0902537ed553326ae 0.15 MB 353 192
266,600 266,600 0000000000000009a50926476103cae03510b35d2b431d2ba066e9310dc44b44 0.01 MB 36 55
266,599 266,599 00000000000000080fef21a9a7b22c8f233c81cbdfc28bdc382d021545d4aed4 0.15 MB 248 40
266,598 266,598 000000000000000aab4ac0938b340b3bf3d68daad08941cc40b6ef61c3979c77 0.23 MB 541 90
266,597 266,597 0000000000000006a7042ff8cff79c237f6cba318b704289780d06ef858f5279 0.15 MB 198 47
266,596 266,596 000000000000000ae847e9daab15e35fa16c90e824713702337a9a84094c2119 0.09 MB 224 64
266,595 266,595 0000000000000007dbb88c292cd94506eacfc41bee5c725773f45e68f60c693c 0.15 MB 357 122
266,594 266,594 0000000000000008a06a0ab4bc9b905fcbd7486a5cdbc8390a242173c045b000 0.40 MB 948 54
266,593 266,593 00000000000000014c272dccb18965bc0939cdde02e4a008de3af558c367275c 0.50 MB 754 118
266,592 266,592 000000000000000499c566dd8c11d1796500dc106cb6868b491786cec7db7d3e 0.05 MB 123 53
266,591 266,591 00000000000000041fa742955e9e528f9bd2f4d3b9c4e600edf25d54b095fe2d 0.22 MB 318 83
266,590 266,590 0000000000000006a6fd52725dc47cabf76fe6e4d2cf31e8cb108c794d852f31 0.33 MB 643 96
266,589 266,589 00000000000000018bfd882aaa0395325c93fe06721d5c47cf9cb1c080456496 0.15 MB 235 41
266,588 266,588 000000000000000aa39aeae6a76d173bed773dc0b85a53ecbb39aefb2ada150b 0.05 MB 101 22
266,587 266,587 0000000000000008611db6252e1677c7d974ea9e3d91b4e1db49c2bf02f11da8 0.25 MB 598 86
266,586 266,586 00000000000000092c5347a8c88f27e977f80f11e69db640ecaaf9ebe37a2fe4 0.24 MB 487 69
Previous 10 blocks ↓
Total Size: 647.03 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,446.33 GB sent, 42.46 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.