Memory Pool Memory Pool Refreshing

83,635 transactions
35.58 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,628 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,916 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,627 (112,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,094 737,094 00000000000000000001533d8e6cf14e99e87e94b8b65c2f818fe5efee6a2df3 1.49 MB 2,874 21
737,093 737,093 00000000000000000008432407829aaf93624fd525ffd55ffe625a8fac642a3c 1.30 MB 1,730 18
737,092 737,092 00000000000000000007b2b8d7b9a7be2ba9a878946301d0b792ca56cf6c1121 1.61 MB 2,649 14
737,091 737,091 00000000000000000001a4a8ab88a41ad2a05743166dc6d1baeb2f948c9f1777 1.44 MB 3,031 23
737,090 737,090 00000000000000000002b3ca2f30d00f67630a8820aeda8b5aa4f2a5260cf8bc 1.36 MB 1,814 4
737,089 737,089 000000000000000000077cbedc3cae6f43be03645a5cbb1d4e7c4abcd1b51da0 1.60 MB 1,875 3
737,088 737,088 000000000000000000016711c949bc2e162fc551086c4d1a8c663cd9fbb8ba22 1.58 MB 2,736 11
737,087 737,087 000000000000000000037d18dd484d75579ad4cccdf2b7ff0ec518f09b035f84 1.48 MB 3,144 22
737,086 737,086 00000000000000000001c6a564c35fe4d6b40a4e7de902c4c8e94bdb56f2021a 1.63 MB 2,059 12
737,085 737,085 0000000000000000000427728e133dc3f64cf7aeeada5409027999159c1252e1 1.41 MB 2,274 10
737,084 737,084 00000000000000000008b0c455fff76695b10d9756bc997eaa7e09411f17f8f9 1.51 MB 2,197 9
737,083 737,083 000000000000000000014a55f831f5995dd6ee9e1a87190679d8a04ce2ab8a2b 1.50 MB 2,896 21
737,082 737,082 000000000000000000077697db541caa70fe5302111ecca871f5ab8031d687f7 1.18 MB 1,075 16
737,081 737,081 0000000000000000000108a9f7c552a6871ae666c21e0de41fe92c6b7874b6d3 1.49 MB 3,042 16
737,080 737,080 000000000000000000040c607b9425e3f29cfee70721a205569d8c80a8850188 1.59 MB 2,815 14
737,079 737,079 00000000000000000001a0d5352efc67c1cd83535b91fa31b5b8f589fce2de18 1.55 MB 3,068 8
737,078 737,078 000000000000000000028001aee0cdb8038a4bfacb9b79940045ef4821dd1b0b 1.55 MB 3,057 15
737,077 737,077 000000000000000000073f1731c1091b9b712d8a11cbcad3f75e5791ce046a14 1.47 MB 2,713 10
737,076 737,076 0000000000000000000515358cbadb0fd406d44676e46ad82658522caf8a1047 1.70 MB 1,892 13
737,075 737,075 00000000000000000007eec63e30d7629a9dd6dbb2cf438c0f53888d93247f90 1.63 MB 3,645 11
737,074 737,074 00000000000000000002c5c1cc7d603c01c3b0e237f1bc15c06881ddafb07faa 1.41 MB 2,942 20
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

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