Memory Pool Memory Pool Refreshing

82,389 transactions
34.08 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,581 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,909 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,580 (236,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,059 613,059 00000000000000000005eee61be3e618f90c9080b2bd8d95c442b119c4ed64bf 1.26 MB 2,488 20
613,058 613,058 0000000000000000000c5f70cbd33ea398d1e25a02cd9e7d4f5b11991dc1ab76 1.10 MB 2,046 7
613,057 613,057 0000000000000000000fdac80998f812b0e2367a4fd5e902eedaa2f0a385b30b 1.30 MB 2,723 19
613,056 613,056 00000000000000000007c260d9559df6f808c54ac7197a1d253c61bb569c25bd 1.31 MB 2,710 35
613,055 613,055 000000000000000000122df7aa52e431323eb661ea54b2b79b1257e8e238e0ba 1.30 MB 2,589 19
613,054 613,054 000000000000000000091c389f1fc7156fb6a93f0ac95d58c1f22d0083ab7ad4 1.27 MB 2,017 22
613,053 613,053 000000000000000000126f261d533e76f23b2bf2cb5fd10928a62d6a90d40325 1.31 MB 3,125 34
613,052 613,052 0000000000000000000f33ed07657242e48a59f488ec549f450046120c42e8e4 0.05 MB 107 20
613,051 613,051 00000000000000000000198c29b98499d6deef1368d61428325aa53664f4b6a7 0.88 MB 2,339 19
613,050 613,050 0000000000000000000d3330fe99e6cfc4950f7c784d37e81c8454d25183f27a 1.09 MB 2,924 17
613,049 613,049 00000000000000000005c095dd7fcfb802817d114e4f752fe5525d3375a551b7 1.25 MB 2,554 20
613,048 613,048 0000000000000000000df66ee7bc3783e74554720713f43dfc7cca248cd7d6c4 1.37 MB 2,924 19
613,047 613,047 0000000000000000000f4c47e7ed4a4bc830ccac3d321456517e3d70180bbdcf 1.27 MB 2,976 26
613,046 613,046 0000000000000000000901e1cbc826b0918df3162125dfdfb9efea27bbf0b939 0.25 MB 494 21
613,045 613,045 0000000000000000000e215f51870d76f4094850ce67b9319157539ea62bd571 0.03 MB 79 14
613,044 613,044 0000000000000000000f9635dc47ce62efb1ed95a115470d7dc34fce3176dd03 0.18 MB 240 17
613,043 613,043 00000000000000000011a3ce748b344d241f1c33c0254183421f9a6f7725797e 1.28 MB 2,739 5
613,042 613,042 00000000000000000010a681fe9aa4c30f11d34d495534bf6fc113ae7e9fdd08 1.19 MB 1,970 13
613,041 613,041 000000000000000000090b156f0a9f48ce05a99c20ef2901e2a48d62c27494ed 1.19 MB 2,750 19
613,040 613,040 0000000000000000000009ded1bf4a056d45cacfaf8006a92a942a7bbdd63f4c 1.21 MB 2,665 9
613,039 613,039 0000000000000000000a34858f919ab953c6db4dbe7fde00d63623c2587d90d4 1.43 MB 2,869 24
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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