Memory Pool Memory Pool Refreshing

68,605 transactions
35.91 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,765 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,069 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,764 (785,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
64,468 64,468 000000000abb5739328dac9ab8964abda29547d982dcd56cd0ccf2aa0afbed07 0.00 MB 1 0
64,467 64,467 0000000000a5c4113df4f2adc2e98b140f1fb6b8a33f16602ce151d008ac0ba8 0.00 MB 1 0
64,466 64,466 000000000c829ab3ebc5eeeac88087cc601baba03979d4f1a32b5bec2249b12a 0.00 MB 1 0
64,465 64,465 0000000009ee46914d82f64489a25971396203467c0d027fe48938816de41310 0.00 MB 1 0
64,464 64,464 00000000046f3a0fd7c139cd628ca97c4ce3899d563b0ce2df8d33198ae3080b 0.00 MB 1 0
64,463 64,463 000000000abc95537f1c191f26bfd86c2ada10793dd01745ca4bf16991936641 0.00 MB 3 0
64,462 64,462 000000000b07c6eb440e557042598a30f51d6ce8e1a928ceaac570a04c43505a 0.00 MB 1 0
64,461 64,461 0000000000d1db6f81a3f1866bb2f57e79d65590681b6f2b3a85899191174361 0.00 MB 2 0
64,460 64,460 000000000ce2bc10f79aa0e56b316e843b37e96f407b63d21413c307aae15395 0.00 MB 1 0
64,459 64,459 000000000a2d1dfd9a3429ac163344ae5180377decd9a0a1c622ab05279aaa3b 0.00 MB 1 0
64,458 64,458 0000000008db9a108926eda73d2a4f1d98a2fb1472c28023f1b0ea173b5e2c20 0.00 MB 1 0
64,457 64,457 00000000055fe0037bef1aab67d0005286ccee9ba15fe248aaca1617cb547eff 0.00 MB 1 0
64,456 64,456 0000000005a9f566447cc23f26854e0223860848291c306fadb054a87e5f6c44 0.00 MB 1 0
64,455 64,455 000000000274bc8ee88acd04ee246d8ac4b06edd696be4ce0e2221df9106e814 0.00 MB 1 0
64,454 64,454 000000000a6de45b0a783455e34a4526aafe8271d4f05f9aac7b324862b98ef5 0.00 MB 1 0
64,453 64,453 0000000004dd65eb44509f8958b36d4321bb136d472a3fb770362d5d11d4d460 0.00 MB 1 0
64,452 64,452 0000000008920e8e18431dd107d0436ef82d4bd1daf9594cd0822c7c1f8a330e 0.00 MB 2 0
64,451 64,451 0000000005474ecb90c93481cbc4eb10bce304ebc4c74cf620debb310c256be3 0.00 MB 1 0
64,450 64,450 00000000010182ee6eeac8cfe076f479f45f077a3ad94152a2125195791f9c2f 0.00 MB 2 0
64,449 64,449 00000000057b9ff5538a94542eaeaf945c6a4c8f8ed36bd5bd64883a9590682b 0.00 MB 1 0
64,448 64,448 00000000024306fe5416c38ac0e6d5df255729ae9eb73672650aa62f3dcb9bed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.06 GB

Node Information

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