Memory Pool Memory Pool Refreshing

80,629 transactions
33.20 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,270 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (130,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
719,549 719,549 0000000000000000000737704e6569cf24696ad7265747a856f27155a815c421 1.18 MB 2,181 7
719,548 719,548 00000000000000000001b480c3bb8b1439e33d95a10263e0f919cf0a24f4cf14 0.29 MB 547 3
719,547 719,547 0000000000000000000164dd6d554b4b926f943c40255cd691b561354b319998 1.47 MB 2,633 7
719,546 719,546 00000000000000000006ffc637576d17164047feb67160492804476593c49aeb 0.26 MB 327 8
719,545 719,545 00000000000000000004abae9f06e1bbccb3a4bd2038f397449b8101b5c6ad63 1.15 MB 2,012 6
719,544 719,544 000000000000000000041d0c674a531842f7841679ab576fb328d9158aa9680f 0.20 MB 309 11
719,543 719,543 0000000000000000000a1642d0307e7fb66f22d80ab0748c71cbe9ee9469886d 1.27 MB 418 3
719,542 719,542 00000000000000000006aa7c7236e5307fd475b0ccac09b6c59918809cd6a34d 1.59 MB 2,446 7
719,541 719,541 0000000000000000000694720a378111a821ada10946b2705eb6693d821300b8 0.87 MB 1,045 6
719,540 719,540 00000000000000000007fe2e7170e8da349f20c5197567be60d90335b89be670 0.92 MB 1,603 8
719,539 719,539 0000000000000000000b27eea79f69060594ace38c329ff2dba638a2273ff029 0.02 MB 71 11
719,538 719,538 00000000000000000002d32fa366750da0308bf0151fde8c8bf08d445490d0af 0.82 MB 1,700 9
719,537 719,537 0000000000000000000497f919df6dc5c01ec5538643d385903c7c84334bcffa 0.02 MB 58 7
719,536 719,536 00000000000000000007e664d4ab4669dee1d10c4a82a4bbc6f7250cf019ca53 0.86 MB 1,669 9
719,535 719,535 000000000000000000048f82fdf14333f147a07dc7916c9bd6bde501acf2b0f9 0.83 MB 1,522 9
719,534 719,534 00000000000000000007d999edf02dc68fa1c4feaa19e54b140e4031f9a98f6c 0.14 MB 149 8
719,533 719,533 00000000000000000007535c8b4a988e45790dd80fd0b3feac20345048dd1d3f 1.15 MB 2,082 8
719,532 719,532 00000000000000000007559864eefe5f337203cb4a9936df41d00f9264ba5148 0.39 MB 786 8
719,531 719,531 000000000000000000059b1e1732e4bd85f8f4c9e4975352cbf089937a326268 1.24 MB 2,201 7
719,530 719,530 00000000000000000008a765c19dba67856843be2dca2f09b513a9d6f624c6b2 0.27 MB 572 8
719,529 719,529 000000000000000000029669e75cf16945c35bdae7f7c406b42ac74899eb3a8d 0.63 MB 1,027 8
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 102 incoming
  • Data Transfer: 518.73 GB sent, 2.82 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.