Memory Pool Memory Pool Refreshing

87,855 transactions
27.23 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,312 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,045 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,311 (352,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
497,356 497,356 000000000000000000069016315a58def8a19630d30ce0b5e1ed56f98e175620 1.10 MB 2,462 147
497,355 497,355 0000000000000000005c2261cf74c2246f1742c5322c1e0f65a584ca2e8a9c04 0.75 MB 401 26
497,354 497,354 000000000000000000963d1adf8567d9207de8d23cdbae2105d5634e50cc2a2b 1.02 MB 441 30
497,353 497,353 0000000000000000002241d007c73fd82709aa3cdc15d6af8407a6c9a18823c9 1.05 MB 1,417 84
497,352 497,352 000000000000000000401064c571a3003c7d9a714463323709ac56e9953a9067 1.00 MB 177 11
497,351 497,351 0000000000000000003dd039a612f613bb6dc8649dd7c284240a7f9dc14d605c 1.05 MB 1,507 64
497,350 497,350 00000000000000000025cfa9fea3df449aa17a02e462195a482497b8633d31b9 1.08 MB 2,466 144
497,349 497,349 0000000000000000006b640cee9f6a467fa0e4a80bca402d1d7f4a4354ca1a8b 1.06 MB 1,189 69
497,348 497,348 0000000000000000003e0097e6210ef159604ed56130a477edf91ba5b0dd1caa 1.04 MB 1,288 72
497,347 497,347 00000000000000000076a8e308105fae85b44da397e91391079a3511932cf097 1.01 MB 389 20
497,346 497,346 0000000000000000005222994d524bb2343568258cb1cb2107f1d416e06f08b1 1.05 MB 1,194 43
497,345 497,345 0000000000000000008874a44c0ab25f84ba411b4e69f1bd5434a0b698183fed 1.09 MB 2,270 154
497,344 497,344 0000000000000000000891f94f5e430d27af15b1c45500fbdae11e80a8b1d4db 1.08 MB 1,788 94
497,343 497,343 0000000000000000001110b1635c0055ad1bef3bb6b08c5ad91941e9b6770872 1.02 MB 479 35
497,342 497,342 0000000000000000002f7880f6e45987cfcafc04a31e75b8a746600043633b9e 1.07 MB 2,303 124
497,341 497,341 00000000000000000015dfd922a36861c58e8a1a3c02045c0aacd58d3e5f046d 1.04 MB 1,358 84
497,340 497,340 00000000000000000022888011cbc4909ffdcad7dca1d430c311aa12aaa07fc3 1.06 MB 1,637 88
497,339 497,339 000000000000000000093134ba6e73d118bb4388f35f8b6f7bc2d2481c31150e 1.06 MB 1,695 93
497,338 497,338 000000000000000000273b493efd741f159251448853c5a399c8f70418d92d09 1.07 MB 1,939 112
497,337 497,337 0000000000000000007b25fdd7bbfdf451fac452eccd8cf4e34b7c183cc4da5a 1.05 MB 1,434 38
497,336 497,336 0000000000000000009a1e804cdd15116332eae2e4f20bdb0df886d8e4175054 1.11 MB 1,780 102
Previous 10 blocks ↓
Total Size: 662.10 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,264.90 GB sent, 9.22 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.