Memory Pool Memory Pool Refreshing

71,822 transactions
38.76 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,080 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,382 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,079 (415,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,767 434,767 000000000000000004387f498540ce81bcd910aa290582a2e9f7e234be8d4a10 1.00 MB 2,476 74
434,766 434,766 000000000000000001e50ed7ba9de31ca9c579fad10c861fa86b65155829ec62 1.00 MB 1,168 35
434,765 434,765 00000000000000000283db0149258ca5d08db035ece4e0caecd85d3bae2b1f30 0.04 MB 109 62
434,764 434,764 000000000000000001c9dd472aafbe439f2fca6e22d97114bfe24db0a1ae5f64 1.00 MB 1,309 30
434,763 434,763 000000000000000001090c0f50d990418b4e477324df51421cff247ba02fa021 1.00 MB 1,431 27
434,762 434,762 000000000000000003fb79600b7d749364569141d26807f6a602594790a1bacb 1.00 MB 2,047 56
434,761 434,761 000000000000000003fbf9597a390b386c8fafda4f0dfe1d1d3e9bd7552f4b17 1.00 MB 2,081 67
434,760 434,760 000000000000000003a79e4a247b49ae5430a8962480a0decd3b8a982aa8aea1 1.00 MB 1,851 37
434,759 434,759 00000000000000000399ae1167388b36c4da77f20b08fd02a923b209e32f50ee 1.00 MB 2,634 72
434,758 434,758 00000000000000000227822b173db8d3d40b08614447245996ba4817fb433464 1.00 MB 2,400 63
434,757 434,757 0000000000000000003f8a44a92541c9511b32de5c7cc80714ca177424e7058b 1.00 MB 2,450 68
434,756 434,756 000000000000000003494f64de589eb47c1f97c82f403dbaabc69d7690239e96 1.00 MB 2,661 84
434,755 434,755 0000000000000000035fa3b0df7393f6a93c67bb5a0372197cf46be144b6b44e 1.00 MB 2,631 69
434,754 434,754 00000000000000000040a55a547cbaafa74179119348b032cfc5c3e838081b4b 1.00 MB 2,867 74
434,753 434,753 000000000000000002702671f9bc294e2db24888e3d662dc7b00027cc1889286 0.99 MB 425 21
434,752 434,752 00000000000000000424757010ec8767854b855ffdbf6b54c10bd8ceadc44fd8 1.00 MB 2,137 43
434,751 434,751 000000000000000000a96e5dc1a43991df8bb5b818632336b76dbbc771d19758 1.00 MB 2,493 72
434,750 434,750 000000000000000000cee265762488102b0c3e1ef0a283eb3f303dc422af31e6 0.90 MB 1,575 50
434,749 434,749 000000000000000004112ed247dfa4a0eada82df8c2cfccedf349df3ab4bb78f 1.00 MB 2,686 68
434,748 434,748 000000000000000001e3e6225c3cd9aadcc196bd702cd15f6dd1913649506fde 1.00 MB 1,162 32
434,747 434,747 000000000000000003897bc6b55bd62cf3be909d31935a8ee7816e684d907dcf 1.00 MB 1,891 38
Previous 10 blocks ↓
Total Size: 661.66 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: 1,037.29 GB sent, 7.23 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.