Memory Pool Memory Pool Refreshing

46,749 transactions
40.43 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,288 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,723 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,287 (577,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,614 266,614 000000000000000043ac475ce95ad161a9e6194d05ab1363b109c6a7bd098405 0.08 MB 187 50
266,613 266,613 0000000000000006bbb7aee9d4ea0fe6ff37a3ded4b58f7262aef9028beec568 0.22 MB 532 92
266,612 266,612 0000000000000004e050de745ffbe80f08e16ef51914c1def3b229141c35cb40 0.16 MB 407 100
266,611 266,611 000000000000000077729c1366a2100ccb3bb1342fc5d32a6b429514f9fd8d5c 0.21 MB 539 95
266,610 266,610 0000000000000008e6775d57181aedcaea05c06244a6ed8e9533582737654e21 0.17 MB 387 84
266,609 266,609 000000000000000a536c3e7a03c55694bf3cff69c8e42ad06d0112069986125d 0.10 MB 229 106
266,608 266,608 0000000000000004b261166f313b2b6af3714a2aa84e93112d76d815d306e591 0.17 MB 368 88
266,607 266,607 00000000000000010b9e3e6458d33b17c0e5472bf89449722501a4bf0c3c2f6f 0.05 MB 132 64
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
Previous 10 blocks ↓
Total Size: 651.04 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,075.81 GB sent, 66.40 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.