Memory Pool Memory Pool Refreshing

69,497 transactions
25.53 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,988 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,884 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,987 (70,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,289 791,289 00000000000000000003884d94256e88099cf4398c7a455a7bd47e8dd2251542 1.49 MB 2,527 57
791,288 791,288 00000000000000000001bb05b664f833e96eae9caede5e070670c6345a67074c 1.64 MB 3,738 84
791,287 791,287 00000000000000000003bbf11ffe68677ae945bda2802288f1a2011ae57a86ec 1.65 MB 2,763 71
791,286 791,286 000000000000000000025e5321d62464745a14addd2495c6e32b0aaac8791b56 1.42 MB 1,747 60
791,285 791,285 00000000000000000003e103c624f6cd2ec6bb2980ed8a5acf03e18ee5705fb2 1.39 MB 1,625 56
791,284 791,284 0000000000000000000525b01e0197fa223816f5803cfb9669674a1d91012fbb 1.71 MB 3,502 70
791,283 791,283 00000000000000000002180e820449c40e4d4113055780268c69e7314eaa68f3 1.72 MB 3,702 78
791,282 791,282 00000000000000000004148c2f7199565d9e439ee59612c729eb3c0f22177622 1.72 MB 2,619 70
791,281 791,281 000000000000000000026ce4ced465fa55b64c19f564c18ce21e196ed55ecf8c 1.68 MB 3,548 83
791,280 791,280 00000000000000000004e97b08a51e38cd47d8a14124a72d7ea492d8aca90f6c 1.84 MB 3,880 90
791,279 791,279 0000000000000000000373328c8ebf457b72d843905a79d3e14c8adbe43395ea 1.85 MB 3,860 86
791,278 791,278 00000000000000000005a7180d81329d12994cf5ba96f1bff641c1114e3ba4f3 1.57 MB 3,356 92
791,277 791,277 00000000000000000000f5e656bcb8bb12d6c76bec39f2bbe56aedab65754014 1.56 MB 1,939 59
791,276 791,276 000000000000000000035fdb2a821c607e6f3e2d5710eb3e1f3100773a8b1524 1.54 MB 2,024 62
791,275 791,275 000000000000000000041b5eb5ab45293e30d0ab6e93a585989d600dbd5b40d9 1.93 MB 3,146 66
791,274 791,274 00000000000000000004e866a7c3737c6c2ced83ff0a6d9afd43b441d68f8074 1.84 MB 3,663 71
791,273 791,273 000000000000000000013c4448e53706f1405773ed8798cd7b8cb0f21d91a723 1.57 MB 3,039 99
791,272 791,272 000000000000000000020d91e0683bb84b5a79d497262963ae627eda49eb9fbd 2.02 MB 2,818 50
791,271 791,271 0000000000000000000204b05c030b64d26df5629ff1ab3c291c71dc933a101f 1.64 MB 2,393 59
791,270 791,270 000000000000000000024430ea60f8384dc6841561644f2e589f5cb2eba55596 1.30 MB 1,529 57
791,269 791,269 00000000000000000001c238437dec3a7aa69cae802d69d08cac32bc3c595d32 1.69 MB 3,519 65
Previous 10 blocks ↓
Total Size: 684.14 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: 1,328.71 GB sent, 99.43 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.