Memory Pool Memory Pool Refreshing

81,850 transactions
37.06 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,659 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,955 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,658 (657,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,077 192,077 00000000000004264f4febba3960568991b2fe16c31615f30ec8d9aa43e86583 0.00 MB 1 0
192,076 192,076 000000000000064d18c2d74a224a199577f6e7fbccd3056b7482a87805358ef6 0.10 MB 170 97
192,075 192,075 00000000000006da70930346a843a2ea07822d95f4e9fcbf392d59be02cef188 0.04 MB 69 75
192,074 192,074 00000000000004b277c6c8ba896fbc575ac63525f06b71853ae6b0050f8c5cc1 0.08 MB 165 100
192,073 192,073 000000000000046977084766e1bd15c825d8e0cc182e56ef96e057fe23b5185c 0.19 MB 481 176
192,072 192,072 00000000000006179329fa9b22f44d41620ebab4b36d76340d63a7c01e46eb65 0.04 MB 141 22
192,071 192,071 00000000000000dbb2dec700c2fe07bff39e7bf279bc1c4ef06c60d3e718fd61 0.03 MB 81 90
192,070 192,070 0000000000000550b6f7ce44361dbbcb6c924ed20d4394786d539548c0a66513 0.02 MB 62 2
192,069 192,069 000000000000048bece4d39454a787af9cbfd8f171af01065beac28d1dae709c 0.04 MB 111 114
192,068 192,068 00000000000000a583555164ec564e4428d66b3047c84410e0c473c96000186b 0.02 MB 56 104
192,067 192,067 000000000000053cac010e55fc2467dc12fa002f9b707ed7a365c1b09337400e 0.05 MB 106 135
192,066 192,066 000000000000080b6712cf299b436d5c2aa53fbd6f320e52d3d00fbfe4748ff6 0.13 MB 303 140
192,065 192,065 0000000000000108940b255d1ca4862a4241c763047196e9131b9ec21e7a7bd4 0.05 MB 123 182
192,064 192,064 00000000000003f56042c91a3b04b939029e74147f80fe868287786efaaa5f23 0.04 MB 81 114
192,063 192,063 00000000000007cdd5edb5b499882e5228e08e9818d6fd25515744d9d9803b38 0.06 MB 129 119
192,062 192,062 000000000000027834dac5e5fe5520f2c021d7579245b841e08bd103ba578d6d 0.07 MB 133 140
192,061 192,061 00000000000000d535823d21db7cdcf3fff791afa56632df1bf17cf7c6da6798 0.05 MB 130 27
192,060 192,060 000000000000041af7a9b09a6b0a037069c9bfb4f4c7eb5ce50761690a83cc85 0.11 MB 252 104
192,059 192,059 00000000000006e1c746e60564f263e57eb484019a59db2e1ddbc6698974db3c 0.10 MB 216 173
192,058 192,058 00000000000006a172e8ed87776043febe240342c2a03e5a3a18330563274a72 0.08 MB 130 110
192,057 192,057 00000000000007bb30a05d1f5d4d6625382324ae5c1d4368a17fb11bc1ced65e 0.10 MB 174 155
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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