Memory Pool Memory Pool Refreshing

60,460 transactions
30.81 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,945 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,077 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,944 (373,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
476,522 476,522 000000000000000000c030919b8fc68f15f49e81ed68427ce4772d09a8927c6e 1.00 MB 1,932 122
476,521 476,521 0000000000000000013639b464b218ccbc5a9f3046a58ac3534da99cec2e4ce2 1.00 MB 1,343 150
476,520 476,520 0000000000000000001a29af4f445b15619fcf8813b3a680c970d6b39f9ad374 1.00 MB 1,019 141
476,519 476,519 000000000000000000aff86388540d6e53e470db04ee00ceccbcc94527410ea9 1.00 MB 2,295 222
476,518 476,518 000000000000000000783f29a746d91f73f823bfcf05a0df1cf84685c40e79c0 1.00 MB 1,695 167
476,517 476,517 00000000000000000033f6af988a7795dbf0cf1ea7a56dd5a68defb9c4471c4f 0.99 MB 1,772 199
476,516 476,516 0000000000000000010c19ac281e3c16cd40bb15e226a03cb2b2a530451c36a8 1.00 MB 1,851 81
476,515 476,515 0000000000000000004aec1e32fb6b4ec221e26ea4e2382e4ab729d13391b036 1.00 MB 1,773 175
476,514 476,514 0000000000000000014739b3d592b90aff01be560b7d23f093279d464a60e657 1.00 MB 1,512 81
476,513 476,513 0000000000000000000073d8081127cba9fbba3284fec0fd99c75a061f4f4f30 0.20 MB 375 196
476,512 476,512 000000000000000000c41367ebf47ba30e09c008b2e525ba27d1952c6b6600a5 1.00 MB 2,027 41
476,511 476,511 0000000000000000004c4b093ef60a1198dbb9f92df66b7bd10e915d19fcd474 1.00 MB 1,316 44
476,510 476,510 000000000000000000b90b0b4cb250642a457b027578d23a8e4305261087b417 1.00 MB 1,654 139
476,509 476,509 0000000000000000013346224833007670ae2a5d66ee2594a838565fe9a48efe 1.00 MB 1,940 169
476,508 476,508 000000000000000000ada52e2460b5b7c87da7bc4e75b4b5a5f3a553b5480447 1.00 MB 2,172 255
476,507 476,507 00000000000000000158f26e1528fc7e4abc2ab7991698bfa6be510edbf62da2 1.00 MB 888 65
476,506 476,506 0000000000000000008810a4808837c4f3372a9ad041fb78ba88877ee6e975a6 1.00 MB 1,123 109
476,505 476,505 00000000000000000088a91ad5a6f65f7578f099e1772ba96a6cf4dc82963484 0.99 MB 1,482 142
476,504 476,504 0000000000000000000d69e38fb3d0f2d34326e3ede9fa01e03edfc628d28b0b 1.00 MB 2,305 280
476,503 476,503 0000000000000000011628b1ac8f43a8ba6b15638b981028428824e50d75c9f1 0.99 MB 1,460 183
476,502 476,502 000000000000000000e68077af78e150bb30933157680cdac28829b7a2500f80 1.00 MB 1,576 204
Previous 10 blocks ↓
Total Size: 661.40 GB

Node Information

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