Memory Pool Memory Pool Refreshing

56,220 transactions
28.83 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,813 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,880 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,812 (22,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
850,286 850,286 0000000000000000000285a4c699da551be7d3d134c89484925aae26bbe6d77d 1.62 MB 4,654 13
850,285 850,285 000000000000000000032dbd03823b16fa1ef949add51f4fc61433c0503ae6b8 2.65 MB 2,652 10
850,284 850,284 000000000000000000005fc2e03a9a593678021e6dd23a31f231afb5173c2b54 1.67 MB 4,557 14
850,283 850,283 000000000000000000001401408510a5eaa856fea40986a2eff5f082d0564884 1.61 MB 5,401 14
850,282 850,282 00000000000000000001843f98c28caf924e6d7cf08d8fdb13d21f28e5044e22 1.72 MB 4,590 12
850,281 850,281 000000000000000000016ca08fbb88f801b2281489bedcea91741db8df60805c 1.69 MB 4,473 15
850,280 850,280 000000000000000000013dddd95f02395b0e06e6d9ee632e4a7c037d5ea77f30 1.69 MB 3,622 19
850,279 850,279 0000000000000000000041455468f83bc222e0c61366eb5ec8cd0c12596fc3bf 1.57 MB 3,918 17
850,278 850,278 0000000000000000000234ecbe40033eb60cc52610251f3fc3813c20bd3993e3 1.43 MB 4,347 11
850,277 850,277 00000000000000000000155225d94f92fe10e590883a2272c250595b409fe5af 1.56 MB 3,922 16
850,276 850,276 000000000000000000023cad974464cf78e28bc220aeeeff39abc7c80af9f7b1 1.65 MB 4,539 14
850,275 850,275 000000000000000000034288283b456f0adda712b7ea821c9688251dc62f09dd 1.67 MB 4,646 8
850,274 850,274 00000000000000000000cb330d00bac67cdff527691e09847596b3e0b823b76c 1.65 MB 5,498 12
850,273 850,273 00000000000000000002bd8bd17ee0fc2eb210d873c5eb358a5ef62fa673b180 1.59 MB 5,483 14
850,272 850,272 00000000000000000002f025eda43021409fb84ad2830f0f6c43e0ed41d03f40 1.62 MB 4,536 14
850,271 850,271 000000000000000000021629f84a9f23f3e6fb972a9ffeb5bc596a0e9074f155 1.73 MB 4,994 12
850,270 850,270 00000000000000000002fed53d5a3fb3a1ab23a9d9340d3c8a44a137628ed060 1.79 MB 1,740 7
850,269 850,269 00000000000000000001d48a74c94d988ddf6cd352697c5758b7cf6dadb814a1 1.69 MB 3,082 8
850,268 850,268 00000000000000000002e9605ddf62e1d22286e416acd6ae8ea1d29c756a41c4 1.72 MB 4,093 11
850,267 850,267 0000000000000000000114ef4d6bd133c617aecc0b10df607cff34a700fd3a58 1.87 MB 3,968 10
850,266 850,266 000000000000000000035332b913675dfc41a1cb8dfaf2f80e9e5f7693f9aa23 1.89 MB 3,537 11
Previous 10 blocks ↓
Total Size: 704.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,657.92 GB sent, 242.82 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.