Memory Pool Memory Pool Refreshing

82,135 transactions
28.54 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,455 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (347,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,411 502,411 000000000000000000321bff2285422790ffd24a5c240fa4e5332a6f1a96fef1 1.05 MB 2,792 564
502,410 502,410 000000000000000000667c6320fa787dbd80768f3a9babcf7d7b5b36956f918b 1.04 MB 2,738 396
502,409 502,409 0000000000000000003e5e09ae1b5abdf996c5be1b8e877385d03643b43a2716 1.09 MB 2,274 434
502,408 502,408 00000000000000000087b3fe6115c16685116400585b9912d42b57ba2319b280 1.06 MB 2,886 589
502,407 502,407 0000000000000000004435d8d8154942f3064cd186cfc84ecf9f32527ea0a9ee 1.06 MB 2,408 636
502,406 502,406 00000000000000000041d89ea510b1abdaced4e34d8f8bb25c7b20b51b052cff 1.05 MB 3,280 519
502,405 502,405 0000000000000000005481320a2bb64bbcdd44fc1c7fd225daf5db094acc981a 1.02 MB 2,265 405
502,404 502,404 00000000000000000016317e2f5906e6d6dcaf319290572c7c6f697de92f2a69 1.04 MB 2,915 525
502,403 502,403 00000000000000000084894ecbf458fdc9b0b4de306220dd2ec7fddbb1f80c28 1.06 MB 2,720 497
502,402 502,402 0000000000000000002ce98e1f743ffeced5f19fb9384e5d8abbe02a44c93d22 1.04 MB 2,862 614
502,401 502,401 00000000000000000029a05fa7961e9a523282bf193481d3919d6f580d77068f 1.04 MB 2,125 298
502,400 502,400 0000000000000000003787abb7c476bdec0d1fcd3459dab42879facdacad2483 1.04 MB 2,421 467
502,399 502,399 000000000000000000635415f130dbf6e8b3d8b2ee3557503a3a7217d657581b 1.05 MB 2,871 555
502,398 502,398 00000000000000000088da0b0c030442f0dd0792b901a1599ef477533a878d7b 1.06 MB 2,669 320
502,397 502,397 00000000000000000033619a45ac5ffbdd376117b2e304cab31ff20d8474af4a 1.04 MB 2,350 387
502,396 502,396 000000000000000000098631b604e513c9169ffac2cb5fa292d4497772865fe7 1.05 MB 3,087 576
502,395 502,395 0000000000000000004f5980b52cfe1eaf44092ae95657d30dfb54713c69d7b9 1.05 MB 1,723 327
502,394 502,394 00000000000000000024363720e1eca27026c80d976cded594b8243462a2ea35 1.12 MB 2,506 380
502,393 502,393 0000000000000000007e9bdd4bd0d0bf1dd64818a183cd5d494620d5d7d90b8d 1.08 MB 2,827 464
502,392 502,392 00000000000000000087b1c751b683bd884558af896705df9b342382e863945a 1.07 MB 2,890 504
502,391 502,391 0000000000000000005312d4b6337a605cc720379eebf7e55f0165560b2e48e3 1.07 MB 3,146 534
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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