Memory Pool Memory Pool Refreshing

50,456 transactions
19.87 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,344 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,312 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,343 (196,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,390 653,390 0000000000000000000b62c546c155b5c984bf5924200ac7645781633bf87500 1.33 MB 2,375 34
653,389 653,389 00000000000000000005592aec187309d0e441c7bb937d57603b547e825dc689 1.33 MB 2,380 50
653,388 653,388 000000000000000000048712b66beaaf34b9fb107e2d260de21eee97258d3b51 1.49 MB 2,178 14
653,387 653,387 000000000000000000058d24d210454c88a8e1ed0d64e2d0ff0ab658ca304e2a 1.29 MB 2,063 34
653,386 653,386 00000000000000000007f0ed934507f373b35a8962cb3277926aff405bbbd0b4 1.34 MB 2,950 59
653,385 653,385 00000000000000000004bd50bf9e029f9f732165934a6f90a0746f89fcb29267 1.20 MB 2,016 24
653,384 653,384 0000000000000000000ac5ef5ca1d393fc847ebee441a117781ed4c836bb3979 0.86 MB 1,491 23
653,383 653,383 0000000000000000000b6f952c9beac73d0235dd33399042a06dc3c7d572a57c 0.99 MB 1,831 33
653,382 653,382 0000000000000000000976ad5c8eaf19b212983ac9d95ed58fa785b07d88cd92 0.65 MB 1,348 31
653,381 653,381 0000000000000000000ba9dde8268ad450e1df355858e4d4f432819af504e374 0.81 MB 1,196 24
653,380 653,380 00000000000000000003a52e1574c1ce51d6d4de533990e9e881c1d04135cf7f 0.71 MB 1,472 34
653,379 653,379 00000000000000000006ddedd3014d701236274c02b457105e4d3c6935242b26 0.96 MB 2,008 29
653,378 653,378 000000000000000000084a1bdb6208b8457147cfc6a57f8d77907e69eb80a85d 1.09 MB 975 6
653,377 653,377 000000000000000000046533a9d27deba829b005bc54fca283f511cf976a5505 1.28 MB 2,254 31
653,376 653,376 000000000000000000008d1046ac5bc72795875fba84e75504a232f2552eb616 1.23 MB 2,159 37
653,375 653,375 00000000000000000000ac21481166550d32477c90f6a89224673dc958e883de 1.46 MB 1,525 10
653,374 653,374 00000000000000000008c5a0cbef442e93fdee7b6888b8f65c53ec8596899fc4 1.39 MB 1,788 31
653,373 653,373 00000000000000000008758792094ef39147f29d001f77d7e154a2cd5a03dfc3 1.25 MB 2,330 11
653,372 653,372 0000000000000000000470ffff5c28c35b6a302426663573f4cef6a2e0f79615 1.34 MB 2,674 38
653,371 653,371 00000000000000000008514e5851b1d197b691b8b3cb6c38f8b75441d007044c 1.29 MB 2,500 57
653,370 653,370 00000000000000000006b65a1c4366a5de56aebf6c9aa3827fc64bf56a9c773d 1.30 MB 2,250 32
Previous 10 blocks ↓
Total Size: 662.16 GB

Node Information

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