Memory Pool Memory Pool Refreshing

82,815 transactions
36.40 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,650 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,105 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,649 (732,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,350 117,350 00000000000055715fb0d7c7f63c1d2e0feb17b35e8c21e9354fa35601c715de 0.00 MB 6 0
117,349 117,349 0000000000005ecf9f819ea03abd8f2a3f0b2cad5e5124bdabd0d7a770fd9067 0.00 MB 12 352
117,348 117,348 0000000000009ec8fc3c5155d0b9e238475b7c9fff37d2a816834b4242bb7de1 0.00 MB 12 678
117,347 117,347 00000000000074c63ebb2910d03627cc7721a1a45f0e02e2afebf61a428d857a 0.00 MB 9 0
117,346 117,346 000000000000b7336dca6869fd16f0b293c5321c27063b31b3ef34ba4469ce34 0.01 MB 20 1,708
117,345 117,345 00000000000066e410440685062588a01590229e6bf355ce049593d87b155e47 0.00 MB 11 339
117,344 117,344 0000000000005c418fc34abca3f0e8eeb2d38afdbcae6d7b8b2e45285785caa4 0.00 MB 10 0
117,343 117,343 00000000000002a4c8921ad7ccd4708d743a90ae8b4e7d3b0c7d128fff6bfe16 0.00 MB 12 704
117,342 117,342 000000000000c52259e4af6a6d0a6c7ace1a05a4731965ce29c3d766bba80d50 0.00 MB 7 346
117,341 117,341 0000000000005e764c39e91b0d63fba63e5c361cb9be60388e4ea125536ed3ff 0.00 MB 10 705
117,340 117,340 00000000000083a676728ac322a0cb03e26e365c2504df94d5f978374ab66174 0.00 MB 1 0
117,339 117,339 00000000000054d1c90eab08ecfb006f07eccc8982e3a058e34eaad5858bfcb5 0.01 MB 32 0
117,338 117,338 0000000000003db6c18d6656f7eb0929442a3ca6d00eec056cf3226ad562d101 0.00 MB 8 242
117,337 117,337 000000000000be57a3418254deee185248ae02145f141d106771642eddbad850 0.01 MB 25 90
117,336 117,336 0000000000002d5e9e2015a92bad519b3e0085f8c61a8fa3a7a150a8162cef4d 0.00 MB 12 482
117,335 117,335 00000000000004d715670f210ce0f0e9638c5905658c44cac05283d52950fc63 0.01 MB 21 483
117,334 117,334 0000000000008d01dc710a096d3afd1f08219a204973d624a7f19adfafe340ca 0.00 MB 3 0
117,333 117,333 0000000000006daa0561ba928011941a80a384a14ed67a7bb5346b940065d076 0.00 MB 5 736
117,332 117,332 0000000000002eb2ccbd6d5e95b92261cb6adc28d54fd415437eb6cb38a7b9f1 0.00 MB 7 0
117,331 117,331 000000000000c8619b2150b4beb08928c4845eeb874f2b510c261f5e9bf85ccd 0.01 MB 25 1,961
117,330 117,330 00000000000008e0a7ca4657c118b551f2211e913555e8047647083635b83b15 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 660.84 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: 579.99 GB sent, 3.38 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.