Memory Pool Memory Pool Refreshing

77,366 transactions
32.12 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,592 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,138 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,591 (569,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
279,809 279,809 000000000000000213222fc0d329bed992f2f9d4eeea91e1d1abccd90415e048 0.10 MB 162 24
279,808 279,808 00000000000000008ea9f8ba77c2825f8fce889fb37660cb4fd923a5cfe03a0f 0.03 MB 99 55
279,807 279,807 0000000000000001da572bdc1d55dc3a64b80b443e90b5bab4cd582967573f5d 0.05 MB 80 31
279,806 279,806 0000000000000001c50919862b0c2b8dc415536cf20f61ccdc6f355c2ecdb47a 0.16 MB 266 27
279,805 279,805 000000000000000063462a85a125ba8b4188c3df7424158ee23a86dc1c53b5d6 0.25 MB 671 42
279,804 279,804 00000000000000019cedf4c272a7d6018ca202cdb84d9f4bd00672ea63028550 0.03 MB 79 56
279,803 279,803 0000000000000001d14bcc09f66849b361be9a0b3e8c7ec13a602e44968002c1 0.03 MB 59 141
279,802 279,802 0000000000000000bc2258bcd88c6008a12ca5a3e8d1f3b671d358910965a763 0.35 MB 500 26
279,801 279,801 00000000000000024e063b7c1d3d9f14f12bdfaa13dc5d74d0ece8b8f99a2a88 0.10 MB 157 23
279,800 279,800 0000000000000001f7ac786c18ce228027fdf98760eca20a5aba4353a347c066 0.19 MB 381 49
279,799 279,799 000000000000000259ef2f91fb956172821131f256fa70c57010011b2000460b 0.10 MB 111 15
279,798 279,798 0000000000000002bb222afe9f35f93bbcb94907978fe705940481f48dd03de8 0.10 MB 147 26
279,797 279,797 0000000000000002150cb6183d4a932fea871eb47d84c4669c398901e47e7266 0.01 MB 26 65
279,796 279,796 00000000000000001871ab1294f9729f961608053229fea31cff02589e43c780 0.02 MB 64 51
279,795 279,795 00000000000000012262041d740b7854889469f69445ffe28149ec8752bfb54d 0.23 MB 463 47
279,794 279,794 0000000000000000182ac27a8461628163617b87b61a3cb835235910b7f7e1a2 0.12 MB 235 36
279,793 279,793 00000000000000007265641d128545bdb8c12103a131f48504f501d60f0ba47e 0.03 MB 42 35
279,792 279,792 0000000000000002259e5abdbfd5cd612c2c3eee5b506b2705f68be1072e782f 0.24 MB 403 55
279,791 279,791 0000000000000002e873e6d70899587600c718865438a0fb0ce3e660c91b0d8a 0.13 MB 313 43
279,790 279,790 0000000000000001e18de475e277d804039795a4b035d200652a249ede6fc5f2 0.14 MB 226 31
279,789 279,789 0000000000000000b7b3580608b9a0f6962af433efba9beea4b0394c35eda387 0.05 MB 55 17
Previous 10 blocks ↓
Total Size: 660.73 GB

Node Information

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