Memory Pool Memory Pool Refreshing

77,964 transactions
32.13 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,585 (316,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
533,117 533,117 0000000000000000000938e3df734cfea54a1518daae9944bbe944a0c184236c 0.22 MB 399 19
533,116 533,116 00000000000000000022c4b34da8644bd7501b47f06cad32839b30eb67d3908c 0.04 MB 80 45
533,115 533,115 000000000000000000303e4c84f5fd1c0a95d068bd8152fac802a03237124ea4 1.14 MB 2,222 16
533,114 533,114 000000000000000000155cddce7215adbc69ef755283636ba96c8c4b8ddc361b 0.24 MB 448 8
533,113 533,113 00000000000000000002da49833c37dc6aaa06abb1544a2c06e2bf8072d5865d 1.16 MB 2,685 30
533,112 533,112 000000000000000000063c78a3c4bf8fabf7697542ac151040d8c6e849a48ed7 0.39 MB 863 16
533,111 533,111 0000000000000000001b50dcd157a1c1f11d90b66f66aa2075c55347445ab098 0.01 MB 36 10
533,110 533,110 000000000000000000167b14089ebe1431938920fd4c6f3641eef37db9d5bffa 0.69 MB 825 5
533,109 533,109 0000000000000000000068b030aea82de8e9c9efe5a7de7d661193a31aba8ee5 0.15 MB 189 30
533,108 533,108 0000000000000000002cc1d49acea2e457a00ceea613f5a3b8d939a0a6d2419b 1.15 MB 2,841 11
533,107 533,107 00000000000000000003d0d783b882f4c449befc6d1a19f3e4def9d50b8c3ee2 1.20 MB 3,153 15
533,106 533,106 0000000000000000000da9972b40870ee6c99c5d75e2be8b4c6d8db7f1a40795 1.12 MB 2,119 41
533,105 533,105 0000000000000000000ae32f4fd172ca6b2a132ca801f463753e80183b457295 0.39 MB 812 17
533,104 533,104 0000000000000000001b7c55d5058cb42b519a3697a0df15235033046c4c36aa 0.13 MB 278 21
533,103 533,103 00000000000000000013167c1851e7ff5668787b5d84a154908dfdb994b75f94 0.88 MB 1,094 3
533,102 533,102 000000000000000000289743691d1afde547b844fb24f60ec2621c786c29460c 1.12 MB 2,329 17
533,101 533,101 000000000000000000207e094674e6daea9f56a03f64fba7beda8cc2a2dcaa40 1.03 MB 986 30
533,100 533,100 0000000000000000000cb60399622e9a4d389c0ecb6bfaef1f9c0d2cf365683c 1.00 MB 641 59
533,099 533,099 0000000000000000000c59bf85a9c972372d50b118ac62e13cd73d9089ca9090 0.60 MB 1,312 17
533,098 533,098 00000000000000000000bc408cb1f5146acb5c71fac6a2e77303e8f4094e0344 0.78 MB 1,434 18
533,097 533,097 0000000000000000001525de89a472289251fd8773b4a87fd86ff1505047f6c8 0.55 MB 935 13
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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