Memory Pool Memory Pool Refreshing

69,552 transactions
33.08 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,996 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (359,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
490,336 490,336 00000000000000000097a585e63750e462c01f2c62baabbab5529d549bd169bf 1.06 MB 2,743 203
490,335 490,335 0000000000000000003c9042bbf68d3f3f0b5599f054dfca6264abad889aa2d2 1.04 MB 1,753 174
490,334 490,334 00000000000000000022fbf27a90e581ffb3617d4d82356a84c3c72d2a039660 1.15 MB 2,445 200
490,333 490,333 00000000000000000089f1a9b0d2ed57adab852d8bdb9e05dbd5bdd7767df957 0.01 MB 48 626
490,332 490,332 0000000000000000000493aaab64b06b25e5d4bb1773808508dc0c8dbb243c67 1.00 MB 2,498 297
490,331 490,331 0000000000000000004cdd3d12d9ca42570c6c5fa8d12466c285768c97927e7d 1.06 MB 2,288 142
490,330 490,330 0000000000000000004ef73b4c09a527de727d047b776fc8eed07725a92a859b 1.03 MB 2,346 184
490,329 490,329 0000000000000000003450a7c9b0c0520612afe9de7791aacdb40d89489ecec0 1.05 MB 2,137 58
490,328 490,328 000000000000000000426cd000e318ff99cccf24145607c3766960fc0c5f4e1c 1.03 MB 2,651 83
490,327 490,327 00000000000000000063f72912d2997d97bcb067cc4d41c982596c6c4e3beffe 1.06 MB 2,347 153
490,326 490,326 0000000000000000005655c8d5be291996a0570b54ba9457e15b9a8af0537ae8 1.07 MB 2,701 137
490,325 490,325 00000000000000000009e39291a5566c60410c0ae892fe004be99fd84e3fd445 1.13 MB 2,563 142
490,324 490,324 00000000000000000063c46af1f947708fabefa9d21db16b56fce22573a023ae 1.00 MB 2,328 167
490,323 490,323 000000000000000000881235f7e80ed12f592e533359cbbd1f4588947b00525d 1.08 MB 2,135 176
490,322 490,322 00000000000000000044034ac98754bfe2c4ecd84b2f9618c15be55cae19aa67 1.12 MB 2,520 163
490,321 490,321 0000000000000000006be4babd224bfa0fd123cd727880a2ba76dd34a198830c 0.01 MB 31 441
490,320 490,320 0000000000000000000ef6f5aeabe4a2e40921a555600d638d6725a1d070613a 1.00 MB 2,207 160
490,319 490,319 00000000000000000095dcc364284a54bd90fb218cffd1e9932b632347687e67 1.03 MB 2,319 198
490,318 490,318 0000000000000000005e916e58e085394f357d87f062bc486a5b5fba6ebd8a29 1.09 MB 2,665 195
490,317 490,317 0000000000000000001f079c7126cbeed2e4e51f75d3b9a1460bd1927e34aa70 1.02 MB 1,476 353
490,316 490,316 000000000000000000dd08d31e095be3cef7c99725e69ce3559ca7c86888ca90 1.01 MB 1,405 34
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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