Memory Pool Memory Pool Refreshing

25,412 transactions
35.11 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,279 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,862 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,278 (487,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
354,440 354,440 0000000000000000074c1dda30c804efc042f2d657b83bd22a4e550068dd247b 0.72 MB 1,442 28
354,439 354,439 00000000000000000b817c213ffc7fec64bfc0e195d1637f6527e7542ca99332 0.11 MB 252 29
354,438 354,438 00000000000000000675548a389b67bc236a52a464138bd9ad25e204696ee51d 0.33 MB 542 23
354,437 354,437 000000000000000016817a9aa5a6440f482bf83333b32871554358ead36fbbe0 0.52 MB 734 23
354,436 354,436 000000000000000015c342a0441919ca9cfd875c872e99a96505ad77ff7eef9e 0.28 MB 336 15
354,435 354,435 0000000000000000018974d64df36b482bac8655c8b82a5736b72bbccebfbac4 0.39 MB 602 26
354,434 354,434 0000000000000000145bbe0085908d1afdd7b307d9ecc1d86269939e6b8120bb 0.16 MB 238 20
354,433 354,433 00000000000000000f00efbdafbe5adb6f1a19cb53c29c439a1c77b4610a8360 0.56 MB 749 20
354,432 354,432 00000000000000000437e31e4ff420f1aec858426f3ca9edbc1b06fef1fa0139 0.50 MB 1,577 51
354,431 354,431 00000000000000000211419ed7eee28f167a0f84b8cb0e6a004751a9bb977c0f 0.17 MB 329 25
354,430 354,430 000000000000000014f9a5d190d53800febabdc90f9ea68537a6de626235d503 0.37 MB 826 28
354,429 354,429 00000000000000000b51d0d9d00fdd0df72888fe35385fcdceb2d3a24d380f92 0.10 MB 193 21
354,428 354,428 000000000000000013c4c03a2ac658768dd7706c47a156e3506be1a5789d0217 0.19 MB 299 22
354,427 354,427 000000000000000016997260b363fac87b6345a180577ae10feb2c0e9e2f30d9 0.10 MB 185 16
354,426 354,426 000000000000000015620c2263884e8073d7cd93fafacdca5a692230053e88c9 0.31 MB 713 25
354,425 354,425 0000000000000000024e75798108c078784c4da4249536408e391aa49bb12eae 0.31 MB 816 33
354,424 354,424 00000000000000001228fdcde3fa55a6eb46155f13687a0cd5acf919a2808e8f 0.21 MB 394 22
354,423 354,423 000000000000000000c15e8fe181d8f8c4c6f6bd439568700461e1583094fac0 0.32 MB 693 32
354,422 354,422 00000000000000000781c56cb4f6482d2d707d8bff3dfd3cb283e38640e4559f 0.11 MB 279 29
354,421 354,421 0000000000000000147f087952498fbc2bc1124f6163468f5645311a3811ad16 0.23 MB 491 26
354,420 354,420 00000000000000000a7295fd58f3495330a66542b3c4059828eaf00ccd3d6125 0.26 MB 533 45
Previous 10 blocks ↓
Total Size: 647.24 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,465.11 GB sent, 44.15 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.