Memory Pool Memory Pool Refreshing

61,262 transactions
26.27 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,441 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,741 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,440 (118,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
730,818 730,818 00000000000000000009229147adc10d6e7c27a04cab3f78bbae1ee283b53a39 1.22 MB 1,362 4
730,817 730,817 0000000000000000000231691f3d9a199644fd3ceef44f8ce5b76faabc5541ad 1.51 MB 3,137 10
730,816 730,816 00000000000000000007b00554870a0b12e6ec3ac04e3ce1a30b4f1011a6cd59 1.30 MB 2,011 3
730,815 730,815 00000000000000000008a3965d1324f30f716733038f742cfa9c5f6296d16e7d 1.72 MB 2,089 6
730,814 730,814 00000000000000000001cc845d6410678f89ae9044d955944422c0e9639a9b6a 1.51 MB 2,419 15
730,813 730,813 0000000000000000000564aacee603a4af72830cc14cced3f2ff78f2eecc0aa4 1.63 MB 1,345 2
730,812 730,812 0000000000000000000630bad92c8799e0c4680626709f530f2ea31b25225f8b 1.48 MB 2,830 9
730,811 730,811 00000000000000000000e9ed4326c7b4864b0569b0ada7f36219fb618fc95220 1.56 MB 2,097 5
730,810 730,810 00000000000000000008ca13868de7af045b568d1173094c24d5ddc2cec812da 1.40 MB 1,116 5
730,809 730,809 0000000000000000000279f496b8b4f29e09ec67273329272461b420fb8a79d6 1.74 MB 2,071 7
730,808 730,808 00000000000000000000e3fcbfdbd3fb1e49c6b14f363302c76200e2789075e8 1.54 MB 2,765 7
730,807 730,807 00000000000000000003d1ada8cde41027babf0a936e4839586ca74dd68a0211 1.44 MB 2,429 9
730,806 730,806 00000000000000000004dab90f83386d89fd42ddb728cea6c94a5eed0ab4ffa2 1.34 MB 2,341 3
730,805 730,805 000000000000000000079a465ed14a83f03c7c23637e0829c4246fead9b54277 1.39 MB 2,389 13
730,804 730,804 000000000000000000063c220e6fa7d9f868e8e3682bf175827144626ba11653 1.40 MB 2,429 10
730,803 730,803 0000000000000000000760408523a1e58a402dd3ec47e90a38596270d689e70f 0.39 MB 671 8
730,802 730,802 00000000000000000009448c9098f6b1cd5cab95434af51b31f8206c646e3bfa 0.19 MB 280 13
730,801 730,801 00000000000000000008fb1250154f198cd10e309a75f9d01671f5247e48896c 0.32 MB 617 7
730,800 730,800 000000000000000000055be84d1e3bd330f5d1435ef6ff1a9af4ab594228949e 1.65 MB 1,687 6
730,799 730,799 00000000000000000007bc9d15bda2dc26e69e754a11c8db5d99937e4da341b2 0.38 MB 367 6
730,798 730,798 00000000000000000005df4a106ff3cd14f0097822b710ed4a24d52e8e21607d 0.42 MB 501 6
Previous 10 blocks ↓
Total Size: 660.44 GB

Node Information

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