Memory Pool Memory Pool Refreshing

25,979 transactions
28.47 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,678 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,893 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,677 (41,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,194 822,194 00000000000000000002d7fa43c52615af65d955cc0a4e58418106e41da877d9 1.71 MB 4,216 230
822,193 822,193 0000000000000000000003d8876ba068503fbb25ba3a27938307be95404b191e 1.71 MB 4,277 202
822,192 822,192 00000000000000000002f21bb371d72e0a9d6df4df6853b141c097e4619f3c92 1.88 MB 4,330 200
822,191 822,191 00000000000000000002bef86f527f73606016ad2ad657292bc03f3a2aeafe45 1.77 MB 4,776 224
822,190 822,190 00000000000000000000121f37acfa06ac8e70fafd18d94ff3530d41828f89e5 1.66 MB 4,105 293
822,189 822,189 00000000000000000001fc3048282a7daf9b46638ddc48d4fe9f14f2e4c131bc 1.56 MB 3,294 207
822,188 822,188 000000000000000000039a041e9bdb1e3aabc4f936fe6d4c6ecc7e9586685010 1.70 MB 4,205 227
822,187 822,187 00000000000000000001b6f2d274c5768f7e647ea4ebccd680e2ebfb4e0ea222 1.65 MB 3,936 291
822,186 822,186 000000000000000000000b8c3ea87099400d3513abb5b6bbb5613f1634d88f75 1.65 MB 3,782 287
822,185 822,185 000000000000000000038b5ac9ed42bd003977e4f71d04b85f69acf30097181b 1.39 MB 2,475 178
822,184 822,184 00000000000000000002d5394baf3bbb75255c7a542ade855b3f4c8f64422923 1.56 MB 2,918 287
822,183 822,183 000000000000000000006557d61017d622db4f41f4a07a53702f988b7ff74931 1.73 MB 3,555 205
822,182 822,182 00000000000000000002cc370b31963502d77303b9b5d1eb8024523e28cf6a9a 1.76 MB 4,654 235
822,181 822,181 0000000000000000000154735321bd0c2ad79eac3d5c62baca0f668aac2d74a4 1.83 MB 4,783 256
822,180 822,180 00000000000000000001364188948cc796dd2fb9ff1fcded468a15781e244c24 1.72 MB 4,264 201
822,179 822,179 0000000000000000000005751ec6f88699168c154efae3a7d82e7ef36e50b890 1.78 MB 4,772 257
822,178 822,178 000000000000000000002d9fdef1468c016f98bc9f011b7c5da3d4da872cf58a 1.65 MB 3,928 298
822,177 822,177 00000000000000000001a2f54a6b546d8c7f7c5dfb7c115a3febb4f58d9ee753 1.73 MB 4,469 237
822,176 822,176 0000000000000000000341e24ba79928b28345c6613dbfe9020ad59c8345af22 1.64 MB 4,197 239
822,175 822,175 00000000000000000000156ec5a7f053b1f8bc632cc48055c031f8627c520781 1.69 MB 3,590 344
822,174 822,174 00000000000000000001935f2868ea2a98c2e542476e246c063c82afe51b8eb1 1.71 MB 4,363 241
Previous 10 blocks ↓
Total Size: 687.40 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,517.39 GB sent, 121.80 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.