Memory Pool Memory Pool Refreshing

52,110 transactions
37.59 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,330 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,140 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,329 (554,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,435 289,435 00000000000000011ea8da169a036aa51a04370244e189741f2c84e7efb61ed6 0.16 MB 512 67
289,434 289,434 00000000000000009ed5a53d45a2976f8d3f88880b686bb6e8425f534954d884 0.24 MB 247 20
289,433 289,433 00000000000000007775d391eebcd2a8dd29a195cd9be81ef26424fbc17d85bc 0.45 MB 875 40
289,432 289,432 0000000000000000e69964cebbe26747935404f10317dd957391ef35e3941240 0.43 MB 719 32
289,431 289,431 00000000000000008433fe85999f1c978c5e9160ae5c0ced55d16e60a1a67050 0.20 MB 369 42
289,430 289,430 0000000000000000b8febdb26b59b57d2dcc70fc877e381bcf07feb31c1fdd24 0.10 MB 204 32
289,429 289,429 0000000000000000322647aa1bf421b38a74ad66cbbedda8b204248ec7316dcd 0.18 MB 392 34
289,428 289,428 0000000000000000a37032226e1a0aa7df31f58cbe7b3a725c3be3ef4b51ab4e 0.39 MB 672 30
289,427 289,427 00000000000000003bb82dcf723c3f254a0846b272e06fcd77f0eecdb2267451 0.29 MB 648 36
289,426 289,426 00000000000000004b2b0823bd0271443cc9b6f3369da12b4ec6fb5fccddae47 0.06 MB 118 30
289,425 289,425 000000000000000005e8f2383b3a370998e3980a80c2c9e574945badc36a5901 0.73 MB 1,123 30
289,424 289,424 0000000000000000cf246aa1e9a63aaf611b353458817b5adb41137cf6734a57 0.24 MB 492 46
289,423 289,423 0000000000000000112cedab4d0ac6340c7ddfcd0bddd1379e80c563aa316c51 0.34 MB 656 32
289,422 289,422 00000000000000000fae2e0a7f2c0d40aaa39d2a190fe89c74bcda3a29d772bb 0.10 MB 149 22
289,421 289,421 000000000000000034bd45d441559870947ddb922b35fb10732fecc2ea97a8ec 0.18 MB 331 30
289,420 289,420 0000000000000000300ee425af36a961599d9b9b0bde954311fa5b978fb2892e 0.36 MB 526 26
289,419 289,419 0000000000000000efdddfe6e7b8ac378e7d31c391502a97e7be10224c1aab15 0.04 MB 128 50
289,418 289,418 000000000000000059ca2446c3f68f4eddc0b3c440367aef6320096bcb747042 0.02 MB 49 31
289,417 289,417 0000000000000000e311983f04632bac59607af13e01eb4e3ab25f1b11a24053 0.31 MB 572 33
289,416 289,416 000000000000000118beb22182c16d0042fcc4c8d96bb8989a6db59a7a02237b 0.19 MB 363 31
289,415 289,415 000000000000000087aad7f40fded16196ad3db34e817350d6920fcdf6371511 0.22 MB 448 29
Previous 10 blocks ↓
Total Size: 651.13 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,096.70 GB sent, 66.82 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.