Memory Pool Memory Pool Refreshing

79,049 transactions
32.78 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,593 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,704 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,592 (558,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
291,452 291,452 0000000000000000fe00518d0ff7184ae3dad439b8b935b6626a31b546195bf4 0.25 MB 362 27
291,451 291,451 00000000000000007cb5f2c3a54fe121a1f3dcb090a8953dfd9d6be1fc4aaaa1 0.06 MB 32 5
291,450 291,450 00000000000000001a4223b4fc1b433c99bdaefa3a6f0fe6a984910b6183c888 0.22 MB 410 27
291,449 291,449 000000000000000074c23371605b1a1d3a783a4227aecd81b2a9d065f325a738 0.06 MB 32 60
291,448 291,448 00000000000000002819722e3abb42fe5cc7b0dbe230e129a07224ff11a8b25a 0.35 MB 692 34
291,447 291,447 000000000000000083b96d15a76468f3e75c4e2d3a2e46a9cbd0b735dc863965 0.10 MB 246 35
291,446 291,446 00000000000000007cdf417cd1fc694acb5d549a4758240fc52a7be68b96b417 0.08 MB 182 33
291,445 291,445 00000000000000006e437e950c79731f41157ff98770f4a23f998350d6c067e1 0.02 MB 62 36
291,444 291,444 0000000000000000f56cbfe646258eafe1b59433e1b91fada2379af94f3dc498 0.06 MB 47 8
291,443 291,443 0000000000000000754be9cf2f77af7f3551671a5b4e62be45ffb720425b8192 0.21 MB 306 25
291,442 291,442 000000000000000059fc3f862b52a541ffe96beac927962f4a3c9185caa3d18b 0.21 MB 317 24
291,441 291,441 00000000000000001e543bd6daedfcd6a656cb43099fa0371f0d1c54bcf06e3f 0.22 MB 283 27
291,440 291,440 0000000000000000c23105ee9db4363676caf98118cca569fdb51399d0207931 0.12 MB 256 33
291,439 291,439 0000000000000000239284219c8291787a44e9242a5d9c855500dc842735dca4 0.12 MB 256 36
291,438 291,438 000000000000000057676dab9619fc039f67e637362637d341b753c23ca1f61e 0.32 MB 284 16
291,437 291,437 00000000000000007628274e61937ee8ebb798140dd7927c47dc177d4c860606 0.50 MB 675 27
291,436 291,436 00000000000000006f8ab67e28c18bea0178cbfe009374cd392c365fe9e231cc 0.50 MB 1,431 54
291,435 291,435 0000000000000000c983f6a8fbc6257f09c4d0a90eff2a9bf6c259908cfc3282 0.04 MB 81 33
291,434 291,434 0000000000000000352792ac1cc95b33b59cdcf738ac8870285582db4b83038c 0.03 MB 80 37
291,433 291,433 000000000000000048ede29e8c5428cf4d3ac800a4d16813f9b75d689b123b56 0.12 MB 292 37
291,432 291,432 0000000000000000206f787448ab9cf6c6f58ec0beeef6bac2116189dc06e7ca 0.09 MB 135 23
Previous 10 blocks ↓
Total Size: 660.73 GB

Node Information

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