Memory Pool Memory Pool Refreshing

87,680 transactions
29.18 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,506 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,293 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,505 (705,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,300 144,300 000000000000090f7f0a8ffa5bdcb62f35ce70cfd1353413b95044418ee387d2 0.01 MB 24 333
144,299 144,299 000000000000012bb30a737285f149e05fa282fa555f3610560307d09c9c4957 0.02 MB 62 87
144,298 144,298 000000000000000a9c104ff831516094dde2352587c23d7aaf77d3548e9c0bb4 0.05 MB 114 141
144,297 144,297 000000000000051bb9b1366f7702eaa18b810ab4bc987c187cfdcc50f5ba3d01 0.01 MB 13 1,015
144,296 144,296 00000000000005bde77ce5275f44d1f024f19f7b8109a306cb0718e6dc44cbc2 0.04 MB 133 123
144,295 144,295 00000000000001fd16d6c8b677d3288d214bc33d8b3af2030bad6008b2fcad68 0.02 MB 44 330
144,294 144,294 00000000000004f3c0bd790077520def71d8eaca9eea1166fb01850d51567e8d 0.03 MB 70 81
144,293 144,293 000000000000071e498f4b8a6a849bf8adaa27b0c163826f561113bfdd5a5775 0.01 MB 18 208
144,292 144,292 00000000000001d37cb13cf0115f08329fcbbf8c1488b82ef4e8e232cb82d8b0 0.00 MB 6 21
144,291 144,291 00000000000000f7cae2d37e343e994388bf296a20b1a1f9bec7a81f42661528 0.01 MB 22 260
144,290 144,290 00000000000008ce06dc248e9d291b45ab752a3199d6dd6a40ecb3e68a350555 0.02 MB 51 109
144,289 144,289 000000000000090f44bb579f24bec2d31b96093b56041939c8a2aa328ba1e1db 0.01 MB 21 130
144,288 144,288 00000000000008c99ac6a4fb60a9d9a3f662c5590752662b97cee42a48ea587e 0.03 MB 85 132
144,287 144,287 000000000000049bdfdfb19645b70895704f338b0312fd9563a105b38aff88c8 0.00 MB 12 0
144,286 144,286 000000000000082ef8951dfe62698066a61d27a028055a87568b1a9eca17ec58 0.01 MB 30 212
144,285 144,285 000000000000030a57cda371d24fc34455401cb8f4c87dabd2df6f7b537ef361 0.03 MB 98 88
144,284 144,284 00000000000008525c4b74e4d5166b4c231554860e54b540fea0317ed25272c6 0.04 MB 97 164
144,283 144,283 0000000000000106c027cacf4e173c3ff066a17903766e00cd2ab84a7e31e3ff 0.01 MB 16 78
144,282 144,282 000000000000080a8906521042800434f6de7c324539be65d251b673b08fd746 0.04 MB 115 239
144,281 144,281 0000000000000946eda1164b52a168a455774ce7681e9481bddc7a7a86b665ca 0.02 MB 63 0
144,280 144,280 00000000000007f58316521437b41e65568853dda4a1fd4c8d248cfcd0f58ee2 0.05 MB 133 157
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 451.78 GB sent, 2.20 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.