Memory Pool Memory Pool Refreshing

78,690 transactions
26.63 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,519 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,693 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,518 (323,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,475 526,475 000000000000000000031a22ab90ab459536491cd299a35018ecf2029a5913d6 1.18 MB 2,730 20
526,474 526,474 0000000000000000001fef1e1e690d306763fa75eb1647fb583e1ad2aadf28cb 1.00 MB 68 1
526,473 526,473 0000000000000000002738d9e603ec029d910cca6ab708e4b3d65f5d83f67c55 1.01 MB 221 1
526,472 526,472 0000000000000000001e572ede412ad9150cd9a37e954e606cb3d5dc797405ff 1.14 MB 2,232 21
526,471 526,471 0000000000000000001961e3a56a898501cc72dcc0d3eba0038e071e50dbabfd 1.14 MB 2,493 21
526,470 526,470 000000000000000000065a9bf07cdfbcff4719fce03009cabe6352c7c9013841 1.02 MB 278 1
526,469 526,469 0000000000000000001d37295a4d10259417b280ca5ec79017e113f88d36b680 1.22 MB 2,561 16
526,468 526,468 0000000000000000000f9b27e283853f829bbd417a448b0bc5493315d4209c0f 1.16 MB 2,940 23
526,467 526,467 00000000000000000016729e0c3b7e70789485f2a06d57dc95e070b56e8cb662 1.11 MB 1,440 12
526,466 526,466 00000000000000000016e25f842ad3204148c7d981929004530e82eb675c1c84 1.09 MB 1,342 9
526,465 526,465 0000000000000000000a46ae23e3a399f04916d54a6b52f040a85c7159f7fd79 1.03 MB 609 6
526,464 526,464 00000000000000000014c218a19ac1d56bd3b82dc1269c022a5154df3b341195 1.07 MB 1,295 6
526,463 526,463 00000000000000000022fb06b5bb43f7c8bee45e4e387dcb6b625b31bd448fbb 1.14 MB 2,269 16
526,462 526,462 0000000000000000000d8bceb2060aa495e5c2b2e7b5f31a99c93d7f86da18fb 1.13 MB 2,101 17
526,461 526,461 00000000000000000005beee8a689aef9d2cf2f2441aa7019b95fc31c976a3bb 1.22 MB 2,955 21
526,460 526,460 0000000000000000000649c441f940786613e471996fc22871fa289ffa583d5e 1.00 MB 784 6
526,459 526,459 00000000000000000025981866444ec83038eac47e1ce75edaa64c5bf00538ac 1.07 MB 711 7
526,458 526,458 000000000000000000246866505d67799d0df0128b0294e7a0b59f876516a894 1.09 MB 603 3
526,457 526,457 0000000000000000000e4a1fd0534f95aa5446563454e99d69e4bf42ac5a49a8 1.17 MB 2,923 23
526,456 526,456 00000000000000000028c369a96790811e2f403f4be2ddd9fb5647d0ce6c8d03 1.29 MB 1,677 8
526,455 526,455 000000000000000000368d99a9a88af3bad46554dc4fba31c970d6c1034e4b5e 1.00 MB 2,002 21
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 95 incoming
  • Data Transfer: 473.41 GB sent, 2.26 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.