Memory Pool Memory Pool Refreshing

64,861 transactions
27.69 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,736 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,919 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,735 (162,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,805 686,805 0000000000000000000cb474aca18694e58ae4f9276dacd08e531f8f77a9d527 1.47 MB 1,900 18
686,804 686,804 0000000000000000000ba5e941ba27e3b938826570c296e18f8e28836e3ca276 1.50 MB 2,523 39
686,803 686,803 0000000000000000000614f980d9d0c2ce9b5dc2873f83234d16673be4002668 1.42 MB 2,535 4
686,802 686,802 0000000000000000000b56e068516fc4f07f8125b15db843ae7971d680a65c1d 1.36 MB 1,758 24
686,801 686,801 0000000000000000000bfd374c7cc803d7ce9b52effcb84b57a3a1ca71a259e8 1.33 MB 2,395 17
686,800 686,800 00000000000000000001c2a333c5418a3c9b7ccbbcc2c347145df713feccc570 1.37 MB 2,527 74
686,799 686,799 0000000000000000000ce0d38bd2e839534607d81531f5c94b38d2ad5bfd3b9c 1.38 MB 2,770 35
686,798 686,798 00000000000000000004a2f38c7113245effb2f5df24d0776f2e2f4950f903a4 1.23 MB 2,400 15
686,797 686,797 00000000000000000005f272b44ce2f74e8c592cb0703d191a8bb28997b4a2de 1.35 MB 1,799 29
686,796 686,796 00000000000000000000e6307a207841f470415faa304702125859c754145ca9 1.49 MB 2,098 38
686,795 686,795 000000000000000000065ca95475701e663acc368c37586a8b818c5e92b32357 0.48 MB 822 4
686,794 686,794 00000000000000000003d1b970508eaf74faa3692b16da689af16e7a33454736 1.40 MB 2,722 30
686,793 686,793 000000000000000000031d6bd451b94dadd91d4f0501ecc00c52a967d2e468af 0.13 MB 238 14
686,792 686,792 00000000000000000004189c7941a5054c343ffedb5cf71daef7b6d9ae1ae9e9 0.51 MB 918 25
686,791 686,791 000000000000000000036f237500f41de2b838a03435a23969d3aacc9a435d86 1.13 MB 2,117 8
686,790 686,790 0000000000000000000d2a8d0ebc2650149a358d7f84a94aad93b3a2953e1ecc 1.19 MB 1,807 15
686,789 686,789 0000000000000000000c9547a83e4cde1cf1825342c49350c41c3518a6a07008 1.29 MB 1,969 42
686,788 686,788 0000000000000000000040387ac54d2e5438e4f47598136c20db57d63347de09 1.40 MB 2,915 33
686,787 686,787 00000000000000000001e989be0b875b7426e4ff5c5c068c768711e8ca2d330e 0.13 MB 324 15
686,786 686,786 000000000000000000003eee54fd5f1ae769400e66b3cd9475b5fd6255de1834 1.29 MB 2,632 25
686,785 686,785 000000000000000000067332f866bb2910e78329621e0c6fa7af5c8a8ae660bc 0.22 MB 322 14
Previous 10 blocks ↓
Total Size: 661.01 GB

Node Information

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