Memory Pool Memory Pool Refreshing

57,868 transactions
38.32 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
842,158 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,760 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,157 (488,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,233 353,233 00000000000000001022cdbd300fcaa2100f96173864551bba84db7763fe8273 0.19 MB 379 31
353,232 353,232 000000000000000014a61b092e437db141fc2dade7f6e7741c0d358c0b8b131d 0.28 MB 487 19
353,231 353,231 00000000000000000ef5f90ef560173de564c4c5128ead7e8e85ec14edfbe676 1.00 MB 1,986 28
353,230 353,230 00000000000000000cfdb21f4e8eec2fd5e02db752f2a3eeb1628ea8df1c5bf4 0.45 MB 877 27
353,229 353,229 0000000000000000129aaa9d4c272a460f453bfb7831ee43c78adb59bd639045 0.06 MB 95 20
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
Previous 10 blocks ↓
Total Size: 647.03 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,447.56 GB sent, 42.52 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.