Memory Pool Memory Pool Refreshing

80,646 transactions
28.22 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,515 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,351 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,514 (68,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,377 781,377 0000000000000000000295aa871ba49664e9294a9bd6ab4b430764e6522bbb16 3.23 MB 119 4
781,376 781,376 000000000000000000009326c57ac4050397e760607c66a7c119093c1213c709 2.59 MB 1,928 15
781,375 781,375 000000000000000000037d2d4e5a6d637c364bf2d65c20bddde9ed67a36f3a2e 3.10 MB 1,108 7
781,374 781,374 00000000000000000002830f93e5ee4c48234f99c7999efcb1e933d3ca568c0e 2.23 MB 2,431 16
781,373 781,373 0000000000000000000182b75bc41ca338b5f88531dd1d46517d62036f00e3a3 1.48 MB 3,064 28
781,372 781,372 00000000000000000000edbc3b62a5156c32727696f861b60dbe6ce220a2a8aa 1.44 MB 3,572 42
781,371 781,371 00000000000000000002d8610c6ec71be4e42386193327b7ce1adfb47f6d12f0 3.43 MB 369 4
781,370 781,370 000000000000000000062f516a17a37523f4248139a7cafd3fcb5d7be902dfd2 2.28 MB 2,520 19
781,369 781,369 000000000000000000057989aeaebb454e3d84cacd9ec11bcd93b71100ceac0d 2.85 MB 1,338 12
781,368 781,368 000000000000000000055bf2d3089296d9dbb5d4c2171e71eb43750fbba00a02 1.88 MB 2,682 19
781,367 781,367 000000000000000000064f48b5a8313a0f8e282471451294f17a38ce7a3b4644 2.50 MB 1,637 7
781,366 781,366 00000000000000000002a4dab7192de1f384988ef60e2f556a42e02f902c2e09 1.81 MB 3,154 24
781,365 781,365 00000000000000000004b596db18746d22e299fe795f2a5d3718b5fad7aeb30b 2.08 MB 2,175 19
781,364 781,364 000000000000000000048150b5e7b0d888faa93873ce6aa53073c7e671fe64be 2.11 MB 1,913 13
781,363 781,363 0000000000000000000387a3e3091f515b9f3375d792814e0141649f1864ce00 1.96 MB 1,415 12
781,362 781,362 00000000000000000000513f6ffe6e2c8d7882c69c8cb53985e737eb8026892d 1.38 MB 2,550 38
781,361 781,361 0000000000000000000055ee15b10ec1dd22db0dade88133457a53f6baf3a8f1 2.50 MB 2,180 21
781,360 781,360 00000000000000000003d60a53cac3b59086c6c357344fff50a8b4b6534b27b4 1.93 MB 2,471 24
781,359 781,359 00000000000000000000cd88ec6044971b52a0b1351722114a8096d5473d212b 1.42 MB 3,245 31
781,358 781,358 00000000000000000002ed667b37e632fd4845af8f2d423e3b3b344532dfde09 1.73 MB 2,916 26
781,357 781,357 00000000000000000000b1bdfdb4a667d57b5e5890eebaea608f7bcc0fe9bd63 2.20 MB 2,685 12
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 468.49 GB sent, 2.25 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.