Memory Pool Memory Pool Refreshing

83,012 transactions
28.52 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,512 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,145 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,511 (336,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,815 512,815 000000000000000000430fce68149c6f629b8630829c3bdd4b1726a4aae1f0ab 1.14 MB 2,592 40
512,814 512,814 0000000000000000002e71fb007b6fcd21538b74c9def4103efa92df4c5adbdd 1.08 MB 1,542 20
512,813 512,813 00000000000000000037b51e5bd6228cd179dda31d165ae2452e268fd8034e7e 1.15 MB 395 6
512,812 512,812 00000000000000000036d5011602f7147ec63ccda8f1e9143891388652fc22f2 1.10 MB 333 4
512,811 512,811 0000000000000000000ea0481f7bc790ef0c4a43375f43f05b30051d52267979 1.07 MB 358 11
512,810 512,810 0000000000000000003b144cb3033eff75adb7231b7d143c96e314efb98d3f6e 1.04 MB 534 6
512,809 512,809 00000000000000000040b8b10893d5bc7e8bf6b48845732971081daf4e8969b7 1.15 MB 3,041 42
512,808 512,808 0000000000000000000a0986d4996acc1c4b901ca83cd30db210335e8c7fdcbe 1.15 MB 2,463 34
512,807 512,807 000000000000000000023ce0d0a0c60138090e10f00990faa4ca4ce602681046 0.04 MB 122 37
512,806 512,806 000000000000000000111ec8622f739fa7b1b8cc41d3665fbcdb7a4ce49718fe 1.14 MB 2,232 34
512,805 512,805 000000000000000000048c33e3b276b00520fd8dd6a9bc4ccd1bdf6b8dae4fc1 1.05 MB 1,052 17
512,804 512,804 0000000000000000004eb95084787e93e8ccad5969b241cafed53f45b21a0192 1.14 MB 2,424 29
512,803 512,803 0000000000000000002cd42bc7bb77c87e01792e3e1ace24d7f6634e2e6ba6d5 1.09 MB 1,972 21
512,802 512,802 000000000000000000366ebd4fa8d9d246e7b04363858b3942ccf51f38a47e87 0.24 MB 572 47
512,801 512,801 0000000000000000000dc4d58b90d900d8e652fb8840a7f8e3e70e636de84947 1.05 MB 909 12
512,800 512,800 0000000000000000000668ffadda741cda79d6a35e997bbefc73e6a37e0d32a9 1.09 MB 1,772 20
512,799 512,799 0000000000000000001de2df21bb073f66dec9fbd44e1e5f6bec840f8a95cf4d 1.09 MB 1,736 19
512,798 512,798 00000000000000000025864530631207a3b1031b0fb49b800638881783b46a0b 1.06 MB 1,288 18
512,797 512,797 00000000000000000014117024dd04c262339f3de55f0e5eb1cb682c84dcdfb2 0.62 MB 1,119 16
512,796 512,796 000000000000000000434e30ab195f95995f62a6668cbcaccd8011439d0d4a0d 1.12 MB 2,631 33
512,795 512,795 0000000000000000000816a4092a0a07c9980428204c26ae13fcc4b92dba3e4e 1.20 MB 2,811 39
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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