Memory Pool Memory Pool Refreshing

43,479 transactions
46.52 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,329 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,570 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,328 (370,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,602 471,602 000000000000000000b593edd52ad7bed56965dc1d1832e213fa5fc08ebb51e6 1.00 MB 2,177 319
471,601 471,601 00000000000000000098b99a3f203c034caf4e976a7294143ba21d96a1d6b969 1.00 MB 2,331 362
471,600 471,600 000000000000000000bec15126e10ed623a5baf0f438d79465c19985b3a7b166 1.00 MB 2,267 374
471,599 471,599 0000000000000000005be53388c36ca42f532ed7be882b6b0924eecec826d539 1.00 MB 1,864 343
471,598 471,598 00000000000000000017dc5198d6675e2c4ebd5e24e1e5523407f6696b16320f 1.00 MB 2,145 276
471,597 471,597 000000000000000000f38ce2df8f67be25754c6fafe4748aab0f3589c268a685 0.99 MB 1,477 309
471,596 471,596 00000000000000000182a5e4876b6278a5f949f55cbbedf4fac85d40770aaada 1.00 MB 2,223 356
471,595 471,595 000000000000000000c2682feaa4100899a17b212177caee2e9dfbcf9ee33c64 1.00 MB 2,325 422
471,594 471,594 000000000000000000254b000e42f7fd99e88288e7e5c36ad679c1e88e808ecc 0.99 MB 2,110 378
471,593 471,593 0000000000000000008c82da52542586fcfbfb17422ba00c9bc2deb138ab77be 0.99 MB 1,961 284
471,592 471,592 0000000000000000015ac9f2e644e4fbbf2685dc1b4c6edecd9156d96946588e 1.00 MB 2,014 342
471,591 471,591 000000000000000000df518b98d82c17fc0b214c718e4ffda4592ecd25faac47 1.00 MB 2,069 375
471,590 471,590 00000000000000000074c3b8cb77df9eebd0e04017f0035c9e4df8807729b453 1.00 MB 2,118 397
471,589 471,589 0000000000000000019aa6c7e3215c9bd1e7e936a4991f8c4e356cff759dcc43 1.00 MB 2,376 308
471,588 471,588 0000000000000000010cd30304f1e7262f0fa186b4d38550011e349f7a577b17 1.00 MB 1,907 275
471,587 471,587 000000000000000000ef8c9c8e37ad4ea41e6471e01930a31c768b932d8de4af 1.00 MB 2,069 198
471,586 471,586 000000000000000001627a727092cdf7757d02a357106175b9b12d26bfeed985 1.00 MB 2,084 358
471,585 471,585 00000000000000000097893bbc0e4037426a77f757c7c2dd257c84cb8aa88f0b 1.00 MB 2,201 322
471,584 471,584 00000000000000000177fd834e5115da8a9d9c1d816dd46e01c083572899288c 1.00 MB 2,493 275
471,583 471,583 000000000000000000992c10db7773745a430a7303deeaefb338cd4df50a6666 1.00 MB 2,079 253
471,582 471,582 0000000000000000013c412e5fbe3c1404286daf1c6fa750d717e089a1339ded 0.99 MB 2,259 267
Previous 10 blocks ↓
Total Size: 647.33 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,478.24 GB sent, 44.98 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.