Memory Pool Memory Pool Refreshing

78,589 transactions
39.16 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,534 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 1,993 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,533 (316,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,623 527,623 00000000000000000023db799015fde8ed3f88eba218f030468b821951f98060 0.79 MB 1,731 22
527,622 527,622 000000000000000000133f9198c75ed6c9120719895fc7e29aee874353ff6e23 0.27 MB 651 22
527,621 527,621 00000000000000000002f476f8ff1aeb7bbcb741cee969cad3e117e401f34d0f 0.20 MB 466 24
527,620 527,620 0000000000000000000e0fbbeac65fb18d5609ee71c433bf26730b6155683c7d 0.75 MB 1,753 21
527,619 527,619 000000000000000000276d9e969b901c2ff09238044e3554fe3d96d71e04923f 0.19 MB 492 20
527,618 527,618 000000000000000000148a2fd96e3a6b4d61562d16505c1b593f6682486b5ead 0.20 MB 439 8
527,617 527,617 00000000000000000034acea1f738bc2ddbdfde6bc6bfb5630da53d838a28834 0.24 MB 503 44
527,616 527,616 0000000000000000001207010d0d4267c230d01e6c285dd9822ee03c1e3f461e 0.29 MB 665 21
527,615 527,615 000000000000000000072503c4e351571b04cc92291272163b7bd6ba09b82d51 0.65 MB 1,179 11
527,614 527,614 00000000000000000031c06a3058ba40ff14fde39ce99ee32e4100eeeaf477d4 1.20 MB 2,795 17
527,613 527,613 0000000000000000001d711a0365a7b51ddb766189c190a527eb0b73e196c2aa 1.06 MB 1,807 31
527,612 527,612 00000000000000000005efe57e040d5583dc277c4e5428aa6b5cd66921e3c6bb 0.26 MB 260 3
527,611 527,611 0000000000000000002c938f2ace4e0a44220756b20b5cd9e8104babda380922 1.18 MB 1,699 15
527,610 527,610 000000000000000000048d28c492dbb9c7271c7e298aabce9aaf488cbb30dba8 1.29 MB 2,051 15
527,609 527,609 00000000000000000004eb9ed8e8c4e08ef9540bff912c340a2a62d5896acdf4 1.24 MB 2,535 9
527,608 527,608 000000000000000000050fa0ba858d374e7f95039d4ae92054f5e5aebd514a6c 1.31 MB 2,503 28
527,607 527,607 0000000000000000000b7a8b443da489076c42ff845c915edd90c1cec7274dce 1.14 MB 2,199 42
527,606 527,606 0000000000000000002334811ecd376426d6a87f4a4fdce22163ceaec366eb57 0.93 MB 1,908 22
527,605 527,605 00000000000000000007578a3062e6436772ef24f36d472161a29d3e2a526bc0 0.07 MB 229 21
527,604 527,604 000000000000000000272fe1d060b1e756a91cbd80d4a8e9985b67bffbcc6c3b 0.72 MB 1,529 16
527,603 527,603 000000000000000000232098dc55a49d736e119e22629734f38f03cce6e904d2 0.95 MB 1,962 18
Previous 10 blocks ↓
Total Size: 651.52 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,140.73 GB sent, 69.08 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.