Memory Pool Memory Pool Refreshing

100,435 transactions
31.42 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
846,073 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,449 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,072 (564,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,434 281,434 00000000000000002be3f2e15ec8c0fe90bac274e50074b1043a72d4dca1db78 0.25 MB 495 46
281,433 281,433 0000000000000001b284509f9503d18db1d8b4de117350fa12c5df49b6cbc15c 0.25 MB 532 51
281,432 281,432 000000000000000048628a30f0dd1aeb01f825c27b23dcd0c0f1b764fe44757d 0.25 MB 380 52
281,431 281,431 0000000000000001ccf853f023ba5a808937713c4c39a6cf925ee4118a72f3f3 0.25 MB 313 28
281,430 281,430 000000000000000050e7fef6cc3e182c21e8557713ebf2441c79780aa47b93ce 0.05 MB 143 53
281,429 281,429 0000000000000000ba72b01d92dc64b6301a05939041063444158aab479bba0b 0.10 MB 160 34
281,428 281,428 000000000000000242bf0110594340d127829c9197a9686f1755173ee808ed4a 0.06 MB 61 23
281,427 281,427 0000000000000000acd67aafcc4234e3667ae22bbe83ae5a3e9f96ba97647b71 0.25 MB 448 36
281,426 281,426 00000000000000000727dbdc29b0c1e64e9d5149402131a78f8b4613d6c8604f 0.12 MB 127 21
281,425 281,425 0000000000000000b2eae444c342a9dd8c76561312d5ca5d7dace9c8df68cfcb 0.05 MB 84 26
281,424 281,424 0000000000000002240c7da0ee72cb44cec2a48988fca90cc8bbea08f8b1a138 0.07 MB 91 23
281,423 281,423 0000000000000001744101bc8addad9a68d31cc98b78a341bc25755efd063470 0.25 MB 527 41
281,422 281,422 0000000000000001bcac0f3304c07fb46ba6b64352ace4dc73d94b94fe2e9e27 0.03 MB 54 26
281,421 281,421 00000000000000019f47d3b30170b2fe5ee22dc56b097fb63f342de6c166f5e2 0.01 MB 11 28
281,420 281,420 0000000000000001da713cb225b2b1a4a1b6131b5313ddc796943bddd578bc72 0.24 MB 452 50
281,419 281,419 00000000000000001e2404bba421cfa9f3f565c571be41bd69b14cedbb9709e4 0.04 MB 59 36
281,418 281,418 0000000000000000a16625f0fa08b93801e60048d57c9762624a2f3d2c784cd9 0.11 MB 212 38
281,417 281,417 00000000000000020a095f06f5770c0b33df2d0cdaa23a2dcaea0a98cb19138c 0.15 MB 301 41
281,416 281,416 0000000000000002287671273fd7e554aa0714a94b99d8e046ddb06892622674 0.19 MB 196 26
281,415 281,415 00000000000000013402c1ddd68a7907934f6d53bd80cd4eb50d547fb1dbfada 0.48 MB 564 24
281,414 281,414 0000000000000001ac29463a61460122f765999e004a7da4b6fba2a9a3959d2e 0.25 MB 725 77
Previous 10 blocks ↓
Total Size: 654.36 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,368.49 GB sent, 88.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.