Memory Pool Memory Pool Refreshing

45,420 transactions
34.57 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,146 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,663 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,145 (476,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,452 365,452 000000000000000007c98b465513f848f902d0a84b68595cc04e56ae28b8cd1f 1.00 MB 1,499 31
365,451 365,451 00000000000000000f6388c4b24d0da7f61b0c4fda4dfbd49935a0add7c6de82 1.00 MB 2,978 81
365,450 365,450 0000000000000000093f699ccdb323aa638af1131249ec2e1bacbf367163807a 1.00 MB 1,133 30
365,449 365,449 0000000000000000139f716a03dc6018d024271f1063dbb605a1493b71fd6f22 1.00 MB 287 5
365,448 365,448 00000000000000000b292ff28b6999e44aee7f943fd59bb6434390e772e08ff0 0.45 MB 666 36
365,447 365,447 000000000000000002e549e3451c403cd82ae7586714bf68d9e822cdf71a17ec 0.93 MB 471 11
365,446 365,446 0000000000000000089293b394044e2b9147c2cee84cd478a212c7add109ceeb 0.95 MB 840 18
365,445 365,445 00000000000000000d3f145bc353aaabebda1bb829781e5b268b49e508128dce 0.00 MB 1 0
365,444 365,444 00000000000000000448f0d73e2ba1423e3d0b0892c40665e1ce46e0d1a8eb69 0.45 MB 263 31
365,443 365,443 000000000000000007b23e401f0a1060af438b046bee913d471976e930bedbe9 0.49 MB 868 38
365,442 365,442 000000000000000009261c5f9f3fb62540e5a0eb0085534c6d278a45beeb6b31 0.75 MB 1,608 41
365,441 365,441 000000000000000010bf087ed645cba129e2523930d5cde636ddbae9e03aef9c 0.75 MB 903 24
365,440 365,440 0000000000000000039feff624cc853f752aa9772bfe3e2dcb26bae3b96029df 0.75 MB 262 6
365,439 365,439 0000000000000000026093367af54b94ef1709944510c67e33d863caffd9b2f6 0.15 MB 200 27
365,438 365,438 000000000000000003a7cf5fb475521e2dd04732161ce11bce765c1371c849f6 0.26 MB 552 46
365,437 365,437 000000000000000014de01b6e99fbf23528f7fda45a4eca71cf4a40321567419 1.00 MB 705 13
365,436 365,436 000000000000000000d5ffa93ed59451875ef2f054d40c904c0254353f747c2c 0.32 MB 686 44
365,435 365,435 00000000000000000e9557f7d91ec584e2b13bccd3e42195e60cfb6a8ebc89e7 0.34 MB 579 39
365,434 365,434 000000000000000007a42d120ae72c02d877a99bb29ce1849afc8a74c8a04b54 0.93 MB 743 17
365,433 365,433 000000000000000010f45a4228b496f3d686dd55f9d91cccc8d6ba864ac05211 0.75 MB 341 9
365,432 365,432 0000000000000000104411ee1e914b3eddcc7c5bdeeafde2cda243b61640a028 0.29 MB 560 43
Previous 10 blocks ↓
Total Size: 647.01 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,444.79 GB sent, 42.31 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.