Memory Pool Memory Pool Refreshing

74,999 transactions
37.76 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,815 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,922 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,814 (542,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
306,908 306,908 00000000000000001232702c4ccb159d8d31dd9a6a60e7cdb8d96a85b9af420b 0.01 MB 25 22
306,907 306,907 0000000000000000021b0fb8bffc17fc6d78c0c8b77987c9d716608e47d82e95 0.28 MB 432 27
306,906 306,906 00000000000000001c30a69a58348ae35c9a2ea892aabdcd88784710c799283c 0.35 MB 755 36
306,905 306,905 000000000000000017dd5ca58e02eababdc740910e244f5c8ca73290a08e877e 0.11 MB 221 30
306,904 306,904 00000000000000001797e3d58c3df73cc95f3d7fa1145063c4149458b1f1c13b 0.03 MB 63 27
306,903 306,903 00000000000000004f51031a5a5f1f6a25a38badc25a99be69b4388405f9247a 0.03 MB 48 24
306,902 306,902 0000000000000000126fefad1db3c7e583154128d18a4f85b4531896b13699ad 0.35 MB 581 25
306,901 306,901 000000000000000002dbca6a196a635f36e0108e52be641d258927748f65c47b 0.07 MB 107 30
306,900 306,900 00000000000000000ddab4a16068e01eb0d5014f1fc0bef3c4e2d230200177c5 0.20 MB 256 26
306,899 306,899 00000000000000001ceff461a75602e17bd555a669f76e11aeffadb910bcdb96 0.06 MB 100 24
306,898 306,898 0000000000000000444f292d68bea1ed27ffed0820d4f408ff5a8fcede10c882 0.08 MB 132 26
306,897 306,897 00000000000000002a73a9937927a4f8f065992dbc8f6f739726ef1b015a158a 0.29 MB 517 29
306,896 306,896 00000000000000001e49e10e501f260f841ea2a3cce869a548bea3d186a2debd 0.15 MB 295 34
306,895 306,895 0000000000000000441c0a08f43d2faf6d78e5a35f4b311984e58af7813b0e4b 0.13 MB 248 30
306,894 306,894 00000000000000003de64db04b597066f9fb0be65810c524fae1189f6f86d2fa 0.06 MB 139 38
306,893 306,893 0000000000000000399987437152f5c76c51b31927f1d0b66b03c70f648ae2e5 0.29 MB 581 33
306,892 306,892 00000000000000000819933c4e03f0a7be3cba59a0082b6ce7aa903d71fdee42 0.08 MB 121 25
306,891 306,891 000000000000000036ddfdc8683ac94ddae3fa17330b05ecb8e76e43200ba9cc 0.01 MB 38 67
306,890 306,890 00000000000000004fb9721f33bd04f7ce4f702afc0ab99e0056f9edfb92b403 0.04 MB 112 37
306,889 306,889 000000000000000047d00821dc9702ea7130eb1b02d5b5fc3f7e977188e7f283 0.14 MB 209 27
306,888 306,888 000000000000000033e352272a6a7dff8b7b4aa8fa022909f944e95d2737900b 0.16 MB 287 30
Previous 10 blocks ↓
Total Size: 661.16 GB

Node Information

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