Memory Pool Memory Pool Refreshing

60,066 transactions
31.76 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
851,118 000000000000000000038a6d0000000000000000000000000000000000000000 1.00 vMB 6,779 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 851,117 (509,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,439 341,439 00000000000000000a573d254ccbfa664dd5c17da17e848703ab01471e628214 0.04 MB 85 25
341,438 341,438 00000000000000000694330d68db03947271fbfb874d95a96ca9c276fbc3f7c2 0.08 MB 200 26
341,437 341,437 00000000000000000e2dbd25391545adfaef51f98b082b06e53c5e0509b4e7c8 0.41 MB 810 23
341,436 341,436 00000000000000000c5677cc1e3a697255e8f88fafd7916c8f73e8f9e58cbc07 0.33 MB 499 23
341,435 341,435 0000000000000000093bf07b6f32266303e4ae1b99e3872ce75e326e0fee18b5 0.25 MB 449 24
341,434 341,434 0000000000000000073af7cde10ab504a912a363abde1511a91ca6afbed15d4b 0.35 MB 731 27
341,433 341,433 000000000000000011df63400922fc5e7467d7ad7a2dbe72caea70e01d19c6b8 0.09 MB 138 15
341,432 341,432 00000000000000001284e6a8e7357e1870f13e3518ba2eca23a0e9a043d1a037 0.33 MB 622 24
341,431 341,431 000000000000000004eafcca310727baf5edfa9b0d045d190869314817b06fed 0.21 MB 290 20
341,430 341,430 00000000000000000b37bdadb21625df91685fdb9cfdaa0c21d176b60b35c636 0.08 MB 256 38
341,429 341,429 0000000000000000124d549ef1da514e29dd230ed4697ea1824b7171dda01143 0.12 MB 144 18
341,428 341,428 000000000000000007db204d3ae154db1edb00786435f7807eba25f0b68b2447 0.19 MB 378 27
341,427 341,427 00000000000000001445de73f93d9f30e0ff37a229eb6f5cf4dcaf38a33df50a 0.06 MB 92 21
341,426 341,426 000000000000000001418f5754ee4f918ab694fc7a3a7dc64362e3225d88bf84 0.10 MB 178 22
341,425 341,425 0000000000000000038c9a510a684d6d788d51c0149b928c214ae8fd79a79e34 0.25 MB 515 26
341,424 341,424 00000000000000000f093d3405b82750694eb9dad46aacdfc9c97287fe7dde09 0.50 MB 754 24
341,423 341,423 00000000000000000a20120c8940f7e40050ff3f370c0b218720bae3e29fbd6a 0.13 MB 206 20
341,422 341,422 000000000000000013040d6a026366955b894b38f87d7b05e1a1c2bb244224b6 0.05 MB 121 28
341,421 341,421 0000000000000000040d72063d47e9ac4eb47c4f0196c719ddb579dd524062f5 0.07 MB 96 17
341,420 341,420 000000000000000016c8e2ce978e8c41481408de79392337351c97034579594c 0.05 MB 83 38
341,419 341,419 00000000000000001771eec5a33bc27e2f48274bd377bf739c141f26b0efbd5d 0.11 MB 185 19
Previous 10 blocks ↓
Total Size: 663.58 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: 1,965.47 GB sent, 16.84 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.