Memory Pool Memory Pool Refreshing

74,777 transactions
34.65 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,653 (83,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,587 766,587 000000000000000000060139118d6749c807f61aac95be69905b7a9624125c69 0.03 MB 78 13
766,586 766,586 00000000000000000007e30fa00469ec4f8adc5b62c26a8d904ab091f138de78 0.77 MB 1,119 9
766,585 766,585 00000000000000000004ddbe09d65083b905f56e36b04f663c3d2d1a520b20b2 1.42 MB 918 7
766,584 766,584 00000000000000000004b4b28aa4bd8c5868507694d392a4a95b22c260566d9d 1.59 MB 3,443 9
766,583 766,583 00000000000000000000d062c6ba71fb5f6358a8064de740f99371f2bbc4f989 1.51 MB 2,442 10
766,582 766,582 000000000000000000011b1dda43d9edd9801564bf5250a2b8f59f752d49c0af 1.48 MB 1,173 5
766,581 766,581 00000000000000000000bb4274e32b6a6c84eb322524e5602959a30eae6460ef 1.53 MB 2,428 8
766,580 766,580 00000000000000000006f1fc530a1e87d67a7f6c8d1c0c8bf8872e057320cd66 1.32 MB 1,548 9
766,579 766,579 000000000000000000026021158c21801f17c0f8a0badaed9d89657a68671397 1.31 MB 1,944 19
766,578 766,578 0000000000000000000458da93b307be4f68251f881dbda274229c42945d52f1 0.57 MB 917 10
766,577 766,577 00000000000000000002f7b7089825a0ae38176c0f781fe061d91b2621325ff0 1.29 MB 1,564 9
766,576 766,576 00000000000000000002cdb28e2640d29cc435491094ad9dcdd5df8efd8c9cd4 1.60 MB 2,120 10
766,575 766,575 0000000000000000000196ef557b3084c8238823494c0d80761e159bd6544644 0.74 MB 1,205 11
766,574 766,574 00000000000000000004d35c3e7d815cbbe2ab17263fecbb1359ea6f02e9a1b7 1.76 MB 1,068 5
766,573 766,573 0000000000000000000809b95cff5746c310828d5f92e2ae291ad1f2675d730a 1.57 MB 2,166 13
766,572 766,572 0000000000000000000666f19c1458533b6b17f772f278ca765e41aedd44ac3e 0.90 MB 1,008 5
766,571 766,571 0000000000000000000379bc4a3ea07c84b5dc8023d52150b77c1a79a8245a35 1.53 MB 2,096 17
766,570 766,570 0000000000000000000228cd369b3ad4e18376cf70032f5eceef58646796bdc4 0.43 MB 382 10
766,569 766,569 00000000000000000000284ba54d9ecaf45dc27f88c1a21ab4ec889fce080dd9 0.06 MB 53 8
766,568 766,568 00000000000000000000d8321f01e33c13d2a513fc27360d1453f39dcd3d4330 0.15 MB 305 13
766,567 766,567 00000000000000000006eb7634f6c4645c14184840c9e3a45663ebc858e64fd4 1.48 MB 1,166 5
Previous 10 blocks ↓
Total Size: 660.85 GB

Node Information

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