Memory Pool Memory Pool Refreshing

58,174 transactions
35.36 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,896 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,891 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,895 (382,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
467,614 467,614 0000000000000000000a9ef8cab078fcc3b82a56428965057516b1ff516339d8 1.00 MB 1,959 284
467,613 467,613 000000000000000001c34a00b67b50ea6da023715f04a02d8e66dd797519c901 1.00 MB 1,978 279
467,612 467,612 000000000000000000423c0f19fd131a6ea7651adbc0e0535861df60f345ddd2 1.00 MB 2,951 306
467,611 467,611 0000000000000000009b1b684807f31c0c70d3813097675eb58a80ee6c9d970b 1.00 MB 2,360 299
467,610 467,610 0000000000000000001f9c683191970357a481266d55f1e3a0bcde633293c34e 0.99 MB 2,088 295
467,609 467,609 000000000000000000d0886eabbae8e9bf78bfff904f8c384f8053a14c24825d 1.00 MB 2,732 375
467,608 467,608 0000000000000000003f507fb9bcf2c6f358d248b3f453fd52f489e998cc0e8a 1.00 MB 2,355 405
467,607 467,607 0000000000000000012bf30b01c6f1e8df4859bfc83e492676ba679a645be317 1.00 MB 1,710 246
467,606 467,606 00000000000000000174aac723f8a52d349d0237ca711a1ccbdcfe95457d4e37 1.00 MB 2,392 319
467,605 467,605 0000000000000000012f9c71705cc544c337a3c87816b823d94315cc6172557a 1.00 MB 2,444 282
467,604 467,604 000000000000000001494e6732c9f4c10cefe7b70b22c6dacf2a5349e5e82e97 0.27 MB 796 471
467,603 467,603 0000000000000000012f5288254db4c4556bbf2b01ec45b95a09db4d9a3e50c1 1.00 MB 2,474 292
467,602 467,602 000000000000000001321603129bc2db6ab7a2c22595ebcd7ead61e29cae8aa0 1.00 MB 2,145 324
467,601 467,601 000000000000000000b0f678570333be217d1ae528a91026b8ddfcc72ca42827 0.00 MB 1 0
467,600 467,600 00000000000000000129ccf1dee27ed01aa12057e1e6edb46cbf2e7375e884b4 1.00 MB 2,665 288
467,599 467,599 000000000000000000d439aa27af2699324129cfe807d7d2f9b4aac586816e98 1.00 MB 2,431 377
467,598 467,598 000000000000000001c5d7f41b3454d6a06e80488c0571be6475a681a6bac614 1.00 MB 2,579 332
467,597 467,597 000000000000000001c62cfdd758d5cbfbd89cd7d9bf81726d1f6f071086f6d6 1.00 MB 2,062 293
467,596 467,596 000000000000000001299ebd834a1de255ed05fe188caacdf28e5ee537c7fc19 1.00 MB 2,563 277
467,595 467,595 00000000000000000010cdb2a93ede2a32c92d673ae7f4594fde07aff4ddf7a6 1.00 MB 2,523 496
467,594 467,594 000000000000000000e28c77811aa14314f4ed586673212b918e33b42bdc9942 1.00 MB 2,765 357
Previous 10 blocks ↓
Total Size: 661.31 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: 822.88 GB sent, 5.59 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.