Memory Pool Memory Pool Refreshing

74,256 transactions
32.87 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,456 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,942 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,455 (87,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,108 762,108 00000000000000000000c522da2b1b9d154417ba856db159b8e0e3a10180ffae 1.19 MB 1,312 15
762,107 762,107 0000000000000000000515afa696a0f05b45393f9e9f5287be251dfa8010eb4e 1.47 MB 2,028 12
762,106 762,106 00000000000000000002d069bcb65840b2b068a07e5464219b194224b898baa8 1.63 MB 2,367 4
762,105 762,105 0000000000000000000346ae0066371cbd9f85b1abf40440c685995221d6027d 1.67 MB 2,766 15
762,104 762,104 00000000000000000002e554e90493bfa6169833194729c40e4b338d4e084435 1.49 MB 3,249 21
762,103 762,103 00000000000000000000331b5727d276f99f507c215c34f4b370145a4da96eb2 1.62 MB 1,384 4
762,102 762,102 00000000000000000002b127515180b3ffc257b6e08fe3db94138bf0131095b8 1.72 MB 2,386 10
762,101 762,101 00000000000000000006cdb99e8f0890ea2fd9615ed40c5ccd54c19d5a85d132 1.67 MB 2,033 16
762,100 762,100 000000000000000000026f9c284ced5a69067be6f7f902d492415417a8d05d41 1.48 MB 2,314 9
762,099 762,099 000000000000000000051f86c3440ab44502dee7b0260a407065e3c4da0938cb 1.48 MB 2,292 14
762,098 762,098 00000000000000000005bb33a0e8a46875e99b70b15a1eb36b41d8584f7c6257 1.53 MB 1,991 24
762,097 762,097 000000000000000000001c6f607e00b528d8bd1d220d3c28b295565a59200a8f 0.81 MB 463 3
762,096 762,096 00000000000000000000bcb0aecf86050f4a8454413231d12186a65c2f7ce122 1.76 MB 1,390 4
762,095 762,095 0000000000000000000330bc1d0eb9ee027783f6bb5ff1afff5dbdd017131b3c 1.53 MB 3,012 5
762,094 762,094 00000000000000000002e6a83d15182eec862be1db025463cdf92e424314a4cd 1.54 MB 1,544 9
762,093 762,093 000000000000000000071967bdf2b43f45b625f7c6b3161cda1f40b6e8c7e775 0.00 MB 1 0
762,092 762,092 000000000000000000039ba2ab7b5f63a3a23c60031f4840efed5b6e45f11f77 1.49 MB 2,743 15
762,091 762,091 00000000000000000007301c528a259cbc64401d4998a96715a885939b62de4f 1.47 MB 2,794 16
762,090 762,090 00000000000000000002042814ad638760719b8606b11a49de22350fa68e37dc 1.21 MB 1,413 16
762,089 762,089 000000000000000000074d421fa71d275947b5166ec8ca966071d00ae9b799ef 0.68 MB 1,100 8
762,088 762,088 0000000000000000000264ead579f06f50030b1b275ed38917a896360b04db02 1.48 MB 2,753 11
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 375.38 GB sent, 1.64 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.