Memory Pool Memory Pool Refreshing

81,861 transactions
33.49 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,460 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,751 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,459 (87,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,119 762,119 000000000000000000026aa8da7290471207a94c10b6ee0ddd930b5ef22e2e3e 1.55 MB 3,483 14
762,118 762,118 00000000000000000006281de4cd849f5f2b297afc008085908cee056a4eecf3 1.52 MB 3,015 11
762,117 762,117 0000000000000000000655e2b47ddfb0d2e51ef0eea060db79d4f4797b6455d5 1.57 MB 2,974 12
762,116 762,116 00000000000000000002e1a6cf736a36ebd0923eebca2ed9e3b5c38da7931247 0.32 MB 551 14
762,115 762,115 00000000000000000006016d18595ab59006e18d41a9c620be2c5f2a941eb630 0.89 MB 1,663 13
762,114 762,114 00000000000000000003404a79fbe61b4f0832c032aa5ad280c8c65a187d3f8f 1.19 MB 1,994 11
762,113 762,113 00000000000000000003c6a82255e54852a157dc3216278b0ddd26075709b610 0.57 MB 364 2
762,112 762,112 000000000000000000039f7686d20cc7a7e017617b6415d98218fefe944eace9 1.73 MB 2,474 8
762,111 762,111 00000000000000000002b82331b38349bce81fecd625bcabac167518e151dd6e 1.64 MB 2,045 8
762,110 762,110 00000000000000000000bf81eee1dcce376e9c5e5ec970d3967f07beb2b347ae 1.54 MB 2,312 8
762,109 762,109 00000000000000000000376eab59cbbd9c048f83e10d4883115a16a53b2b8671 1.32 MB 1,548 15
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
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, 100 incoming
  • Data Transfer: 381.31 GB sent, 1.69 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.