Memory Pool Memory Pool Refreshing

73,186 transactions
32.29 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,497 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (469,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
379,800 379,800 00000000000000000348a887c34c131dc89c33c229a2123ab093457d25e58b67 0.89 MB 1,833 43
379,799 379,799 00000000000000000ae4ce72a9b0ae34ca585ab5aa622a655450c4db79b30678 1.00 MB 442 9
379,798 379,798 000000000000000003174271fca86826c2ae633b04a551da45c89aebbfb23eef 0.45 MB 400 12
379,797 379,797 000000000000000004c4857f4e25873ae4e7816fe18bacc15730818fe9a56ddb 0.99 MB 451 11
379,796 379,796 000000000000000007f48c5d6cf513883c022fe6f7be45c01bc25bdebb2e7322 0.75 MB 1,400 33
379,795 379,795 00000000000000000d97b7e1a085c690a4a00736a736a4a80a39acab28a8a371 0.00 MB 2 0
379,794 379,794 000000000000000008609c30dc5b188db1fbca3dbfed1a66136957ce9a800098 1.00 MB 2,759 52
379,793 379,793 000000000000000004965ec2aeda32fd15d939d4fce65aef49a5c28c124855d1 0.32 MB 614 42
379,792 379,792 00000000000000000b729c6aae7e701167e594493f6b7367bc17b309b4be6d46 0.25 MB 302 19
379,791 379,791 00000000000000000c400c5a9c4adb0b9cdbc3f9e0f3cba86fd27cf483d81a3b 0.95 MB 1,478 29
379,790 379,790 0000000000000000061fffab00bab5b6ab234f650cbd39f1cf2b131f5cafc9ea 0.00 MB 1 0
379,789 379,789 00000000000000000d0d72250796fc9caf09453e70d0b16c032fa2171504834d 1.00 MB 1,414 24
379,788 379,788 00000000000000000cfa6fec672b797daff95985adae49ea617e6c00d633d292 0.75 MB 1,324 29
379,787 379,787 00000000000000000c8d3672ccdb729dff59b1875d49517b40e66ac4c434941f 0.41 MB 966 43
379,786 379,786 00000000000000000737fae85cc542efafaf256e9dba8a8d327a4d1398e52ede 0.88 MB 991 21
379,785 379,785 00000000000000000e2a1c67bcba6b235308ff5d5a4e406ca0b0b17b2d7c73d4 0.92 MB 776 17
379,784 379,784 0000000000000000059cc0aedde291a793370a6f3090c4244e7bcf46e6a5d615 1.00 MB 1,193 18
379,783 379,783 000000000000000000fe86a2d53b6ca394a63bbe24c7613d458ea1173e9ffa12 1.00 MB 777 17
379,782 379,782 00000000000000000c6ae7eed2d05b30de02f9462ce0d532a55f5005e1d3473b 0.93 MB 1,225 25
379,781 379,781 000000000000000003b2b6975bd861a2671faaf3eb3ef1343cafd08a9f291b5e 1.00 MB 2,804 68
379,780 379,780 000000000000000006c488791bafc490efb365ad609ed39e6ee51d1afbc8ed83 0.93 MB 845 21
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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