Memory Pool Memory Pool Refreshing

76,253 transactions
33.17 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,602 (291,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,511 558,511 00000000000000000017e7ed6daeeafb800ab3ed81bce8419756e7d63d0c5308 1.23 MB 2,400 29
558,510 558,510 00000000000000000001782b94d1ce9de938521642442efc4bcb466ddd415d1a 1.18 MB 2,913 9
558,509 558,509 0000000000000000002009c7614a1cbbff2253591f96afa26498a1ccebcd48e9 1.24 MB 2,926 24
558,508 558,508 00000000000000000012d467b2f4bdb3e11782069946c9979727dcc08a9a862e 1.20 MB 2,658 12
558,507 558,507 0000000000000000002d78fe57224f858e0a8d59885dad4e9719f914e4f8dc89 1.16 MB 2,794 7
558,506 558,506 0000000000000000002b42bcf76e02ce30faf36c3087ced3af8eb8e6a000ce65 1.25 MB 3,128 39
558,505 558,505 00000000000000000006f0ab7d204ad86958494f7a0caa780479524388441e66 1.29 MB 2,249 4
558,504 558,504 00000000000000000007dd0f0193d588f77a461c6b6d2777ff191e75a704ded0 1.22 MB 2,932 20
558,503 558,503 0000000000000000002bc724b05f01b8f7417f8ed648cadf459720eecea80ec8 1.14 MB 1,857 18
558,502 558,502 00000000000000000011ea8cfd9c13772edd41c0f6818ccfe710cb0c76e39e12 1.15 MB 2,145 14
558,501 558,501 0000000000000000002935fe1888ffc2fccb47d56b3425d4a2abcfbfec0c858d 1.25 MB 2,708 40
558,500 558,500 0000000000000000000973d97d6249207c778bf80a714fbeae29cb8f41ca4543 1.16 MB 2,202 12
558,499 558,499 0000000000000000000fafdb850876cb4b1068bcf821e886204d204c7c221856 1.08 MB 1,784 17
558,498 558,498 0000000000000000001bb90a06fe385214d5f65a6d457d910109f4da0bc7a45c 1.08 MB 1,798 24
558,497 558,497 000000000000000000135467f737a8902aa3a5dce01a29f761c9feadf25e0cb8 1.07 MB 1,168 55
558,496 558,496 0000000000000000000291274e66a32aa1c28d21f6b63d7bdaae439209a23cc4 1.05 MB 775 83
558,495 558,495 0000000000000000000687d10ec6d7dc99f6f1ea696a359545cfdf2bf34b3056 1.16 MB 3,083 16
558,494 558,494 0000000000000000002a2f400d2d56b03f7f894744b8f5c6c1edc2842a8b54c9 1.21 MB 3,056 23
558,493 558,493 000000000000000000135309fb1add8493c52144b1124784b252a5ad9baec1f4 1.26 MB 1,997 10
558,492 558,492 0000000000000000000c68c8a34f4167875b560e76ff5f6b06fecb34ce3d3153 1.11 MB 1,896 8
558,491 558,491 0000000000000000002dbb99e15a0ab876f18aebba2f6010e5a233f190026c57 1.12 MB 1,891 2
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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