Memory Pool Memory Pool Refreshing

83,119 transactions
35.45 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,609 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,271 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,608 (334,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,073 515,073 0000000000000000001ab621ea139523fbd736349df8174841efa3679262bcea 0.29 MB 460 37
515,072 515,072 000000000000000000254a6e6028fbe21107a213a4cc84f671b0791cebcdd189 0.18 MB 343 17
515,071 515,071 00000000000000000035ec514cef583557d25c99f645c09d549a5538cf1b77e9 1.11 MB 2,041 29
515,070 515,070 00000000000000000020f5bebd43de84d26bdbaf5bc8dc2392c00925e0b8c16d 0.92 MB 2,062 31
515,069 515,069 00000000000000000031edb8d547b08e7e9c82c87f98b0d666ce52fce1c25ac3 0.36 MB 683 24
515,068 515,068 000000000000000000049bc37fd00b2a05d3e94fd68cbd3c81f4acc8a7a782fc 0.27 MB 637 25
515,067 515,067 00000000000000000034bc552be256be3fce38c970e5f85a53f6e52891369d4f 0.08 MB 140 64
515,066 515,066 0000000000000000001607d4ffbe53299ad7c6fb30b86e63ecf39bbf0a825c76 0.04 MB 67 15
515,065 515,065 0000000000000000000a75e7dc7a1a723c8595f5534573ecf17b2401e0367c8e 0.28 MB 195 5
515,064 515,064 0000000000000000002bb00e71b989d5dd68caeab3f22d7ef07b40ce2c752251 1.15 MB 2,432 26
515,063 515,063 0000000000000000004cf0d6710695d2d12b939ad406089d33659ff756dbf5b3 0.01 MB 33 7
515,062 515,062 0000000000000000003c66c5c9be6ea0851dcdd9e5b28511bd93d435f9e74af8 0.08 MB 204 28
515,061 515,061 0000000000000000004423b091eac6ce561a9d8ea31cfa77379aab3a1e1cd07e 0.65 MB 1,251 27
515,060 515,060 00000000000000000050279fb07414cd497a696a97c3fed4785ac67a96eaf582 0.37 MB 848 36
515,059 515,059 00000000000000000040a12bcdd9ce76171f5b37a3eed20e576b402d60e537ac 0.80 MB 1,723 32
515,058 515,058 0000000000000000002176619caa8d685f02cfa63ebd79edc0032e6b8b84a929 0.41 MB 822 34
515,057 515,057 0000000000000000000e65974bec334b95e34a713a4b2ed71530903706da87c8 0.56 MB 1,224 35
515,056 515,056 0000000000000000001a6f7fc40321da61aada55d65aa199008737de24c99471 0.13 MB 182 11
515,055 515,055 0000000000000000002d0599f9538ba5cbb26bbb821643863f8f2e2eadb6e2ce 0.24 MB 396 6
515,054 515,054 000000000000000000043c64dd3dc4c3401d3290c3d0a4d640da8c6293f95a97 1.11 MB 2,422 28
515,053 515,053 00000000000000000019afc3cf0f12414c3b03cc36b10964922d86d7c7cd8498 0.07 MB 176 19
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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