Memory Pool Memory Pool Refreshing

86,806 transactions
34.48 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,774 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,566 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,773 (242,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,599 607,599 000000000000000000117465e0b30fa9439b9d3025a69252a79e8e68190f5992 1.22 MB 2,491 18
607,598 607,598 0000000000000000000d890f06b7896e80400d53f048a170283958c5e2da2830 1.32 MB 2,580 18
607,597 607,597 00000000000000000000d18ee149415991f55ef1701eef9d8a1b262a41564693 1.20 MB 2,200 18
607,596 607,596 00000000000000000003c5d5e3f3d2e938c40f28406d484084f90b6f36efc621 1.40 MB 3,451 19
607,595 607,595 000000000000000000126f62741595417e5664f53c84d35988ea80030cabc320 1.17 MB 2,894 45
607,594 607,594 0000000000000000000af3c0cf4d7eca184bb9a69dcae1e101ac8db5fbeb4009 1.30 MB 2,655 28
607,593 607,593 00000000000000000005534866c4ea52bb230674f4f31681f046017b9511d382 1.19 MB 2,364 33
607,592 607,592 0000000000000000001130ac1d3663d0c6d6cc16294d7b6fac8e5d56da3be3f2 1.23 MB 1,865 20
607,591 607,591 0000000000000000000c5aea21b5a13324852ba4265819a274b030e57b3f6dac 1.30 MB 3,389 30
607,590 607,590 00000000000000000000db9800a9005dff6e2a7ca86c067ea52c492ecd1d7da3 1.34 MB 2,154 14
607,589 607,589 0000000000000000000a5bf534f7c8040bc5cebec8ba0c661b72a8e4f958af74 1.42 MB 3,445 26
607,588 607,588 00000000000000000011c342844b7cfb8e9fb0f8c3c60e1773c2f457370ae381 1.66 MB 1,829 16
607,587 607,587 000000000000000000105d02754e180d6df807da92e904c9588b64122589961b 1.30 MB 2,634 41
607,586 607,586 0000000000000000001293df2a265a3cd0fd89aa4f4179a138d92e335f2ace85 1.31 MB 2,768 16
607,585 607,585 00000000000000000008b661bc2e453e7a90af8a0401f20b5f4e74d455211fce 0.19 MB 609 2
607,584 607,584 00000000000000000006d242612179d57d0245415f829ef15a5f66ba16a54261 1.33 MB 2,985 17
607,583 607,583 0000000000000000000a75503236dc98cf0285298d0b167781578bd4c8b007f9 1.38 MB 2,787 17
607,582 607,582 00000000000000000007e369f5ca92dcc43959dba83eddf622e46fce5b3f7252 0.63 MB 1,514 12
607,581 607,581 0000000000000000001275bd12d7d74504948df78abbe65150b11a20f3e40f07 0.78 MB 1,837 13
607,580 607,580 0000000000000000000db4257a752e50dc08cbea456fc3d00e760eb17de88ad6 0.74 MB 1,985 16
607,579 607,579 00000000000000000007f342f38d5a0a6d3366c088ff4aa070cce82b662c787c 0.64 MB 1,216 18
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

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