Memory Pool Memory Pool Refreshing

66,380 transactions
31.62 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,136 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,347 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,135 (413,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,255 456,255 0000000000000000020e8fc67b0686e93fa8a0d88a082a4050449bae8cf70111 1.00 MB 1,891 97
456,254 456,254 000000000000000001eaaaf3a5eb513b55faff10331100b7f103db2fb78d2092 1.00 MB 1,200 112
456,253 456,253 0000000000000000008cea393696450f795c548d65f8fbe93e35aeee51b40a6d 1.00 MB 1,467 94
456,252 456,252 00000000000000000150bcf721957ffc32e95b003c9ac4dd08e04cc19e09186d 1.00 MB 2,124 118
456,251 456,251 00000000000000000203d68274cca8865223dbdf33a826b818125e5e1cde7b4d 1.00 MB 2,306 141
456,250 456,250 00000000000000000129b8a04164de52b807358044d8c549d02da98dd52e8230 1.00 MB 2,376 180
456,249 456,249 0000000000000000018898565b878dbfeedae64e67679d02b64d06420e062f7c 1.00 MB 3,072 214
456,248 456,248 00000000000000000030e729fdb1b6aa54d5ae6b070db90f117e84be9ac34b9a 1.00 MB 2,056 114
456,247 456,247 00000000000000000168df9db888bcda45d9df88cb8debc40425ff2cd629da6b 1.00 MB 1,669 111
456,246 456,246 0000000000000000019d1ab2f50cbc7d8c34aa55078df517b130e8a36046db02 1.00 MB 2,287 113
456,245 456,245 000000000000000000086c21b39fa9ecd7c2e795be2f18150ad649d2f4304b9e 1.00 MB 2,360 122
456,244 456,244 0000000000000000010edcbe6fbb7d4d832b55d78e8a8d94c058fd3de4cafd59 1.00 MB 1,597 151
456,243 456,243 00000000000000000005c69d73976996ed593d6dbe98f6e49a50143ffa2e597b 1.00 MB 2,184 215
456,242 456,242 0000000000000000014890f6d26a626e9dc0148d88dd51755987fab9a070beed 1.00 MB 2,005 164
456,241 456,241 000000000000000001efb566739f73e5b957c610ca50064f5fd4c36610d82e8f 1.00 MB 1,936 229
456,240 456,240 000000000000000001d128796503de7ee1c2f847d31a70b5ad2bd3034ea896de 0.00 MB 1 0
456,239 456,239 000000000000000001a6e10a9951b68d6b37ed2ec9a4b8dcae06d23487076702 1.00 MB 2,464 172
456,238 456,238 000000000000000001191043bb38209f0cafba0d67e0d616f906b637ee943bb2 1.00 MB 2,290 173
456,237 456,237 0000000000000000004d08d08a9744de90a1f12a1c329c60462ecef1a80d8106 0.99 MB 1,266 99
456,236 456,236 0000000000000000001b3ba16f4cdd618ecefbd59a04ce384e8fbe3d284b58df 1.00 MB 1,884 92
456,235 456,235 0000000000000000013ad4e21e5d7e7ece9f9bf44054f22c00057bfa26fe4b57 1.00 MB 1,183 128
Previous 10 blocks ↓
Total Size: 699.71 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: 2,185.15 GB sent, 208.49 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.