Memory Pool Memory Pool Refreshing

36,097 transactions
42.28 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,040 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,685 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,039 (325,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,395 518,395 000000000000000000417e40a85468a00fe943fdfca05e865ec06dfa1d0c38e9 0.34 MB 430 14
518,394 518,394 00000000000000000038c7f5a1dfaa6427cdc2be436dddfdc9c247b9e4e538fe 1.15 MB 2,092 28
518,393 518,393 000000000000000000470e5b34f8d45201ff0660fb81d94d61a2562ba3d319cb 0.00 MB 1 0
518,392 518,392 0000000000000000001983279ff39b40154a17761936cda4fe0ec9b897f710f7 0.10 MB 141 13
518,391 518,391 000000000000000000477638181f4dce851cfeb33d98ee296ec082abe1cea867 0.47 MB 739 19
518,390 518,390 0000000000000000003a77d5927982946004cb0ffdabc356ebf3c1de8cfa82c3 0.80 MB 2,207 33
518,389 518,389 00000000000000000029fa0e75be83699a632ed531a882f7f04e26392c372bf5 1.01 MB 791 13
518,388 518,388 000000000000000000218af8161d2ee9acdb184f47a5d4281c25a875fd658d64 0.64 MB 433 15
518,387 518,387 0000000000000000003f33002ed0506e328f3ae53abf9a3d3ea8bfd061756c6a 1.25 MB 431 4
518,386 518,386 000000000000000000072646e83f8d9a9d1a422f6c89210df4dfdea1215bc922 1.23 MB 2,286 23
518,385 518,385 00000000000000000022ec6fca154e0b852b6abd86decb760646bc5a5378cdda 0.19 MB 430 32
518,384 518,384 00000000000000000022e0628b06c7679e02e399e3babdf3fe74884358ee5a9d 0.15 MB 359 43
518,383 518,383 000000000000000000138b686239518f1f08f5d334ed2e538f9363aae709622b 0.20 MB 412 27
518,382 518,382 00000000000000000003529ef027677ea593eb845354f08071ea10747787d61e 0.78 MB 958 14
518,381 518,381 00000000000000000037bbea7a02c8c7cf2c64b37b646076b093343edba4a0b2 1.15 MB 2,296 23
518,380 518,380 0000000000000000002e639db74737c082bb9e190fe08dcc5da538852cce7e6e 1.03 MB 547 5
518,379 518,379 0000000000000000003648df11b80022d0123277896093267bb9fca104ee4712 0.64 MB 1,070 27
518,378 518,378 0000000000000000002630ed442664be71067245fab439a0bc9f26824372580f 0.83 MB 2,073 30
518,377 518,377 0000000000000000001e5d4b323f346a96d182d1b07acc6589fe9d8fa901cc3e 0.02 MB 67 37
518,376 518,376 0000000000000000004131de274b77119b5189057731cc647a0946c0f0de65ed 0.52 MB 1,180 36
518,375 518,375 00000000000000000036ff3c07f0e4d277a878af1fa0be4690aedf68aafc705d 0.96 MB 1,474 14
Previous 10 blocks ↓
Total Size: 650.58 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,995.37 GB sent, 63.68 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.