Memory Pool Memory Pool Refreshing

105,317 transactions
31.23 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,193 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,607 75
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,192 (948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,244 866,244 0000000000000000000223e1e1094b378879e452f89bc7a186f5c0fd1d27280d 1.48 MB 2,566 13
866,243 866,243 00000000000000000000e6ae0c549ae14243b21ab38eaba0e49624cb96fb0222 1.51 MB 3,357 36
866,242 866,242 000000000000000000005d04dfaebf5daf95147521256b613e0640d13d2d7356 1.59 MB 4,990 26
866,241 866,241 00000000000000000000b633c95ed549d15f40ef247977516909145abc388dbd 1.62 MB 5,273 11
866,240 866,240 00000000000000000002b0acd7418c696b5b2e166ca72ca2db265b1e1e35ab14 1.52 MB 3,348 26
866,239 866,239 0000000000000000000035f556033e45b909ca29d355ff57b0faafdd397529b9 1.49 MB 3,349 20
866,238 866,238 0000000000000000000091b8cf256ca25354a57b7bc8a80fb008f2c874780902 1.50 MB 3,679 16
866,237 866,237 00000000000000000000b23a271c01a5fbf79579867f9ce1e600e67a9c981ecc 1.57 MB 3,259 17
866,236 866,236 00000000000000000001fb5b3ff1317776a68857a5a590c59df577c7d3925e6e 1.39 MB 3,197 17
866,235 866,235 00000000000000000001595d0cd2e2985c62f7ac0e7f008b558718ccb0344b50 1.16 MB 3,264 12
866,234 866,234 00000000000000000000c257383d2d7be307660c69f15b20e90ea5570dd28bbf 1.39 MB 3,969 24
866,233 866,233 000000000000000000013fb07b64a3756fb0116db6952e9e6a52013e1fb35d60 1.45 MB 3,263 11
866,232 866,232 0000000000000000000051b616ecb6478b7c2e888b0c321f6433e80dd8de6139 1.33 MB 4,056 25
866,231 866,231 00000000000000000001fb8194bcb57cb63a6dc3de993e2aa6a911908f46cf6a 1.44 MB 4,181 13
866,230 866,230 000000000000000000026de99201527a61670f6162878126fa673ac0fd18644d 0.00 MB 1 0
866,229 866,229 00000000000000000000eaef458b1778135eb64c2954534bb3c74f0afd977979 1.32 MB 4,343 11
866,228 866,228 000000000000000000017547d015452bdab6874a129c50f0164e307217a3b3e8 1.27 MB 2,158 11
866,227 866,227 0000000000000000000186be318a8142b2a218acc04c452c4d31ef28d1d97b09 1.30 MB 4,612 13
866,226 866,226 00000000000000000002d4ada196134526a8dbb608bd27a509b1c05fde629e67 1.33 MB 3,893 22
866,225 866,225 00000000000000000000b6318d0dedb1ae614453e924203ba8c304e083590b87 1.20 MB 4,193 12
866,224 866,224 00000000000000000001ccfbbf4a06a39f61ca490bf985450c8a1aa784b3bbdb 1.27 MB 4,091 16
Previous 10 blocks ↓
Total Size: 693.96 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,898.86 GB sent, 172.74 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.