Memory Pool Memory Pool Refreshing

82,966 transactions
33.80 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,928 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,903 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,927 (383,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,442 466,442 000000000000000000995abf0e23e9ff4c363d986a50575c469e1f7784abfe12 1.00 MB 1,133 104
466,441 466,441 00000000000000000012a6b5d6c5f6b35462ce009659e874ff9eca8d6fa1e936 1.00 MB 1,911 142
466,440 466,440 000000000000000001dc93011676433c468c5906d524c4a78fa404efc56a68ff 1.00 MB 1,705 168
466,439 466,439 0000000000000000010e448a89e99804407c3b65aa1d424c84ada598a32e73a8 1.00 MB 2,433 143
466,438 466,438 00000000000000000020942ae94ea2e5e73abba43df41e86ffc46e8f954aa68d 1.00 MB 1,768 144
466,437 466,437 00000000000000000157904593ae9c4f187825d8526e851fe43aa10e5b85441e 1.00 MB 2,181 206
466,436 466,436 000000000000000000b679bb3e405ba7d6ee99673987090acb594fa29387928f 1.00 MB 2,773 248
466,435 466,435 0000000000000000010cd0a87aa7d2ab6ef454e86efc4492eae0669c4dff7888 1.00 MB 2,187 133
466,434 466,434 000000000000000001f03606b5d4f5d5c5302d79091dd768e4bc9902f889c3ec 1.00 MB 1,787 167
466,433 466,433 000000000000000001c548a8242f572044bc4e04f36158c3ce7463638cc24714 1.00 MB 1,434 171
466,432 466,432 000000000000000000d71d3a8a41f84ca9eb64e0175fd5ba34d5c3d23a594f05 1.00 MB 1,964 209
466,431 466,431 00000000000000000080d3164119e89fb64bbc38fbdf14c2715fe4bc8ebe6842 1.00 MB 2,273 170
466,430 466,430 00000000000000000114a3e758ecc25ff6b064b52d95d720fe7c33ef204b57fe 1.00 MB 2,253 228
466,429 466,429 0000000000000000015a342805a5edb85352d5aaf70192b0957d908393281bb5 1.00 MB 2,457 241
466,428 466,428 000000000000000001d1977be6cc85dbec1b7ecfe16416e0c5f8efdf41e209e9 1.00 MB 2,132 303
466,427 466,427 0000000000000000017c65d5e6513ef9a970c2e1498172fcd57c074b3bf10c8e 1.00 MB 2,140 278
466,426 466,426 000000000000000001ba78da034d5cc0c46eee2ccacfbf79331c6233e335112f 1.00 MB 2,111 248
466,425 466,425 0000000000000000016a4f0250796c29542d6821c42b4837f3e41a6cca20cfaf 0.99 MB 1,849 225
466,424 466,424 00000000000000000092042b1e9d3e29ade429db2b0cec1eab0948854d63519a 1.00 MB 3,045 190
466,423 466,423 00000000000000000077ea0effda7369b72626cf70a86787c73e4bf66468b5ec 1.00 MB 2,655 259
466,422 466,422 000000000000000000bc9c071520beb45e261f76c85716aa0581c4ef0c85c287 1.00 MB 2,157 233
Previous 10 blocks ↓
Total Size: 661.37 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: 859.33 GB sent, 5.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.