Memory Pool Memory Pool Refreshing

51,483 transactions
25.19 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,223 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,336 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,222 (406,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,111 463,111 000000000000000000c923df43deb310dcfaef48a6d4aa3f506129f9ff1208ef 1.00 MB 1,375 108
463,110 463,110 0000000000000000007ab8ffdd186eb83e3dd2791a3d0584a5e654ea290ec7bf 0.66 MB 156 3
463,109 463,109 000000000000000001e1773140efe49c205beab8a6a0049119f3113e4e4cddbf 1.00 MB 1,123 68
463,108 463,108 000000000000000000da9f47bf6f4255c37034643303ed84194910c293957102 1.00 MB 348 27
463,107 463,107 00000000000000000218a5e54450932fcc798817894aa61e0e1cbd1190fae7da 1.00 MB 625 48
463,106 463,106 000000000000000000337e3817234abdcad5e0f1021af6f360fa8e02b5bdfcb5 1.00 MB 425 46
463,105 463,105 0000000000000000007d2e82594121e08d37d3d21f49d6d06ed88acbe89b3228 1.00 MB 1,553 101
463,104 463,104 0000000000000000000e67a3f4eea9918fe198e833f70ad3e46a22c9d1949c54 1.00 MB 2,128 167
463,103 463,103 000000000000000001898496387f017952f9a54de918514849a7e29a91e37feb 1.00 MB 1,448 106
463,102 463,102 000000000000000000d75a4b2c33d6eb0bf982cfe8f363922159c745b07cbb38 1.00 MB 2,123 163
463,101 463,101 000000000000000000bc599d5c813a67086a0ff35b96da080766049211e6d81c 0.06 MB 189 185
463,100 463,100 0000000000000000020f6d44bbf87bddee6dc4e6f7dbb665f30557d41e10ff08 1.00 MB 2,004 128
463,099 463,099 0000000000000000013c3ab0805a2ea04d26436e617304b5789988972927f4b9 1.00 MB 1,619 141
463,098 463,098 00000000000000000106b4c68287302acd24d33b1a8b27053220a901e6fda82a 1.00 MB 1,993 159
463,097 463,097 000000000000000000ed248ac55c95e148c1c00446e5b3b9d5ee93b35c8124a7 1.00 MB 2,685 201
463,096 463,096 000000000000000001ce51d422027a06c7076f842d6f581d7916bfadec67788e 1.00 MB 906 70
463,095 463,095 0000000000000000013410c5f246c6f442a41f314bc9f23e117ed03a7a424217 1.00 MB 985 67
463,094 463,094 00000000000000000108f512183d0d5815afb1b854a97d706712b2df5b4c46ca 1.00 MB 464 33
463,093 463,093 00000000000000000110bffaaf180d8fe58573e57d5a6ef5b8fdd3e0a83e994e 1.00 MB 242 33
463,092 463,092 000000000000000001c408747188c758e874c4488897753b3e283359ff11d844 1.00 MB 1,789 123
463,091 463,091 000000000000000001efa6fcdb53d5130f29f76f6d0586e20ef4ee9f4762db43 1.00 MB 420 33
Previous 10 blocks ↓
Total Size: 697.99 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,066.19 GB sent, 197.75 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.