Memory Pool Memory Pool Refreshing

23,246 transactions
62.15 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,799 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,808 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,798 (489,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
354,443 354,443 00000000000000000f5d07e433539fafbd0ce636b85fd609a8163cdfdd2a3c70 0.21 MB 260 18
354,442 354,442 000000000000000006993dad5384a156b2c817eff7d5bab7c52e327bdca1bff6 0.44 MB 778 28
354,441 354,441 00000000000000000ad928cc631f91b2e5fb0a2547f143f876fe99b891eae73f 0.29 MB 225 15
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
Previous 10 blocks ↓
Total Size: 650.15 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,934.26 GB sent, 61.46 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.