Memory Pool Memory Pool Refreshing

68,424 transactions
31.21 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,851 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,914 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,850 (39,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,462 830,462 000000000000000000002be3025faedb5e30e8d9e8f35db039a0a6bada396e6c 2.04 MB 1,092 24
830,461 830,461 00000000000000000000ecc0f11cd0a9cb7d73bec980da0ab011bea76fbb6248 2.51 MB 1,608 29
830,460 830,460 00000000000000000002e7ad926db930b7c2fe9fec7750a73918d3cd46ca3b6f 2.07 MB 1,914 34
830,459 830,459 00000000000000000001ab08af446343f6701cee11843a93b8f4e4b632774ad6 2.25 MB 1,973 33
830,458 830,458 0000000000000000000042ae7b37cff09cbaa27c1c448eeb1f60e1bc2cc90060 1.94 MB 3,372 31
830,457 830,457 00000000000000000001e0696c25c2e6c4fc8ea7e0c344000f3df384c49f14e2 1.87 MB 2,448 33
830,456 830,456 00000000000000000001d5e023f33a94f5e7b40cd8057650bbb74f3d604b4244 1.82 MB 2,663 45
830,455 830,455 000000000000000000026d01fc7824a1f178d241b30fe3859a3e3d833afae704 2.00 MB 2,516 46
830,454 830,454 00000000000000000002b272322c120ab861aa9e742ffbfd3c4c3a3a3b9bf4ea 1.86 MB 2,674 38
830,453 830,453 00000000000000000001b62a3162341677b0d60519e29edf372108d6bf1bbda0 1.97 MB 2,556 42
830,452 830,452 0000000000000000000266fb04139f985ad53f6113ad8a2ff73ec3f77e0e6185 2.00 MB 2,170 31
830,451 830,451 00000000000000000001a60cecadc763813e986c0a3aaccb0e6f5b98acc4582e 1.75 MB 3,055 38
830,450 830,450 00000000000000000000686d5bcbe857c82f0d65ebd762f40cb80566986b5de0 2.15 MB 602 33
830,449 830,449 000000000000000000009069e00fa5d2e83b4860e13bef71233a67daf8ccd704 2.15 MB 188 33
830,448 830,448 0000000000000000000157e9da6a26dada4a6f7d49f5d1c7739bfe6a42e858af 2.13 MB 939 35
830,447 830,447 00000000000000000001d688b117267c2cb59e92dc725b4191f0ac1c36f51aa8 1.67 MB 2,105 37
830,446 830,446 00000000000000000001709e9506166b1f61b5fcde7b719d1baa9c1c991d9d47 1.67 MB 2,252 39
830,445 830,445 00000000000000000000e012e53027eba954ee297018407a71d80d4c6c250855 1.72 MB 2,202 45
830,444 830,444 0000000000000000000304aa204dce4095db2bc1dacee381abdaf57abd5f3616 1.57 MB 2,798 46
830,443 830,443 000000000000000000008be9bf9b9654c86a39ae0cbb4c22343fbd5510517b8c 1.62 MB 2,650 52
830,442 830,442 000000000000000000011d5e965e733d3b5ba64a35b1e7acc49ac798af964943 1.70 MB 2,701 56
Previous 10 blocks ↓
Total Size: 699.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,126.22 GB sent, 205.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.