Memory Pool Memory Pool Refreshing

78,918 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,586 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,284 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,585 (629,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
220,582 220,582 00000000000004398acf070748a47a339f78ffbc4077d29fb26d74979b3d30c2 0.25 MB 877 266
220,581 220,581 00000000000003e3928a13c55b7413222d7b8f4da636b36e8df7ece9d17b597c 0.08 MB 224 107
220,580 220,580 0000000000000066a6ad57faff6052ef22bd076ff60ea6f4232b24a5e392d271 0.25 MB 568 164
220,579 220,579 000000000000040bdd2111c731f461a5d96c7b970540f5a22ce5846436722c44 0.25 MB 891 223
220,578 220,578 000000000000051d9fe0a2e02b0e92a1ccfeaca1004c4e1418a41a9177503888 0.25 MB 588 196
220,577 220,577 00000000000002a40f101620bab2706b8a07bbc93a8a64aff32c1f0c91204814 0.20 MB 318 119
220,576 220,576 0000000000000021768abf3add1ae015260b8f9de0960187886866f0c12509a4 0.25 MB 588 180
220,575 220,575 00000000000000ee61a4b03eae64bdeff12129d54017dbe5e908645e2be9d9cb 0.20 MB 234 84
220,574 220,574 00000000000001a9302e2745495711f9a02c12d962f19525669628afe55caf26 0.14 MB 512 253
220,573 220,573 000000000000001249d1f93eb6737843a2fbbde39f16e68264b18e936532dc8b 0.00 MB 8 346
220,572 220,572 00000000000000b6c6e2b3e62903cfc20b972d81fbfc9a22a5ec391d3baede03 0.05 MB 111 131
220,571 220,571 00000000000003ef40f387fb2fed4193cfcdf27d9eb5af164e376d963bc03628 0.05 MB 148 131
220,570 220,570 000000000000014419ddb180178f127511f600556848d1121df8074087641a26 0.25 MB 686 335
220,569 220,569 00000000000003a12d21614347a2c977beefd0222fbb7f05991b721b6ac0c054 0.00 MB 11 38
220,568 220,568 0000000000000107ee0dd68c6c7562d46f50b5adececd3009f561099cda0b583 0.25 MB 551 187
220,567 220,567 000000000000038c5254d259c1f9007badc73fa4f049df3f5f72af7d4c44e447 0.30 MB 467 204
220,566 220,566 000000000000019e6586672cfe48790d5311772038b8e6ca693c763fdfbec887 0.25 MB 579 273
220,565 220,565 000000000000003b9c802d84c2f80a4a7e4027b6ddf3c4a289c5bc24ea169d7b 0.02 MB 34 50
220,564 220,564 0000000000000492799a33a35b7125388ed263c65daf90124da8091837cb6bf5 0.25 MB 662 222
220,563 220,563 000000000000042210fb0d81fa5f1b3011acd6f6acb2a538dcf07584456252bd 0.24 MB 295 57
220,562 220,562 0000000000000070c632482af99a0d1106ab999afa40591a29620dcc72c1d608 0.25 MB 435 141
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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