Memory Pool Memory Pool Refreshing

52,829 transactions
38.18 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,382 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,374 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,381 (144,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,261 705,261 00000000000000000008ce2fda0be38184a3f937d5395dd312388f07f20fac6d 1.38 MB 2,749 21
705,260 705,260 0000000000000000000b3f404d5f715d479551e8f6e69fa237ab28834e466d7b 1.34 MB 2,149 18
705,259 705,259 0000000000000000000b4a66f273c83c29fb09109dbc3d7ee072e01bfe8000c8 0.37 MB 234 12
705,258 705,258 0000000000000000000223ebb56c546a4f7bb199df722d8b1de945d5dbbb026d 1.65 MB 1,589 12
705,257 705,257 00000000000000000005c4dae9c08c4c60de557c66624e11aa4f8e58ba147c83 1.62 MB 1,739 3
705,256 705,256 000000000000000000095750e265be8b6cc7b37f7b9761212c0e8b267639ca3a 1.32 MB 1,822 9
705,255 705,255 0000000000000000000a7f653b04e3f8e6d4ebbf3e7d75e139e116f4f90a4014 1.43 MB 2,710 24
705,254 705,254 0000000000000000000d44542069425129df0f6edab5b5d76e2134ad458d3667 0.88 MB 811 6
705,253 705,253 000000000000000000068e60737f04602c507e12ff250d2b104a7cd94fba67b4 1.63 MB 2,225 9
705,252 705,252 0000000000000000000c813970ad7242b648759e19efa84485fc21980c51d232 1.60 MB 2,878 7
705,251 705,251 0000000000000000000889204e9f011829642085184db0365bb345d78b415c84 1.36 MB 1,827 17
705,250 705,250 0000000000000000000d2e7ba6dde87a972c6041d00d81d8da51992b2e22f2bc 1.60 MB 2,193 9
705,249 705,249 0000000000000000000aa488ec0fea1b99321bcecbba635a03349bc8d698aafb 1.38 MB 2,184 15
705,248 705,248 0000000000000000000b223c37ce2e5954e351dae3aa614e02ff5567f69f8411 1.46 MB 3,015 27
705,247 705,247 000000000000000000028d3bdd55072a9bd8cdd1c8aca6f6a17ac8ce38fcafab 1.39 MB 1,973 17
705,246 705,246 0000000000000000000b649b807d1055f17e33a4346d7a45570ad64c91a37322 1.14 MB 846 14
705,245 705,245 00000000000000000000f3d7a9a2eacf9d4f6bf38bf70365eade196237c54f08 1.48 MB 3,164 17
705,244 705,244 0000000000000000000af6e0034da71635483ec600c14f4c61e78aeb5783bfbe 1.48 MB 2,861 4
705,243 705,243 00000000000000000005746dbee78419fbad1fa139e3ee844ecbd1c43ea2e582 1.48 MB 2,260 10
705,242 705,242 00000000000000000004bcd1a5db0561db38488a8acb9779f565b7b146e655d3 1.41 MB 2,050 8
705,241 705,241 00000000000000000008b5cc35b47b79b16927259cd9919c34d7bca9f1250609 1.53 MB 2,564 13
Previous 10 blocks ↓
Total Size: 660.34 GB

Node Information

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