Memory Pool Memory Pool Refreshing

52,835 transactions
41.15 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,297 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,664 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,296 (502,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,624 341,624 00000000000000001469595b8e7b0025ceb9e01e5bf28fada3f25d6a5c2c77f5 0.59 MB 1,188 29
341,623 341,623 00000000000000000a41360be5d61a6290ad29cc50263fa6da601a9a34005c15 0.12 MB 195 23
341,622 341,622 00000000000000001788e0104237218c5d37b1c4f6717a1ff89a62f3924a7adc 0.20 MB 224 15
341,621 341,621 00000000000000000f17566c7d37fd08194bb9d3dc5d2bf0f9829d913b3db860 0.10 MB 256 30
341,620 341,620 00000000000000000ec7502286ec35e610320909b04b131bc640c0d601aa1cfd 0.12 MB 256 106
341,619 341,619 000000000000000005209d4808753dd2c27ae9366859407f5fedfc2b95cc35f6 0.11 MB 253 118
341,618 341,618 00000000000000000f2db14c09155f1e07f57f9c542ff79c16f4c0ffb6f0be1f 0.29 MB 635 30
341,617 341,617 0000000000000000054fc003f601001715648ef5632a1c706716978dc2e12c92 0.13 MB 251 23
341,616 341,616 000000000000000000e43cea9d86ae677fbde783df00fdcc085ddd05735ac12d 0.66 MB 494 14
341,615 341,615 00000000000000001a448b17dd58999963afabaf3ed8eb1665d21b2f09f60956 0.75 MB 1,501 26
341,614 341,614 00000000000000000e2c2ccf91ea2aa8400274693be2c14865ec5b3422ed63a3 0.35 MB 1,024 60
341,613 341,613 00000000000000000e25df2114ef8d07794866edb0745c0c1a387326200b222b 0.05 MB 116 28
341,612 341,612 00000000000000000a29f856ed724a5c258df9d51fd5512c9cf3e021c637f4ce 0.59 MB 499 16
341,611 341,611 00000000000000001a66e2f3a6b455ecfd098b6bc5e7f599081f779d740f162f 0.71 MB 860 22
341,610 341,610 0000000000000000037d2b27e6b85b445e5f3e660e3f1f2a3b75cf972b8902b7 0.22 MB 399 27
341,609 341,609 000000000000000013e4d14610bca4eb0706be8fbc35785f66d49cb8a0627b73 0.03 MB 60 27
341,608 341,608 0000000000000000071cd5f5b514c82e944ad7854010c19fefab057f40667752 0.15 MB 283 19
341,607 341,607 00000000000000000a3fd38301dca2cba78e6c0d4c5ff973aed7abb199523be1 0.49 MB 940 25
341,606 341,606 00000000000000000613487103bfd2bfa17787d8c16e1ba31a6bccb4857960db 0.35 MB 594 24
341,605 341,605 00000000000000001209bcc99e7984a381341e4056570ad3370067bf8343a6e2 0.68 MB 1,045 22
341,604 341,604 000000000000000019670f97794cf1cad892cafd7443587c35dd2edd53e9f212 0.45 MB 334 15
Previous 10 blocks ↓
Total Size: 651.06 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,082.73 GB sent, 66.49 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.