Memory Pool Memory Pool Refreshing

79,728 transactions
34.10 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,969 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (666,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,082 183,082 000000000000026b557a3f14fd0a0126fd11488a89b6adbced722dc741abce93 0.25 MB 660 138
183,081 183,081 000000000000056a33847d22d87d0ac7f5f88b7ef3831be043d15bb8b18c9442 0.21 MB 524 134
183,080 183,080 000000000000097e6b842420ec5561a61f3cf50bcdd3b957dadd3e0371495bbc 0.01 MB 24 7
183,079 183,079 000000000000076d61b30f1a3d5e3940cf1c124bb1d43c001381065772b5e43b 0.15 MB 379 138
183,078 183,078 0000000000000a39493a076abe704e05b642929830a4fcdd00ea0b48176eec05 0.23 MB 369 118
183,077 183,077 0000000000000734658d9f59a92f4103235177353b6052ccea50328b894aa0b8 0.18 MB 295 115
183,076 183,076 000000000000044ea83cc1046b220fe9c4bfca103fd6633cc60a38ba6dba1803 0.29 MB 512 127
183,075 183,075 0000000000000a26c457ad9d3d2cc2d831eb19e0ececbdfebd1f5d54adfeefe8 0.28 MB 675 129
183,074 183,074 000000000000044a174668f37696c386f6309bbc343c92859e30eb5a444a5815 0.29 MB 666 117
183,073 183,073 0000000000000529a911448d49ae70f53ea2eaab8ece401939ddebf5fda4bc14 0.01 MB 7 843
183,072 183,072 000000000000022ed4fa2a168a7e27ae835611e629e74601901a261749d881cc 0.04 MB 64 109
183,071 183,071 00000000000000d9bfb4c046cca230167a534c6b5f10acb9dca8a06bbb92f226 0.22 MB 512 112
183,070 183,070 00000000000004688f4238fa3b168a53f0197140bf25342d9d15def549c459eb 0.05 MB 128 115
183,069 183,069 00000000000008866964b2f032ab0e52f9d5caff2af7dfe723088de16ec9c020 0.42 MB 938 144
183,068 183,068 00000000000009c150cb3d775a9d7bd7a2c12be01cff0dbd44d63a2635b89f34 0.01 MB 28 193
183,067 183,067 000000000000037aaf5e91615e46c24aa306a760fc33bc79ee54d05647a08283 0.02 MB 63 20
183,066 183,066 0000000000000925ef8edfa6c5897e15e7b09601622ad88a21994c14fd93da92 0.05 MB 118 193
183,065 183,065 0000000000000323a73aa238d132ebd73d457d897c49ad0f6a87427d5f3bd029 0.19 MB 497 133
183,064 183,064 00000000000002589a360fd8cfe158aefe07ead9f90e19462a4b05d4fd183ea7 0.05 MB 127 91
183,063 183,063 000000000000017b29baedd65b07a412c156d621cd651ea879a1b32ba5e0c51a 0.00 MB 10 156
183,062 183,062 000000000000017c3396176e3909ce03f8eaada4caa264c7715aa56f08a6c1f0 0.06 MB 128 131
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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