Memory Pool Memory Pool Refreshing

67,012 transactions
36.62 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,666 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,148 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,665 (383,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,453 466,453 00000000000000000002aeb27d328a48c1153b42cdac6ee471821b5a6a504aa0 1.00 MB 1,657 182
466,452 466,452 0000000000000000010eff2095b17382689122b094851fc40b244a87e141307c 1.00 MB 1,847 163
466,451 466,451 0000000000000000004e0d8217f826e1963825c36081b3e3218faa28fb576d28 1.00 MB 1,890 230
466,450 466,450 0000000000000000002ef4b6982062371623c22cf58b9eb42ec7268041626c27 1.00 MB 2,154 210
466,449 466,449 000000000000000000f414e68eb8fa6e7e2cd67415d9f209e61235a43d26ce34 1.00 MB 1,930 208
466,448 466,448 0000000000000000002cb728f330c193fbb2d4cb79bbc627d33bab9f711168eb 1.00 MB 1,958 208
466,447 466,447 000000000000000000d14b15de33618be9c3231a99a4d33b392c775a1ee2184a 1.00 MB 2,147 185
466,446 466,446 0000000000000000001d97d48cd4d64551d0d5426f5fde7c3ded4661454f0252 1.00 MB 2,162 147
466,445 466,445 000000000000000001d33836c346d0fbc34024d2b64f0d6639105739801ea57d 0.03 MB 83 252
466,444 466,444 0000000000000000003d74533b5dc7c3d2988330813b2795b4a86e1ed6130849 1.00 MB 1,405 139
466,443 466,443 0000000000000000018ef4e4b9e4e45a2ed7eca284cf54fd682b6da4d536af12 1.00 MB 2,220 207
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
Previous 10 blocks ↓
Total Size: 660.87 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: 615.68 GB sent, 3.58 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.