Memory Pool Memory Pool Refreshing

35,699 transactions
29.63 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,237 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,383 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,236 (45,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,260 818,260 00000000000000000000e90cdcffe9690d66b434aa9cba152a21876e99faf1e3 1.84 MB 4,337 57
818,259 818,259 000000000000000000033b483a87e4ba90a5e456815991c94e33d62f993353d2 1.78 MB 4,075 43
818,258 818,258 00000000000000000003ee8df278b84a971b942a6f7ced0072a8916ac583061e 1.77 MB 3,165 57
818,257 818,257 00000000000000000002e7df36c40594f3a30fb7fd6bbf4580f6354d3ba3f097 1.67 MB 3,431 70
818,256 818,256 000000000000000000026c83d70b313f167bc1d5977a18416ab568b4326cd25d 1.65 MB 3,303 51
818,255 818,255 000000000000000000020334acb0635c0e0f255cacbb2d3331df30adb2092163 1.58 MB 3,574 82
818,254 818,254 00000000000000000002b014aa59e56c44af9f5ba4cd869b757fc48be3e102b9 1.57 MB 3,181 48
818,253 818,253 000000000000000000008b1992c800af2ed8736f2b110bfd2b2721618a2c095e 1.87 MB 3,208 75
818,252 818,252 00000000000000000003a7f2bd00781d2caa55787f0d1b302f51f1bfef54c321 1.64 MB 3,670 77
818,251 818,251 000000000000000000030a4e711a1e8dd3d582fd56b9e2763addc9c7f9eeb12b 1.58 MB 3,545 84
818,250 818,250 000000000000000000021d977b498c6a1ae2bc4e009263b9b29ad58f806edb5c 1.64 MB 3,684 84
818,249 818,249 00000000000000000000b4a77445de3ab41ade3553501c68c0689a965d0e28dd 1.77 MB 1,461 48
818,248 818,248 0000000000000000000204beac59803698690d7bbf3b9bb3be3b899f9509e05d 1.80 MB 2,681 82
818,247 818,247 00000000000000000003b2f3235505b072d79ad22a8bb0ac9286e1a48d9c654c 1.76 MB 2,502 58
818,246 818,246 00000000000000000000c48a31856bd4cbacd3c202be85a1f876ed9f1c5497b9 1.55 MB 3,667 94
818,245 818,245 000000000000000000017e1b83d51752f6249ee1c09d6161235927581d1d29f2 1.69 MB 4,307 47
818,244 818,244 0000000000000000000094715406be548dfbca8f75d7a493600b32cc53f0277d 1.77 MB 4,519 52
818,243 818,243 000000000000000000017329212a4f266b9c039a4ed8572b34626908287702fa 1.67 MB 3,480 76
818,242 818,242 0000000000000000000238852ff111f6b67cd3e05e186695d7cfe11d22f0315e 1.67 MB 3,885 62
818,241 818,241 00000000000000000000ac8b5ecda3d7bf1dc3066264205292760d1e40db57fa 1.82 MB 4,486 53
818,240 818,240 0000000000000000000103dd113e60691f73d60a1ceb2551306bcd473af31fb8 1.71 MB 4,551 57
Previous 10 blocks ↓
Total Size: 688.49 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,626.75 GB sent, 128.18 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.