Memory Pool Memory Pool Refreshing

74,913 transactions
30.55 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,427 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,498 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,426 (182,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,578 666,578 0000000000000000000120f0a91a6dd1c5132b2fc89d6b28cb6c925d08f4d0c3 1.47 MB 1,554 8
666,577 666,577 0000000000000000000acdec5886e1869ca937d8d94eac31229f9f591eec1ed3 1.34 MB 2,858 74
666,576 666,576 000000000000000000029b59de97ecacec1205743104a6988d7da02bf207ab51 1.44 MB 2,662 61
666,575 666,575 00000000000000000002f925e3da8ae93908f402153762e4a1e351afcd5d716f 1.13 MB 1,310 10
666,574 666,574 0000000000000000000ca456cda20175b69d26fb9427560f3e5bd333be5518a2 1.19 MB 2,525 22
666,573 666,573 0000000000000000000d6c389a682d80e73be6ffd4700fd256bd19129480e856 1.40 MB 2,450 34
666,572 666,572 00000000000000000001c65f4c41e9194a902d5c0c70ce57e6f6894c08d8bb66 1.32 MB 3,668 110
666,571 666,571 0000000000000000000d8769b861409de79b2c78ed560e39cf0c7a57a4da31b9 1.60 MB 2,189 43
666,570 666,570 00000000000000000004b28b853ab50306e2a96c66366809e9588947b5db98c7 1.43 MB 2,858 69
666,569 666,569 00000000000000000008999d4dd113e35a7992eea2823b8afec6c1e7b43daec5 1.25 MB 369 10
666,568 666,568 0000000000000000000a905de3b7f748ac93680eaabc542df66b487931e76fd8 1.30 MB 1,281 47
666,567 666,567 0000000000000000000a62269cfc40e3c1c328f8706fe06ca9b37b422364ce6d 1.37 MB 1,885 34
666,566 666,566 0000000000000000000a4be2949b45042241bbd7ef74ce0a12094192096ab106 1.05 MB 838 5
666,565 666,565 0000000000000000000ced7f5723ba9252322605ebdda755ad838374a12b5e31 1.25 MB 1,827 16
666,564 666,564 0000000000000000000ab80e5a6822b00ef46cbeb99a72ee41385d7c98b096ef 1.52 MB 2,441 51
666,563 666,563 0000000000000000000da1aabb43f3b8abd601a683b9087892bdfc5d1757b939 1.58 MB 1,337 29
666,562 666,562 0000000000000000000b8c8da76f419cb20db9a9f8b37a04881e3b00e5cc945b 1.26 MB 2,457 23
666,561 666,561 00000000000000000003194b6c1cfe093d868aa9c3f36397ee5bb2f7c1934b10 1.50 MB 1,901 17
666,560 666,560 00000000000000000008579dc22b2698fe0d42d95f6c3376ce7c4f48d482c13c 1.53 MB 2,382 57
666,559 666,559 000000000000000000098ea7d474fc3db8d3dd59f6ed6a56eba00e026ff372fa 1.32 MB 2,810 81
666,558 666,558 00000000000000000004a04ea75c5812400f0175bf42d9e2f0957b6680073e8d 1.20 MB 1,662 85
Previous 10 blocks ↓
Total Size: 660.42 GB

Node Information

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