Memory Pool Memory Pool Refreshing

63,323 transactions
31.64 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,687 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,555 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,686 (91,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,587 758,587 00000000000000000000aefa953ec37eea8af0fd10955c436c4051a02d04de3b 1.23 MB 777 5
758,586 758,586 00000000000000000007927c73d45e6da15dfeb66174ddaf5bbe0b00ea9e9190 1.34 MB 1,927 9
758,585 758,585 000000000000000000020e5ed9fdb0f033b90058ce1452c30eb497fca5b3233f 0.78 MB 1,291 8
758,584 758,584 00000000000000000007c66e4e27a3def0abd90e67c9f530844a0b4a221dd38d 1.51 MB 2,747 9
758,583 758,583 00000000000000000003a2aabe5063ef1e8ae16efa5b2f55279dbc0606471d68 1.25 MB 592 4
758,582 758,582 00000000000000000006912bc3744aaef99fb55240fafc6f6af05953a6de03ad 1.30 MB 863 5
758,581 758,581 0000000000000000000723bf5767c9bebd6b8b696d813f742d19a87bde1c7e44 1.22 MB 1,350 8
758,580 758,580 0000000000000000000054decf4591310534f6ce1998fcbd244d8b6a70b29a30 1.15 MB 766 8
758,579 758,579 0000000000000000000324c9cc9fd0e0148986c3c6e0873d3eaa7c4636eff862 1.70 MB 1,251 4
758,578 758,578 0000000000000000000140b98b79375f2358131cad09bfa8789af109a172ec24 1.06 MB 629 6
758,577 758,577 00000000000000000004bf007070a8c84e4888986d8260c5c0cb10cc8da967a8 1.04 MB 369 8
758,576 758,576 00000000000000000001f9b6ae18430106b1f1397865164124ccde9c459c3805 1.40 MB 2,266 13
758,575 758,575 000000000000000000051f194981778f94d2d2aa4992935e81143aee5d98e788 1.39 MB 2,491 13
758,574 758,574 000000000000000000074e1c356f4a83d595b3c119a81e0268288809ebd738d0 1.19 MB 1,015 14
758,573 758,573 00000000000000000000863889fa504f13fba3dd0c8cd7c2b06926612bc90443 0.27 MB 264 9
758,572 758,572 00000000000000000002e6bde8e5630b25b3dc8ca36036323a4ca922eb53510c 0.20 MB 48 3
758,571 758,571 000000000000000000068dde3e4d122b97c391778cb06abf46a771b8f1050a75 1.60 MB 1,225 5
758,570 758,570 00000000000000000002472bd40b49577a1a95d7c326cb18090c1601a26b1f29 1.50 MB 2,090 8
758,569 758,569 000000000000000000047efa16e0292b936ab68eb908b2b2de7ac5dcfc81110d 1.27 MB 1,533 7
758,568 758,568 00000000000000000007de5f2bfaffad22a91956b17a3b29053c70a50b05c924 1.22 MB 1,467 11
758,567 758,567 000000000000000000035f94d6454b865b8bf3b726bab91f8cf2b7b0264dd848 1.21 MB 1,203 10
Previous 10 blocks ↓
Total Size: 660.92 GB

Node Information

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