Memory Pool Memory Pool Refreshing

74,818 transactions
34.65 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,639 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,133 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,638 (629,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
220,465 220,465 000000000000033ff54622bce7c0c951d7c9c9cdbb59ce10b4ce481a06e8a974 0.01 MB 18 163
220,464 220,464 000000000000011110a5aa87c0da6e9a46fc1ad20f94c590dcc229060268253b 0.24 MB 592 208
220,463 220,463 00000000000004429d922a4dd1c3b3f2cdf8be92345fbafd1d5d49b3cc21a82e 0.12 MB 268 121
220,462 220,462 00000000000002d27c7f19fb2fd2163baab79c27810e1fe8addcfe4e02affb02 0.25 MB 593 208
220,461 220,461 000000000000026a49b7f453b2f87ca50ba5a25166b4b18e6ec99df73b6b18cc 0.02 MB 31 19
220,460 220,460 000000000000041844a737f33509016a94e772054006f4beff41a8d81351d518 0.22 MB 457 158
220,459 220,459 00000000000001678aa188fec5ff5b8e2927644493c3aa7f1ec6b96786e00529 0.25 MB 631 210
220,458 220,458 00000000000004786094f95d20ad5b06f739faf5df98fd193ff7be99992e1c3c 0.25 MB 613 220
220,457 220,457 00000000000002fbfc02844034c6e627e11c300bc58cc1011254f1705698a72e 0.25 MB 764 231
220,456 220,456 000000000000014c45c502806a1816f15301abadcf6bc0a343bafa58d913b307 0.11 MB 253 187
220,455 220,455 00000000000002325bf534ef15ae4a39c0953eade1a830a5535a9a6df78d2dde 0.14 MB 360 190
220,454 220,454 0000000000000014e9a48cc90870d5ace9c5a472e04bb7795d302f3f8191351d 0.16 MB 241 126
220,453 220,453 00000000000002cc2323100a5c97bd4866e63eeed35da3d871546585c0f3a2e2 0.09 MB 256 201
220,452 220,452 00000000000003c42c4d0e407bdc394a2a11efa383d7dd73cfd218432833da8e 0.30 MB 456 148
220,451 220,451 0000000000000510fb45369f46bf48551e66be781f19bb9538f63dc88c27d63c 0.25 MB 754 250
220,450 220,450 000000000000025cd697bb8f9db07e60431249f54b999e250f83fe0d8f977252 0.20 MB 377 98
220,449 220,449 000000000000035632a8c3d217a533dd802c8ee4f9c824a464c631a52c62113c 0.05 MB 108 156
220,448 220,448 00000000000000751511da3aab650c9f13c9045171f476d2959d9f223fc68f15 0.18 MB 408 183
220,447 220,447 00000000000000fff077b6189bd7d64f5595992f79fafc4373e9abc89b4d8da7 0.13 MB 263 151
220,446 220,446 00000000000003bb850363544a263d4a3b690ed679817075def05c252e07badb 0.25 MB 625 207
220,445 220,445 00000000000003ecdf86fd71448cb25b82250a249fbc2688724211a5c82b0af8 0.18 MB 453 193
Previous 10 blocks ↓
Total Size: 660.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 574.54 GB sent, 3.27 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.