Memory Pool Memory Pool Refreshing

55,537 transactions
43.17 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
844,294 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 1,158 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,293 (147,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,446 696,446 00000000000000000005eca1fba4e9a02b537105816504a14504735b78f1ec79 1.19 MB 1,067 10
696,445 696,445 00000000000000000007e78076a1ce9e666ab7c7e13be2a77cb399300889f074 1.35 MB 2,022 9
696,444 696,444 000000000000000000036d96bea640eeadc5a7d46b8460add4e0d8e8f417501e 1.46 MB 2,929 11
696,443 696,443 000000000000000000104769edb911fc569aed3777f5baff648b9d04ca62a087 1.48 MB 2,803 16
696,442 696,442 0000000000000000000d40f233d3be061b85748825e6841d5aae4a42af50d4b5 1.29 MB 1,124 5
696,441 696,441 0000000000000000000a366bc627b5f65e5142da05ab17f7dc2fac6516a5410f 1.03 MB 291 1
696,440 696,440 0000000000000000000320ecff74dbbb5c98928f5267cee70815bfc8f47a2b9e 1.08 MB 392 2
696,439 696,439 000000000000000000013e8b179438f2e7c0887c88b18b27e9e674ed2548eceb 1.03 MB 346 1
696,438 696,438 0000000000000000000795d70c675caf1732474692d414880f11cab47486249b 1.20 MB 957 6
696,437 696,437 00000000000000000004a65a705f7f6a01ac997391737786788a851cd85faab4 1.52 MB 926 4
696,436 696,436 00000000000000000005473e6bdffe607ddd41823f44c823c1544badf32a7b8b 1.86 MB 697 2
696,435 696,435 000000000000000000008a528e408153c4f9215f2b8b9dc94984993e0ba357ab 1.54 MB 2,369 9
696,434 696,434 00000000000000000006fa8ec36e12159819ac92fe34eaff15731f3dac6b61b3 1.09 MB 542 4
696,433 696,433 00000000000000000000afa7b43833cdc374eb01fe0cf87dd703babaa9101317 1.50 MB 2,984 18
696,432 696,432 0000000000000000000c15397bdbd5221728c02796c7d51caaec80a5573e4802 1.43 MB 2,827 18
696,431 696,431 000000000000000000066e5a03b11d59a27efd5e8737b6a6dbb6666d91a569d5 1.82 MB 1,554 6
696,430 696,430 0000000000000000000dc947e15d310c992ff283fbf610dd217c74d1f84de606 1.69 MB 2,235 8
696,429 696,429 000000000000000000061ff113c1e28b9c4645f691677ebdcf0eb77395b16036 1.76 MB 2,064 8
696,428 696,428 0000000000000000000160258f2d428c00a9146c115ed269c31c7e1b4a690e7e 1.56 MB 1,310 3
696,427 696,427 00000000000000000010952be539af84fae578232c724e346f39c76cee7ed333 1.50 MB 3,039 10
696,426 696,426 0000000000000000000a827d8da74a583c70a63028e4863bcf68c98c23a240b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 651.05 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,081.58 GB sent, 66.47 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.