Memory Pool Memory Pool Refreshing

38,007 transactions
46.39 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,939 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,759 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,938 (370,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,568 471,568 000000000000000000fc2c10f1b4e55c9b86b8f9e804dc66683312b7d7d955dd 1.00 MB 2,011 375
471,567 471,567 000000000000000000d70effc2ec625999960bd7929d7a4298124456ecb29c23 0.99 MB 1,651 439
471,566 471,566 00000000000000000127cbc53d017400eb9d17122a8ae36986c077ac7eea25fe 1.00 MB 1,130 94
471,565 471,565 00000000000000000045844f32f6e9fc6e7575bb96eb71a9ce9fba2849892d5e 1.00 MB 1,986 221
471,564 471,564 0000000000000000009a5b3fc7ac517f8a275be73f4492adb0cb88943f5c1b9e 1.00 MB 2,378 334
471,563 471,563 00000000000000000048a5506f3415fcf790106a838953e04d86d8f2583ebd6a 1.00 MB 1,481 169
471,562 471,562 0000000000000000016f6a483730bd9c1c48c8345782b8365762592a475aa330 1.00 MB 646 77
471,561 471,561 000000000000000001434fb0e5cc5e521de59bff70c325185a5c67bd5418c61a 1.00 MB 1,831 208
471,560 471,560 000000000000000000a1782a9d78672672e4291347c47ac3206ed8716bb4952b 1.00 MB 791 96
471,559 471,559 000000000000000000d58ba85b2ddedc1f467b1e1c49c47cf62d4d970dad7ab5 1.00 MB 87 30
471,558 471,558 0000000000000000009a4e72a1863e42fdfe1e08e6d547d4528049065d69454c 0.78 MB 1,685 262
471,557 471,557 00000000000000000068a8adc72fc41299105053e6059a3f6dcd2e0dc2fd2fcb 0.71 MB 1,661 282
471,556 471,556 0000000000000000009b7b9cfd79b8e50300cfc0d868bc91d7aa97f197e4ad86 1.00 MB 229 54
471,555 471,555 00000000000000000100269c14d28be7ad5958352894dbe4ec3e3bd5655fd077 1.00 MB 1,048 47
471,554 471,554 000000000000000000d3c34981044f8c2cc64962c30af9f4a37e0b12a44130d5 1.00 MB 2,517 261
471,553 471,553 000000000000000001443370600f1d7e14277ba7e11d8d04418d9f51d4a78a4d 1.00 MB 1,837 279
471,552 471,552 0000000000000000012c939dd17212eda161bbbf98fc5f1bafb74abf0147aac0 1.00 MB 2,304 312
471,551 471,551 000000000000000000dcbdc1731d65f96ec63d217964debe3b6794b39fa6089f 0.99 MB 2,343 293
471,550 471,550 00000000000000000110128237bfa4fa9b745a3b6d304581a63760a57b7f5a3e 1.00 MB 1,759 196
471,549 471,549 0000000000000000015b791c0c7b5c35ce7d80f524e3d03e9ab4302ed7dcc77e 1.00 MB 531 70
471,548 471,548 00000000000000000005871e75ca60627d0460f7ab74172596a924e4f7515aad 1.00 MB 1,301 186
Previous 10 blocks ↓
Total Size: 646.65 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,381.57 GB sent, 39.10 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.