Memory Pool Memory Pool Refreshing

24,503 transactions
49.74 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,911 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,255 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,910 (470,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,456 373,456 00000000000000000c006cb75fa0f64a9a80c6ccfea82bf8d3c76c1e7b0448a6 0.44 MB 1,036 43
373,455 373,455 000000000000000004a11b88facada55f47e873004a7123c76d112f34e525363 0.16 MB 336 42
373,454 373,454 0000000000000000089a11b9ecbd8eea04c1f09c2568f5412fcb9c76d402af1e 0.21 MB 219 38
373,453 373,453 0000000000000000134ba97c9d98123478640d59d374546880363a28329ccc37 0.00 MB 2 0
373,452 373,452 00000000000000000c55d04ce0e548b582c3163f28df9e51337e0cd393e69c79 0.37 MB 708 35
373,451 373,451 00000000000000000238ac82d5fd4cbb8a42d813965b3660daa9db6d4001e926 0.27 MB 614 37
373,450 373,450 0000000000000000127f50ae218ff07b9abc3ccb3333ce2e425f4aa51ae42baa 0.10 MB 74 22
373,449 373,449 000000000000000012fc540951ece138485ca6c9357f29bea15389b7a904f205 0.37 MB 681 29
373,448 373,448 000000000000000006a06bd12320cd4a215265d4fc8d38856bc91c3f6df9f774 0.28 MB 536 77
373,447 373,447 00000000000000000147a6e11f6091851bf42605633e6f1ebe3bfd2be36d1fdc 0.41 MB 751 36
373,446 373,446 00000000000000000d1f9b5a87d7aba084ec95032643c895dea113412ea38d9b 1.00 MB 1,942 36
373,445 373,445 0000000000000000059fcfe0f14c0774ebc0477d9e4eae6fcd4404d425fdfe87 0.33 MB 649 35
373,444 373,444 0000000000000000029e6942ea673f41cc113540ebfa36fa66dceb2c0ca3f104 0.25 MB 456 35
373,443 373,443 00000000000000000600f5f9915379dcc2c8e69aeab6f326d2278a12a5295d14 0.90 MB 1,578 29
373,442 373,442 00000000000000000ee46ead1489ce80cc856e0498c827d54873728abf5553be 0.17 MB 254 24
373,441 373,441 0000000000000000130fe7d77402a4206ceb597850325b866f892a0c99a68de4 0.37 MB 836 40
373,440 373,440 00000000000000000504da7a832f75bc3b9dc9bdd20e3b935833f5a5ad9c3165 0.00 MB 1 0
373,439 373,439 000000000000000004e5cd73bf4ba3505d1863d39096d3835529f4b0c3920090 0.70 MB 1,038 24
373,438 373,438 00000000000000000a652410375c3d867562b20613ba64e663faa263759e8f8d 1.00 MB 2,611 53
373,437 373,437 00000000000000000a1e27f90b42c48b4c92825887f208ca33fb9cbd1cc679d3 0.20 MB 231 19
373,436 373,436 0000000000000000048870d206b64c190e9a56d5a4ef5b8cfe1779c765bcf0d1 0.44 MB 731 29
Previous 10 blocks ↓
Total Size: 650.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: 8,960.30 GB sent, 62.54 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.