Memory Pool Memory Pool Refreshing

73,316 transactions
36.25 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,864 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,745 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,863 (303,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
546,592 546,592 0000000000000000001e8b261c9a041b29a14fa67813f030fa60bd140e5f0195 1.23 MB 2,963 11
546,591 546,591 0000000000000000000b6ceadcd3bd781f6bc1d092411a52f67ef09c00ab441c 1.31 MB 3,208 10
546,590 546,590 0000000000000000002233ae80cdbbf323c7e87f4b0bd4d7b8c0c93cc65009b0 0.51 MB 1,256 42
546,589 546,589 0000000000000000000248266ce7901bfb17f7fee5e4bed7aeab1f2bd9137567 1.20 MB 2,869 13
546,588 546,588 0000000000000000000d4e081a14277ed7640f08090915d595f9be34256cd038 1.11 MB 3,096 6
546,587 546,587 0000000000000000001ae9709fa11c85427a9dfbe4fd8f59477ee6e98589f47e 1.25 MB 2,788 19
546,586 546,586 000000000000000000192ca609da246b7e29d0e01b776d91924fd1719b128384 1.26 MB 3,067 7
546,585 546,585 0000000000000000001cf723737866f7d5bab6c7d1aa9669bc1ef098b4d15133 1.25 MB 3,203 26
546,584 546,584 00000000000000000005d4be333bb835aa2859f61b5f2aa3d838001656b27287 1.26 MB 2,940 32
546,583 546,583 0000000000000000002043f390f92313ab56d4ffbe9aa71224cd6a56b6449cd3 0.82 MB 822 9
546,582 546,582 0000000000000000001c18386e8cf7573641996368ebc85a238d3421bff96f42 1.32 MB 1,353 6
546,581 546,581 0000000000000000001846cc32bd1814e1bcc985c4aecc7fa836885a51f9e0b1 1.29 MB 2,083 3
546,580 546,580 000000000000000000001760c53d48c88eefb109b946327751a509f1372bf5d5 1.09 MB 2,649 5
546,579 546,579 00000000000000000025d038e3eb59ce1062357c035d024b52e41d8e4545d245 1.12 MB 2,725 9
546,578 546,578 00000000000000000013fefd725389464670a2e40d5f276e8956fb43b34ea564 1.07 MB 1,579 8
546,577 546,577 00000000000000000024dbc446ff4a249ede43abb17796db06d426b973c46982 1.16 MB 1,919 16
546,576 546,576 000000000000000000228d54f01cbddf0d91583811d5e62f2b4f05a844be05ef 1.13 MB 1,971 24
546,575 546,575 00000000000000000007bc0015295ffcedb59e68e1be59676ba99d146b2786ae 1.23 MB 2,444 16
546,574 546,574 000000000000000000170d84d60c2423d2a8ce4e766df9d5b57a99f7e0eb9f40 1.23 MB 2,909 24
546,573 546,573 0000000000000000001a2f0d56fd2733cc0a74e8b7adc2e3d9ecd10aacdf78c4 1.08 MB 1,154 18
546,572 546,572 0000000000000000001246a04057a66f18b5f3b38ded9a16a4e7bda025f7dd41 1.01 MB 755 65
Previous 10 blocks ↓
Total Size: 661.25 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: 785.34 GB sent, 5.34 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.