Memory Pool Memory Pool Refreshing

58,162 transactions
20.48 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,740 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,915 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,739 (491,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,228 353,228 000000000000000002d46612066010edf7a802b05f4f9c88d94e7137b23ff03a 0.31 MB 389 16
353,227 353,227 0000000000000000044e59966c09036243d808405c3acc8aef0f6f938ae85114 0.75 MB 1,327 27
353,226 353,226 0000000000000000087cf5c973eade5e9e62a902096d04ab04f883b6baa502b4 0.16 MB 273 19
353,225 353,225 000000000000000003842d845e50454ab485136de4b6b3782dda6decabe637de 0.27 MB 413 15
353,224 353,224 00000000000000001631b7ca67157e57eae16e600bde8c5de8a27de0e759c0c2 0.75 MB 739 18
353,223 353,223 000000000000000005b30b55fd19d47584dba1866295601da6362a64fe86f3ba 0.75 MB 2,076 62
353,222 353,222 0000000000000000088fb18781890b705bb66d5db1cec36cc58355b030e3abb5 0.10 MB 144 15
353,221 353,221 00000000000000001070c86bfe2594f2e58919430739472994a89a421625914e 0.30 MB 685 28
353,220 353,220 00000000000000000b9ec87e9422077a9e66405ca2976e0102c99c378911a709 0.23 MB 407 24
353,219 353,219 00000000000000000686ff56dd6ab9f9213a6a6f781059633cc06f7356a2485e 0.15 MB 121 16
353,218 353,218 0000000000000000110551c86005fb65cdb969fc6916a27f9cfff890efeecb0b 0.39 MB 465 19
353,217 353,217 000000000000000004da684edf75f86381bf65ab380e934089e354bd126f47ea 0.38 MB 570 18
353,216 353,216 00000000000000000bee295de663a98fc47216e13de1aa1e899b7d75f140ced7 0.75 MB 1,626 30
353,215 353,215 000000000000000012dc5ff75d1abf2cd287b728d3c8f8f5ece64109854216de 0.01 MB 19 29
353,214 353,214 000000000000000006c4798e616c29f39aa772504b1eb0896e38d578e3ce8d48 0.12 MB 255 24
353,213 353,213 00000000000000000ef778ceb7695977e0b610c50115788fba5a4f5cd4a58b86 0.14 MB 250 27
353,212 353,212 0000000000000000140e86d99e4d87b58608c30aa5725b680c45ff373e94d637 0.10 MB 162 19
353,211 353,211 00000000000000000ea1408542c3e39562555c2bc41f2c4b4f3287dde424a6dd 0.26 MB 361 20
353,210 353,210 000000000000000005c648415e0549fbe24567ba025ba4fe2dba05339bb8946e 0.75 MB 560 16
353,209 353,209 000000000000000011cc59edf7ee61c54617a9668adb15d8525490e1e18c5c4a 0.90 MB 1,941 29
353,208 353,208 000000000000000003dd5237d660050bc1f751abcb449e98506089f6c8df8f6c 0.21 MB 419 27
Previous 10 blocks ↓
Total Size: 651.91 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,183.18 GB sent, 71.44 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.