Memory Pool Memory Pool Refreshing

72,262 transactions
31.11 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,468 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,677 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,467 (709,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
139,788 139,788 000000000000065cae7e0d28e23ae0e2c42bd3f0bc24fe13a0be8b37515dd7e0 0.00 MB 11 306
139,787 139,787 00000000000008976a6317719a9198d602be1bb93f724530d0c896a83cab3007 0.02 MB 64 14
139,786 139,786 000000000000062b17cbcbc85ad8b651a49e6b5c5f230f7932e216667f68e8c6 0.01 MB 12 42
139,785 139,785 000000000000089c54fec588e0b7685b6d6e7220eda685b80145d1e944c7b3d2 0.05 MB 159 101
139,784 139,784 00000000000004a3eb65f9142c1eb1385c93abc551a55e66bfd300073066028f 0.09 MB 292 214
139,783 139,783 00000000000006a076a921a1b6dd3cbe0101760464234e3f22dfaa955cf268ec 0.02 MB 48 422
139,782 139,782 0000000000000031a1b5b3016dfc549081c0599ca62aac05572f4be23c93070c 0.06 MB 119 154
139,781 139,781 000000000000047c64cf6fb1b49e1b07e26203a7b4fe4330e78b93cf37d81c22 0.03 MB 68 665
139,780 139,780 00000000000002e40a48e09caf93dbe1c8a39ec3499a31e53d0fa7e6ae1bced1 0.05 MB 125 181
139,779 139,779 000000000000026fb710669721161a09047ff1697141625a4f4d79cb864c7f4d 0.04 MB 90 209
139,778 139,778 00000000000003c610211b70287bc68bfa3e9bdcd61b7fba194acad25f5e3a27 0.04 MB 118 102
139,777 139,777 00000000000007852640ba86912297b8c6196a6ba5b17c053ddc506939f4fee0 0.01 MB 3 45
139,776 139,776 000000000000015e68e3961d186cfd82c7440de3b559e87f05fa6fc7c3b61003 0.02 MB 35 83
139,775 139,775 00000000000003fba02f50f45f8b6383283686a5b368fc778c52c5b4ce751c82 0.01 MB 19 92
139,774 139,774 00000000000001152d58fe84b9317ed20078aad0f5c9c9b922a8a399c738c9a6 0.00 MB 8 62
139,773 139,773 00000000000004ffcc1cf193c41f6fd36de8579ac7826117ab1943643eed32fb 0.00 MB 7 28
139,772 139,772 00000000000008cd6e8d110b29782a3a7bdbbf1f59fb62b55c32fdb75e1969e8 0.03 MB 68 104
139,771 139,771 000000000000015fb9ce7f3ad7759640696ec317f97d3aa107b043759c802b87 0.01 MB 19 177
139,770 139,770 00000000000005d50c8224423fdf500524295891e18276f78cc336a87801abb6 0.05 MB 139 195
139,769 139,769 000000000000087c6abf030f90d6b7b99f1d77d9984f5bb57da88cdfdc2c85a6 0.01 MB 21 657
139,768 139,768 00000000000008c3756673a15c196163b076fd780b307c8c5fabd36d84d6cd0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.50 GB

Node Information

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