Memory Pool Memory Pool Refreshing

84,270 transactions
34.01 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,891 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (153,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,204 696,204 0000000000000000000ef531da0a28786e9a948eea2832a90c06784de65e381f 0.58 MB 913 11
696,203 696,203 0000000000000000000127bf04b902844e724575401b42fc2a91a58ac1761105 0.26 MB 420 11
696,202 696,202 00000000000000000000672d24b580ec7127f1d608a2b8d2f96d41d525fee797 1.13 MB 2,357 17
696,201 696,201 0000000000000000000295cab0ddfae845036504ad092b9472622924b3f9b989 0.38 MB 700 19
696,200 696,200 00000000000000000005fe8bb859cbea0cd3f79858164e86a37b70c9a59080b4 0.85 MB 729 7
696,199 696,199 000000000000000000038c48ba96f078c3825b809dfa9b569329c7df003bba66 1.36 MB 1,360 5
696,198 696,198 000000000000000000092cb0d9c128998b7566fd4807559a21de3f83b30b058e 1.41 MB 2,949 16
696,197 696,197 00000000000000000006f0ec67c131014697a703b63cc02b60e5063d4ef21ab4 0.03 MB 59 33
696,196 696,196 0000000000000000000e9717aa6b234dbcac9a3daabb81b229ba7c4113e3c5b7 0.32 MB 630 13
696,195 696,195 00000000000000000004b408f3ed7b1ed6735cc6d1d0e70f9d9ef467634a99db 0.71 MB 1,619 14
696,194 696,194 0000000000000000000fa0c3c64e6f7a0761bdaa12fc624f10e1b4f5e9e37cee 0.68 MB 1,401 16
696,193 696,193 00000000000000000003ad2809f421c82cfc0ab2bbb20710fb9d55132438ad3f 0.22 MB 384 14
696,192 696,192 000000000000000000011854984489e07951da331fa20fa3c9a6950fd89726e6 1.21 MB 1,355 8
696,191 696,191 0000000000000000000f00812b7b294ccebcd6ce12150edbf6fcba7b31a7b2d8 0.18 MB 269 17
696,190 696,190 0000000000000000000c677c62cc82d6dfa706acb983c15e703dc6e412e97bbf 0.82 MB 1,076 7
696,189 696,189 00000000000000000003d86c27d663e54d59f8c3649c344aae2a53957f106fed 0.17 MB 315 22
696,188 696,188 00000000000000000010210e90874819e44d173f50b893ea9c2c7bc31702b55a 1.08 MB 609 3
696,187 696,187 0000000000000000000a6a0ce5c9a9237c7de02f42f120ab0992564ec3a7707d 1.13 MB 960 7
696,186 696,186 0000000000000000000fe08c1308ca294254bb8543cb372fd706b54e27e34b9a 1.12 MB 994 4
696,185 696,185 0000000000000000000b82f6abf55152e79b7e14e3f8cb26824363133602bebe 1.01 MB 141 1
696,184 696,184 0000000000000000000acf6ad4ef47e66f12301d0de204c4abd68174e0791b42 1.32 MB 1,703 10
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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