Memory Pool Memory Pool Refreshing

29,977 transactions
40.65 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,911 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,561 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,910 (507,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
334,464 334,464 00000000000000001b62197088516f7cb4717c2a62e4280c8810ea77de5418c0 0.12 MB 287 32
334,463 334,463 0000000000000000016e396ac0e72eebb453c199ed81a0e3041dec0471174fef 0.65 MB 791 18
334,462 334,462 0000000000000000146750d22151a927e2846d710416d914ae5530381f595a90 0.75 MB 1,414 31
334,461 334,461 00000000000000001484a58550381cc769a64cd70b9522ce6d54be9fd381455f 0.12 MB 275 30
334,460 334,460 00000000000000000296be16fdfeccaba7c3ed1914d676a86457369c462c385c 0.67 MB 1,179 23
334,459 334,459 00000000000000000d832c89b706a8afcced980c6a024315d23f70fdeb07b013 0.15 MB 211 21
334,458 334,458 0000000000000000017db132228a872944c2257cbc2b21a44b822ca1d8eee3bc 0.75 MB 1,281 22
334,457 334,457 00000000000000000876ef8b10608321247283c3425fac1d501f1c7d03137534 0.69 MB 501 13
334,456 334,456 00000000000000000c7e4657b7e9c459fad66b980997b9c89f8355bac592d0cf 0.90 MB 470 13
334,455 334,455 0000000000000000143fe0f3a40ffafd0a29c13e5ad183b3678a0061c3449614 1.00 MB 898 17
334,454 334,454 000000000000000013d98eecc8c5727e819c9450445ea85f7075af12ba22d918 1.00 MB 1,095 17
334,453 334,453 0000000000000000071424083fb81a4fd524cda386477fce72325a1f55f9327d 0.35 MB 1,147 62
334,452 334,452 0000000000000000196253cdd74eb404ea78a49d804408ab89fbede9022ddb52 0.38 MB 551 20
334,451 334,451 00000000000000001812f03ba13100841fec4fe4ab814c89e4306f1fd4264c47 0.14 MB 222 23
334,450 334,450 00000000000000001946ef6e761f419f7667eaa6446060a09fab0bcfecffea31 0.26 MB 427 22
334,449 334,449 000000000000000007f2edc7c55ec824f35987ae43d2d784b1a69eb205d42b7a 0.87 MB 1,112 19
334,448 334,448 0000000000000000173345fcbe263d1e4edfa678b8027fc88db16121cc123570 0.35 MB 773 26
334,447 334,447 000000000000000010d996530526b9299b5050dca07104c22b4c5e42dca8153f 0.29 MB 799 48
334,446 334,446 0000000000000000098d37dc864c651df4ec1ef37948d82c143eff430a1755ec 0.49 MB 833 25
334,445 334,445 00000000000000000abc9d94f771f7fd3b4132b46dca1b52cc34add0814e5a38 0.10 MB 123 11
334,444 334,444 0000000000000000134812c5b38b38cf407e69d644c48f3877fc2c06cb524876 0.09 MB 118 15
Previous 10 blocks ↓
Total Size: 646.60 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,375.24 GB sent, 38.70 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.