Memory Pool Memory Pool Refreshing

89,039 transactions
29.21 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,503 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,368 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,502 (181,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
668,277 668,277 00000000000000000005eb7af567dc2d23263e9fd0ed11fcadda3e2547cb3619 1.15 MB 1,292 113
668,276 668,276 000000000000000000044e3af5113be9728fab40bc89028f4201f4166b87467d 1.25 MB 1,269 139
668,275 668,275 00000000000000000005c8682fac322d0939a92e4f5629488af061e82b7315c8 1.18 MB 1,732 115
668,274 668,274 00000000000000000002972b5d0b0b7b9650b5fce791ab9ea06f78fada4b1397 1.15 MB 1,878 90
668,273 668,273 00000000000000000000923540c1533b2db89fa15c014952f46aee1984810f8d 1.27 MB 1,654 115
668,272 668,272 0000000000000000000412ccdb3f343353c87f4b5c5f4465fcf3dc0291d82bfa 1.26 MB 2,326 100
668,271 668,271 00000000000000000003f858b1d9c7a22beccf1c92dd9b20aa62cde607d0d49e 1.37 MB 3,023 112
668,270 668,270 000000000000000000041aba6510a5192ebe552fea7a6f103cc798b5d503d164 1.40 MB 2,320 109
668,269 668,269 00000000000000000009048f13acae9065d456e352410aa8437d5483016dd346 1.13 MB 318 129
668,268 668,268 00000000000000000005d2edbd473ef6457587775f4b9d3cf36cf38db2c30778 1.36 MB 2,513 162
668,267 668,267 00000000000000000005cad789f7d3d5119d1030a9585330ba94f8c1ad9ae9c8 1.21 MB 2,833 115
668,266 668,266 00000000000000000002234223a3d30af590e79d770bc69729dc126c4a3237b2 1.19 MB 1,688 112
668,265 668,265 00000000000000000001b928c457aca6058cb48f225c92806ccc249adbc46509 1.28 MB 2,636 134
668,264 668,264 000000000000000000050595e0b507f2391673abd34b60b11b15541dd2f83f35 1.28 MB 2,863 132
668,263 668,263 00000000000000000004888ca0bf3f27a615769b4590da100adb296ecfb0e786 1.30 MB 2,933 151
668,262 668,262 0000000000000000000b8a8dbc56f8f82c52bc3fe3058688210434a4af35c2a5 1.33 MB 3,054 130
668,261 668,261 0000000000000000000b94161ae9a11f6ffebef68b9cf1666d0bad2b21818bab 1.45 MB 2,731 130
668,260 668,260 00000000000000000004f78302cfa98e5c63c40006ee177000130cc0c985fcf7 1.30 MB 2,309 163
668,259 668,259 00000000000000000001766a59b72812a220314429ec20affb27aba71c8f2f70 1.33 MB 2,414 128
668,258 668,258 0000000000000000000b5d07efe71d2d090c966c2625514b4318ca3b8335f499 1.34 MB 2,577 149
668,257 668,257 000000000000000000044aba388e8aff3f37ae038527fe4c403bf5a5d1b07810 1.46 MB 2,539 143
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

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