Memory Pool Memory Pool Refreshing

59,107 transactions
35.82 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,355 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,915 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,354 (93,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,474 754,474 000000000000000000060b134dc2042bdcb355fb4841163916256f28e6b4279a 0.52 MB 456 4
754,473 754,473 00000000000000000005b7eec9856a4f771ac2cdc2534e6a94d211f902015f5e 1.54 MB 3,197 19
754,472 754,472 00000000000000000004ea8cd026612705f43aa5d771c0174ba8e44c3ed5d917 0.75 MB 1,222 17
754,471 754,471 000000000000000000067d667d5fd542f6295802180355de465a0dda76215489 0.12 MB 244 13
754,470 754,470 000000000000000000030d658233d10a5bcd06122d177c80e44e598026b5eb80 0.64 MB 1,104 14
754,469 754,469 000000000000000000044edafcec27297cc591009cbfbac6798f9244b602df69 0.46 MB 991 16
754,468 754,468 0000000000000000000626b1bb65fd213b89e28c14e0606a03314d5188a92a6f 0.01 MB 23 23
754,467 754,467 0000000000000000000420b99052453c37f50f69da283e2ceabc3c2c9e82f1f2 0.01 MB 26 10
754,466 754,466 000000000000000000006cf636914e507d6f7a886bba226d388c8fb1dcfb0481 0.44 MB 811 14
754,465 754,465 000000000000000000014a587f36b1e14968a4c8cea14dc7d9ceb5cfdb00e159 0.81 MB 1,160 16
754,464 754,464 00000000000000000000b456f2755b347ee01e7c591b824b69defe7bdfa847cb 1.29 MB 1,311 19
754,463 754,463 000000000000000000080775439eb14f56ad16b7875be77d17d904e3bf0df792 0.16 MB 78 15
754,462 754,462 00000000000000000001d7254d779524d8b5e201a24ee21641e9ffb27945fe16 0.77 MB 1,034 14
754,461 754,461 0000000000000000000496f6881cf7c69cd3c5486e3cbfe8382b90320fc38124 0.77 MB 1,272 12
754,460 754,460 00000000000000000004694a6bf379ed43a39c1c2bfccaabfd54fe63c5ac52d7 0.10 MB 241 14
754,459 754,459 000000000000000000080998bf1af30e089c027a4c0156196184bea08a09c955 0.84 MB 1,494 12
754,458 754,458 000000000000000000083fcc69dfcfee0491420d5d83d1f128ac11847a99eb5e 0.02 MB 42 11
754,457 754,457 0000000000000000000389db338d1dcb242559911e5def0a0933a0d310396dea 1.32 MB 2,575 16
754,456 754,456 00000000000000000002a5f78914c01a4d09cec8bfd2ce269118c0686cb511ce 0.40 MB 427 10
754,455 754,455 00000000000000000001bd41097e2585668e911cb7a187945b4f085b849397ff 1.60 MB 2,060 12
754,454 754,454 000000000000000000037074d0e6d0d7d11fc80cbfddad6cd03d6f6c2ad3282a 0.36 MB 677 14
Previous 10 blocks ↓
Total Size: 658.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 1,092.66 GB sent, 2.12 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.