Memory Pool Memory Pool Refreshing

80,051 transactions
34.06 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,622 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,517 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,621 (128,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
721,313 721,313 00000000000000000009825518fdd1a63b16a6b9e07f3018ffc8a9e855bd72f6 1.49 MB 3,219 18
721,312 721,312 0000000000000000000238fd781a8aad88960cad2459ab3698044d9cb5b889a4 0.01 MB 30 5
721,311 721,311 0000000000000000000838523baafc5f5904e472de7ffba2a431b53179a03eb3 0.49 MB 826 13
721,310 721,310 00000000000000000007a79a2e930f8f9ee5b6a970d36300416dff40499e294a 1.17 MB 1,031 5
721,309 721,309 0000000000000000000a89c29becb74a5985b6a4db9f5cd93d2c102ff15ceb21 1.54 MB 2,768 7
721,308 721,308 0000000000000000000086658afe1519fdd97ef6371a16f1934f2f4255e86b0c 1.22 MB 1,161 6
721,307 721,307 0000000000000000000891f4303e7ddee8d31a012f38f86d3cc11b6396c5ba67 1.47 MB 3,048 16
721,306 721,306 00000000000000000002c44bb9ebaaaa000c1835b096d6113ef309ebee61d896 0.24 MB 247 7
721,305 721,305 000000000000000000042c39f0d7d299647ed18393b8a36608797f378ab94e91 0.80 MB 1,351 10
721,304 721,304 000000000000000000016237b9a35bfe9764bacc8e9a8b3b1514a3309328d1b2 0.64 MB 1,248 9
721,303 721,303 000000000000000000048d5ff05190fc5813449a6e5dd762964a233b89584303 0.31 MB 576 10
721,302 721,302 0000000000000000000375ed6e25609119ddb5bcc162467392eebc2ae0cfd4f0 0.80 MB 1,437 9
721,301 721,301 0000000000000000000478940963ad8c75b3edac5d85de5e2565413ce62aa30f 0.87 MB 1,276 20
721,300 721,300 0000000000000000000a133c7e26a029ea29ba4c1736a3260600a13ec637360f 1.62 MB 1,322 6
721,299 721,299 00000000000000000006603963329e8c9bcf72db9efcf30258cef53a35314d4d 1.66 MB 1,758 6
721,298 721,298 00000000000000000003f8fa5995bacddd0451414d0741841a5ce018de9acd7c 1.51 MB 2,224 9
721,297 721,297 000000000000000000055c53a58e6bfc3d341e9eac4fc72a66c589234ce47a42 1.33 MB 1,792 5
721,296 721,296 000000000000000000061d84ce493acce68f54fa2fb1bdc3a2929c2f827506a5 1.27 MB 1,053 9
721,295 721,295 00000000000000000000f02360287b3b1330f4ca07fb4c700a7bcd244fb23a01 1.41 MB 1,847 11
721,294 721,294 0000000000000000000623fabbc9dd820ce9879d6a329cc551a6a9604ac2f1fe 1.45 MB 1,922 4
721,293 721,293 00000000000000000006504589d950353e0037819aa6cbb37e0cd00d509abc8c 1.59 MB 2,517 9
Previous 10 blocks ↓
Total Size: 660.79 GB

Node Information

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