Memory Pool Memory Pool Refreshing

51,825 transactions
36.35 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,375 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,256 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,374 (554,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,314 295,314 000000000000000082d3ed080b23337397d6dd20230f85dc1a5f7d1389089fa0 0.25 MB 424 30
295,313 295,313 000000000000000026d3de91ea4743caec6f1ca529845ee78bb06ec74f302c3e 0.03 MB 83 35
295,312 295,312 0000000000000000651d5fed69321f19a6593dfe7f7eab3773efafc02868eb52 0.07 MB 64 17
295,311 295,311 000000000000000061f2569f22654903f9d3dfcadf20b21c390346c39628aeea 0.19 MB 363 45
295,310 295,310 0000000000000000453d16d82c5ac5396420c22537e5dc6ba183dca9a0703394 0.03 MB 58 40
295,309 295,309 00000000000000007fcfabe883f97facebbad9fa656ccd8a6d2a8a36da66725e 0.29 MB 201 18
295,308 295,308 000000000000000020117001877ed9b23d7f60b7ef81e2e5dfe098e80e702df6 0.34 MB 783 41
295,307 295,307 0000000000000000582de31ef7bbbbbde087171c2b39f11f85b10e85ef3bf978 0.17 MB 128 13
295,306 295,306 0000000000000000562ea971f47b4cc9c0aaa098c0617903747db8282b176d32 0.25 MB 457 28
295,305 295,305 0000000000000000005cbb6b2079d05cd47b5b729c086620b2e0f8cc4412c3f5 0.19 MB 512 55
295,304 295,304 000000000000000070548088bc0fd0156153f2e0f3bc099e00608003992e58c8 0.22 MB 369 36
295,303 295,303 00000000000000001f8e4ca5348832c3250801e46d2ad72c072efddfcf8836c5 0.34 MB 256 19
295,302 295,302 0000000000000000292d8549dab59734b028eb82482494b28c6bba1f54f68e35 0.35 MB 584 31
295,301 295,301 0000000000000000774ce19b8daa949bdfeb80cd53c66ced9d5e03271bdb2eff 0.16 MB 329 33
295,300 295,300 0000000000000000a204daffb6763902a65d56e2fab0bfab3bab4448a71e0001 0.28 MB 593 37
295,299 295,299 000000000000000028c5346bc782f8e676a8669d25087c23c070f0a970571881 0.21 MB 424 28
295,298 295,298 0000000000000000483392f83d8c16be160fe72e761612c7e3153a744f3dfe3a 0.21 MB 512 50
295,297 295,297 0000000000000000a98127ca14a1e9bda07d58fb4093d16436a50fda5d8127b3 0.35 MB 594 25
295,296 295,296 000000000000000018bf622358138392e15833dc0b6b6d785226002dcfeaa8de 0.35 MB 911 42
295,295 295,295 000000000000000023e4b714ec519f2739f32f8645662f7329d91b977f30d6d4 0.35 MB 1,042 61
295,294 295,294 00000000000000005b16cce4313866e1f12d78064430ebf55ed4f67493a92bba 0.09 MB 159 34
Previous 10 blocks ↓
Total Size: 660.33 GB

Node Information

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