Memory Pool Memory Pool Refreshing

82,643 transactions
35.44 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,610 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,853 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,609 (727,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
122,210 122,210 00000000000021cb9477c95e330d086203918c833f6b0bf5bc9c83c8739f5aa2 0.00 MB 1 0
122,209 122,209 0000000000007e9f5b146dbdf5bf0d7c17600c0ad454633aee32472ac7e30155 0.01 MB 43 503
122,208 122,208 000000000000858114643df757d146220b21f183d8f0ce993fa37e4e73894787 0.00 MB 6 0
122,207 122,207 00000000000019d159241dba3eb15b546b2d36f7ec86154404d8e1b2a4e6ff52 0.00 MB 12 573
122,206 122,206 000000000000155c9858971c7967cb1ce74c92a8cb8e0ce71c7fab87c8dc8bca 0.01 MB 19 1,874
122,205 122,205 0000000000001ad398915c40f0608f44f6daac21e0c4fa49d7732c8e5d0953af 0.00 MB 17 1,464
122,204 122,204 0000000000006e78680ad7c6246634ab1172fa39713ac83b723d9841bd533d67 0.01 MB 18 784
122,203 122,203 0000000000008f06c25e5cc8f8efbf65c190f797f9476dd95701ad570fd81154 0.00 MB 11 580
122,202 122,202 0000000000007fef474920bc54c439f49f6b8a796125f140100200810eb5fd15 0.01 MB 18 952
122,201 122,201 00000000000030245eb7917b67c95574a36bd6df31c895431737400ec41ac0ef 0.01 MB 19 516
122,200 122,200 000000000000549858509265725ef7df06d3093ba205243ddcf94d2b1c50461e 0.01 MB 7 142
122,199 122,199 000000000000393a24730850e37f76e7d2d3dfce273062c16b127012708e4073 0.01 MB 23 168
122,198 122,198 0000000000004a3768ccd8579f3673f5535bfa161c9121aa1fd6186b3f909e58 0.02 MB 16 181
122,197 122,197 000000000000809082fd54a6330a8d5d2e48979d09a7d31b694882297fa6eb90 0.01 MB 18 1,374
122,196 122,196 0000000000004bc2c95cce9159d197f63f1eddc77e1e5fae160e154af3ea9967 0.00 MB 10 317
122,195 122,195 00000000000006a9473665224b751b2b4b0ce779ef0cacc924af333b47a88c96 0.00 MB 11 309
122,194 122,194 00000000000006f5f1a702371f2e130db2ed0bab442a4fdf0974644d4466621c 0.00 MB 9 294
122,193 122,193 0000000000008194243c38802dc421c6ee8093a87d6d415b2a5abe234785f28b 0.02 MB 15 897
122,192 122,192 00000000000068ce333d7f113d4b10dddaa28b352d5180c68bb60ae14db6e6eb 0.00 MB 12 0
122,191 122,191 00000000000045204d78670760e74a232f471e0723853970bc9da59cf2027059 0.01 MB 25 1,418
122,190 122,190 00000000000046ecc2aa0468c851fdfe3d6ee912e2e9b750852b4ab63219b497 0.01 MB 5 1,547
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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