Memory Pool Memory Pool Refreshing

65,592 transactions
42.72 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,075 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,442 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,074 (418,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,107 423,107 000000000000000001a3295cb54aedf27360c3e33f66a3c552c86e0302662d9a 1.00 MB 1,442 55
423,106 423,106 000000000000000001f4d850df915ea1d939f2dc6d82650bd1a6cb788537476f 1.00 MB 1,439 47
423,105 423,105 000000000000000001e75fa0313ced5637a14d89e2afca0f409d35dc4822ebe4 1.00 MB 2,111 80
423,104 423,104 0000000000000000037797d7ecb0df96bcfd24693873e7325a06705d1d89cd7c 1.00 MB 1,960 92
423,103 423,103 0000000000000000034ab77d87dfd096a74e824309afae3c99c0e3978d37d300 1.00 MB 2,167 60
423,102 423,102 0000000000000000031bf8ecd1e5a0f18a4414e42da6fc13fb4732b28b3f4d5e 1.00 MB 1,231 98
423,101 423,101 0000000000000000045bdd2d63a4f82f5a02d4e379ad7280d816a385c5888aa6 1.00 MB 657 22
423,100 423,100 0000000000000000000ce03f88c38fea2e2e2762cac88748d607912eff518611 0.87 MB 655 30
423,099 423,099 000000000000000002ae3583352d5fb64a506ff4124dd2601d0fe0dfc29cbe0a 0.92 MB 235 12
423,098 423,098 0000000000000000011a9a461181661d8255495d8ac47bbaeaf470e0f9032a32 0.32 MB 465 59
423,097 423,097 0000000000000000050f08892362eb471d100923a2418efcd9a55ea2dad480f6 0.35 MB 832 72
423,096 423,096 000000000000000004620f5883412bf0219eb723ce60d1118605e510cb762f91 0.27 MB 207 56
423,095 423,095 000000000000000004c0decbe6adc9a05cc6e81c8831bf623fd97abc54aca4fe 1.00 MB 965 21
423,094 423,094 0000000000000000046c9d1caa0981dc7c13c5f452093eef304ac0a0f9b9ffff 1.00 MB 1,727 47
423,093 423,093 0000000000000000030f069a0332a5ca27ebeb5b4d512d5ecfe642d43fd17ccb 1.00 MB 2,519 59
423,092 423,092 0000000000000000017874c1c6e61cf5e1a659254535ed7393cf268a329f5feb 1.00 MB 1,540 65
423,091 423,091 000000000000000001cbdcc7d108d853527cf3e257b327984fd6595589ccabcb 1.00 MB 1,189 97
423,090 423,090 0000000000000000038c94892e5a4cb4b665d77d06aa9aca82ca4f22d7ad4a36 1.00 MB 1,633 64
423,089 423,089 00000000000000000212d06f7cc735bbfec1d4098809a73bd545fb2e30d07175 1.00 MB 1,821 85
423,088 423,088 000000000000000001bf45fc9adaf0fd920517ce118a19039f1ace6cd0044a48 1.00 MB 1,254 85
423,087 423,087 0000000000000000034d4633e60f7b0da73720152bb9c9a295501fdda1a96d71 1.00 MB 1,605 53
Previous 10 blocks ↓
Total Size: 646.89 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,432.10 GB sent, 41.17 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.