Memory Pool Memory Pool Refreshing

43,497 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,350 (338,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
510,501 510,501 000000000000000000271897a3450bab04faf0b4216050de680958988c0b9f34 1.01 MB 211 102
510,500 510,500 0000000000000000004b3bb5401f941ee9df1b1f9b581546b4916fabf2c5d40e 1.00 MB 135 102
510,499 510,499 0000000000000000003a8619de2ec242463384203d94f1e157b2aa34b4fcf670 1.02 MB 187 102
510,498 510,498 00000000000000000037a64b00a454d3456af25c8240d01e38e2c6404ba0599a 1.01 MB 206 102
510,497 510,497 0000000000000000000d8dcd91385b03a9622f61cf3eeb729e679014973ab0d4 1.01 MB 377 104
510,496 510,496 00000000000000000035bf0b372b68c032cf00e3dd5d275798914d3c3d836708 1.01 MB 480 105
510,495 510,495 00000000000000000057abdc54d901acd4a06d819a7b4a4f9e7627c2d3416f51 1.02 MB 541 109
510,494 510,494 0000000000000000004fd9421e1aac7079638d0b86a58d037bb0532a880a35e8 1.00 MB 204 103
510,493 510,493 000000000000000000419e88cf54d167d379b0757910207a49fdadf181638102 1.00 MB 315 106
510,492 510,492 000000000000000000052c80c7226f0bd2d40659695ae0ad3345b5d80dd71648 1.00 MB 40 100
510,491 510,491 0000000000000000002eaee48ee4899e36d4bcd9055aa9c49100a374f9c6c487 1.01 MB 225 108
510,490 510,490 000000000000000000291341c5eaad929681db048345aaa9dabd685c0dab80d1 1.00 MB 92 103
510,489 510,489 0000000000000000000be699584568d97d6f8355b71ecbb5acc9ac7bad1dae91 1.01 MB 246 111
510,488 510,488 0000000000000000004c13807b4d4dc2723a86d997977e574d6ffe7c508987e0 1.07 MB 1,655 81
510,487 510,487 0000000000000000002d613756c4d889e7beb3b2599354ad5b30afc61162dc3f 0.75 MB 1,520 46
510,486 510,486 0000000000000000003bf5d7b0ddb00bbd9ca0b690197b73268c4b5bd81016dd 0.12 MB 304 52
510,485 510,485 0000000000000000002ffd95b90a0f09a0dc78eff54b69f7420781e5e9fb6638 0.00 MB 15 48
510,484 510,484 0000000000000000000930cc06fd9a5fae5ae4299d8e565f7084841e26633b70 0.55 MB 1,170 44
510,483 510,483 000000000000000000573e16c32f997227123828ba045f051f866020e0c85b07 0.83 MB 1,685 40
510,482 510,482 000000000000000000558073478daa4af4e8b307873fadd9eba190a4b1425093 1.10 MB 2,116 57
510,481 510,481 00000000000000000024bdbefbdc86a585362e2cc9b60cc7ff44d28762fe0bae 0.44 MB 693 27
Previous 10 blocks ↓
Total Size: 660.28 GB

Node Information

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