Memory Pool Memory Pool Refreshing

84,632 transactions
35.01 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,083 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (91,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,091 758,091 000000000000000000066c1b845a9a7f56445aa7b1ae784957bb701ac36d0b8c 0.93 MB 893 8
758,090 758,090 00000000000000000004e2aa8dce285d43bf332423b028425de0dec269111cb5 1.55 MB 1,592 3
758,089 758,089 00000000000000000002b73029a6925293b9aca80b9d491523b38e169e969020 1.81 MB 1,954 10
758,088 758,088 00000000000000000002277bc9e90ceb08c6cdf8a3c7ae0614d868beed961a97 1.77 MB 2,298 10
758,087 758,087 0000000000000000000375feac42075017adcb91dad072fd0de107165aa073ae 0.81 MB 990 8
758,086 758,086 00000000000000000004b5d8523806a03de593dc20ab1d66dfe0914e603ce10a 1.20 MB 1,465 4
758,085 758,085 00000000000000000007360d763434d798ab0539aa605fae912e4ef149446b4c 1.60 MB 2,980 11
758,084 758,084 00000000000000000007e6d42cf0e1c988fade79027b537ab2e316a7ac63efd6 1.27 MB 1,197 1
758,083 758,083 000000000000000000002bd2ea79f6f14af47c8248db51bd411161d754739d0f 1.68 MB 2,838 6
758,082 758,082 0000000000000000000756c09c6b3d636c03e7e86218e6101548225c5228139e 1.46 MB 2,328 6
758,081 758,081 00000000000000000004fba6969df8a3cae82f0e5d74633013d3222cb98e736f 1.45 MB 2,725 11
758,080 758,080 000000000000000000063ec7c1dc56730dea154df89c289739d142d5264a9fcf 0.21 MB 434 6
758,079 758,079 00000000000000000001929d5ac6362fb442ce178264acd57ead0f871931a223 1.63 MB 2,984 8
758,078 758,078 000000000000000000015d1acec9bd19e7ec1dba2b6c384b74d0c69e09ecc54e 0.90 MB 1,179 4
758,077 758,077 000000000000000000035f5764c89d67abfdc26fa95740f9cc3676a639da1d04 1.61 MB 2,333 4
758,076 758,076 000000000000000000062e64570b850f8f4a45632947ea45acd16dc932537581 1.61 MB 2,766 5
758,075 758,075 000000000000000000061763ea521e0516e2764778e2999c8fd5741c2daca8c8 1.50 MB 3,552 13
758,074 758,074 00000000000000000000d57407fd5fe38f08b3f967ac7f3d3868e6d2169e1b6b 0.18 MB 485 7
758,073 758,073 0000000000000000000045e4f22af5340ad6d3054b561d72fcf767ea6794872e 0.42 MB 881 6
758,072 758,072 00000000000000000001bed10e9476b80a664313f40b56017747e7873926ceb4 1.43 MB 1,647 4
758,071 758,071 0000000000000000000408dc993d2790fa0fa5a80be6c6f3e6b166d7059880ad 1.85 MB 2,037 5
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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