Memory Pool Memory Pool Refreshing

31,599 transactions
28.65 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
862,556 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,118 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,555 (157,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,277 705,277 00000000000000000003f7fc0d0f8eacde848125617e8d89dbe3911ccc6c26a4 1.42 MB 3,241 21
705,276 705,276 0000000000000000000cc3adcb69b1cbb36267271b1f58c46fa3d672e5f3309f 1.87 MB 1,343 6
705,275 705,275 0000000000000000000811a785e10fbd8f32de0289d2913f9f699d940311a076 1.71 MB 2,084 9
705,274 705,274 00000000000000000000da0748e6469ed36bf94954ea477ce756f50621cafd3a 1.42 MB 2,345 11
705,273 705,273 0000000000000000000db6525317994eba72826d89bfb9fca7a4907470c2e322 1.54 MB 3,505 5
705,272 705,272 0000000000000000000b06f797ab26b012948f01edc56b32362540fa74c33c95 1.51 MB 2,839 10
705,271 705,271 0000000000000000000037576a828dcabb90ea4f156e5e56dc6fe1b750213ec5 1.43 MB 2,845 20
705,270 705,270 000000000000000000058e0ce640a27a059cf2a1347f68f67b74a12bb9edf40a 1.28 MB 1,541 21
705,269 705,269 00000000000000000004bcf461ed0c6f69b1a29b8e487b7c40235e8b0ba02a92 1.26 MB 1,623 17
705,268 705,268 00000000000000000006ec9743bd62eb5904fd72292c46c1d990730fd294b35a 1.57 MB 2,390 13
705,267 705,267 0000000000000000000a71cae543786e7b72f1b81da17cd0fa3ce8a5d0750767 1.47 MB 2,759 20
705,266 705,266 0000000000000000000018a8987ca8e71117b2814fe139c30a42cd6d7d03d1f9 1.46 MB 3,561 3
705,265 705,265 00000000000000000006583b5007e10c0d33b2157e78b238128258b4c3cc8681 1.53 MB 2,544 13
705,264 705,264 00000000000000000002e77a1b72ebe8a3fa476c6af24092c7237247ffcfbc53 1.38 MB 3,143 25
705,263 705,263 0000000000000000000b8b130b99161f846c504cf58c0e2230d5f599f826545d 1.44 MB 2,340 11
705,262 705,262 0000000000000000000e12da090d6fbb2b027091084934445a4366de843b2d3e 0.00 MB 1 0
705,261 705,261 00000000000000000008ce2fda0be38184a3f937d5395dd312388f07f20fac6d 1.38 MB 2,749 21
705,260 705,260 0000000000000000000b3f404d5f715d479551e8f6e69fa237ab28834e466d7b 1.34 MB 2,149 18
705,259 705,259 0000000000000000000b4a66f273c83c29fb09109dbc3d7ee072e01bfe8000c8 0.37 MB 234 12
705,258 705,258 0000000000000000000223ebb56c546a4f7bb199df722d8b1de945d5dbbb026d 1.65 MB 1,589 12
705,257 705,257 00000000000000000005c4dae9c08c4c60de557c66624e11aa4f8e58ba147c83 1.62 MB 1,739 3
Previous 10 blocks ↓
Total Size: 685.23 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,374.02 GB sent, 107.11 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.