Memory Pool Memory Pool Refreshing

28,785 transactions
39.67 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,600 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,748 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,599 (640,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,893 201,893 00000000000000e2c1476d646b65cbb99a3038da8ed53bc59a659027d0d3dd6c 0.06 MB 147 469
201,892 201,892 0000000000000568f6e74b112d7cc79ee6ff8516f128f743994eb03914c9e129 0.23 MB 523 182
201,891 201,891 00000000000002208773bb1f943bd00984d13b9c20a04ee7eebee744c0bb3701 0.01 MB 21 73
201,890 201,890 0000000000000172f0f8e59eb56e509c1ca5033ba8d9c22ffa56ff8872c1e955 0.01 MB 16 456
201,889 201,889 0000000000000217e5f10b630000c8879b6ed649182461794bb4c71ef5db5627 0.07 MB 133 132
201,888 201,888 000000000000033b658e99f4e5506ad471f149c8f6e94a54e38708b1bdacb826 0.04 MB 92 66
201,887 201,887 00000000000003a3343ea5488530ea756c047b98f8b5540e56ce6975aa2e34eb 0.01 MB 32 0
201,886 201,886 0000000000000356c4fe7e15912ee96dc8deecc9f4f26ecfe41b7a31b9463dd2 0.19 MB 332 313
201,885 201,885 000000000000022ca3c15d3f3fcc23a778a02dd396c0d77932b2c4997fde8426 0.02 MB 55 225
201,884 201,884 00000000000004296b61e946aa8037ad281f7b6022273984abe1351ead68b1a0 0.15 MB 349 245
201,883 201,883 0000000000000124874882328815cafd1a4e9ebf79f91a4e58ce58c2ca6730ab 0.16 MB 421 264
201,882 201,882 000000000000014b7c06dd03b6678e199d9e5a36e6f5c4c5bbe5956d3643bc8a 0.09 MB 224 248
201,881 201,881 000000000000031a226b2a78dbcb7f4b833f8a9f4ab33369d2e7fe044dde4059 0.14 MB 380 245
201,880 201,880 00000000000003b00ce94b7c432cd1252033cf401ebb120fbdd9ca72676be2b9 0.09 MB 254 240
201,879 201,879 00000000000003b7e62f0fbe6d53b9f86cd0df9dd09c4d36d4d2525b9511f916 0.09 MB 219 217
201,878 201,878 00000000000002e5208a147cd36303571c11592b836bc0d45001fcad4d37f80c 0.16 MB 474 266
201,877 201,877 00000000000001a75282a9ce862b63080a3d7497628bf78af2d12a1bb15be43e 0.24 MB 423 111
201,876 201,876 000000000000032f840a026580418c7c7b26bc7804a049953e921ef30e0e61a1 0.13 MB 329 287
201,875 201,875 0000000000000064e78ce0479785fb62f50cd83478053f7b03e6b37ae428b8f3 0.16 MB 303 207
201,874 201,874 00000000000002d7531e9144573730ecc8e2280cf6184bad68e8b4c1d874f001 0.03 MB 64 98
201,873 201,873 000000000000052dec74cc59f12346f2802cfbc8c1f15f9b5a6609fddaffcc0e 0.05 MB 92 32
Previous 10 blocks ↓
Total Size: 647.87 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,553.61 GB sent, 48.22 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.