Memory Pool Memory Pool Refreshing

69,318 transactions
31.93 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,942 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,015 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,941 (367,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,713 482,713 0000000000000000005070af29a99c4465098232713349b62064816b89398142 1.00 MB 1,236 173
482,712 482,712 000000000000000000ee956a51472b683e53f78707d1ddcbdde7d5e13d467d2f 0.56 MB 1,130 411
482,711 482,711 0000000000000000013300d3e8064983797e109eedb52265533582fba12b7a5e 1.00 MB 935 42
482,710 482,710 0000000000000000007d6c08a36af84ac7bd4756449414d7abf383a3bdbe779b 1.00 MB 2,353 368
482,709 482,709 000000000000000000e14d588e7cb6ef0ad082bfe565dc2e3a7e84df6c944691 1.00 MB 1,361 203
482,708 482,708 000000000000000001217f1c0545fd60a6669b6feecb0ce40f817943f1246468 1.00 MB 1,082 45
482,707 482,707 000000000000000000970f6c05446f248790e1dbe584834e74e20ffa5e58c16d 1.00 MB 1,893 356
482,706 482,706 0000000000000000006570c0192e1a3c14b2be6f5c9e0ff602bac3a90f594f2f 1.00 MB 2,627 172
482,705 482,705 0000000000000000002e9f3c8f4604d9da614b8ae209149690e2bd84c4a81bcc 1.00 MB 2,348 296
482,704 482,704 000000000000000001344f3c72a323ed7af40dd495b811531fd25fa18261a1ae 1.00 MB 1,830 360
482,703 482,703 00000000000000000059ab07c07096889a80ec980ac4a08aaef67f1994da9ef7 1.01 MB 2,288 518
482,702 482,702 000000000000000000a1426f65deb4cd980bd6c1ff8bb7692f14ec7495964f33 1.00 MB 1,324 221
482,701 482,701 00000000000000000135f6578a674fe0c649274561c57189191a4a57aec565b9 1.00 MB 1,467 211
482,700 482,700 0000000000000000011adda33438074262dc46c51f0200635fe4f90a35a09a0c 1.00 MB 1,272 60
482,699 482,699 000000000000000000ee83ac681e9f41ac44e94f4c30a62aff6797b59aabd399 1.00 MB 1,961 228
482,698 482,698 0000000000000000002d406e0b918c64eaf6c0c75d85b5311b9bfc35dcc3fd3a 1.00 MB 1,883 238
482,697 482,697 0000000000000000011caf20f714d061b869c93d37047294a34669c7b0fa7581 1.00 MB 2,102 309
482,696 482,696 00000000000000000054459a85e66af8c2e0a44dcb967ded32dfe58115c2d9d9 1.00 MB 1,690 508
482,695 482,695 000000000000000000e909ec2ff6e95e89fc3f5e7de425fb93c0177498a870e8 1.00 MB 2,106 438
482,694 482,694 00000000000000000094c2472b6fbeced3c5679931ef41d04d7f6a64ee0693e7 1.00 MB 655 31
482,693 482,693 000000000000000000b49516a58ca1ce00669631029c6e72ecbe479f6cdeebf3 1.00 MB 1,630 186
Previous 10 blocks ↓
Total Size: 661.40 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: 877.62 GB sent, 6.04 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.