Memory Pool Memory Pool Refreshing

68,430 transactions
32.42 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,788 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,640 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,787 (378,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,113 471,113 000000000000000001526ead2122302d4c8c9d4123212c316ce442527ef5e848 1.00 MB 2,472 333
471,112 471,112 0000000000000000010acc7f2996734560c76d58493b4d33bc66f97a1d3506da 1.00 MB 2,048 357
471,111 471,111 0000000000000000019237ea0307471a1ca5a5142f7eb96e22eb1cc62eb9e7d0 1.00 MB 2,318 378
471,110 471,110 000000000000000001470ca4292e862ce811ac6c31db467e102e7a8774ed5510 1.00 MB 1,933 375
471,109 471,109 00000000000000000142e79d5b27c8124790ec209e544823aff520ad886842f3 1.00 MB 1,235 266
471,108 471,108 00000000000000000117712452c424d6ddcc77e52827d820858b427d98e4307f 1.00 MB 2,843 454
471,107 471,107 0000000000000000011d7c3cea894646e0906a8e3d0717523e6805c36144a253 1.00 MB 2,046 363
471,106 471,106 00000000000000000099ffa41977d6d70aa116e7af2be1d1e602082d3f7482d1 1.00 MB 1,961 215
471,105 471,105 000000000000000000b7f528beed8c79460a58d4f9a486f46cdec213d39e8d46 0.24 MB 525 395
471,104 471,104 0000000000000000018eba318514ff680dd06c21f93ead34b2844a43495adc90 1.00 MB 2,262 398
471,103 471,103 000000000000000000a5a9a5aaa2556386903810f8103c846c98a2d2914c1d32 1.00 MB 2,151 219
471,102 471,102 000000000000000000fabe469d025e5905ac614cea78ed96d480a66020f25a45 1.00 MB 2,392 369
471,101 471,101 00000000000000000179cafcb017d560e1ce8ace35e08607f27d6cee33b76700 1.00 MB 2,281 409
471,100 471,100 000000000000000000441902abce10203bcfbcc720d06dde18675358813355f5 1.00 MB 2,293 294
471,099 471,099 0000000000000000000bc484d3c18819f6091b4db89d8970c1e0e61b4888ae4d 1.00 MB 1,885 373
471,098 471,098 000000000000000001497f1a0264d04b29e57f925c73483335a9df0061530e94 1.00 MB 2,376 389
471,097 471,097 000000000000000001733854cd03f54cc3b4bb718b84f5f441046bcb8fd211da 1.00 MB 2,597 464
471,096 471,096 0000000000000000017552e08a277ea006f0a6ca2e79fa9fcca3f9f2b4cee7c0 1.00 MB 1,948 189
471,095 471,095 000000000000000000788a4a093bfb0e99d41e567f4cf7e64505ba69d65c448b 1.00 MB 1,532 298
471,094 471,094 0000000000000000010cc3842e48f8ad7b3543093c12e6e8d204e5a2e2df5705 1.00 MB 2,145 377
471,093 471,093 00000000000000000103f7e753f33ff63fa404d5dacd516ad4356b305c85d086 1.00 MB 2,190 266
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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