Memory Pool Memory Pool Refreshing

430 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (894,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,184 14,184 000000009596e7338f1ee584573b75d19835a7717f7b622839ffd0197d8eaed2 0.00 MB 1 0
14,183 14,183 0000000089999e2637e73a09d9b60b8a917a1b938582eb61c59842a6021ff8ab 0.00 MB 1 0
14,182 14,182 00000000a743b85dd2450b894204724ade54851a6b0ad17912f585d8de35d894 0.00 MB 1 0
14,181 14,181 000000000dabdb3329018ff7675dd225c8340aecf070cb5af2ccdad93070afef 0.00 MB 1 0
14,180 14,180 00000000b1dfcee0f8df6f7193901f9f734eee4c7dd99a56f67d26f5bf5328e2 0.00 MB 1 0
14,179 14,179 00000000b0dc2b6e78381087c54075af1daba6773cc95b2da3b51dd3755b080a 0.00 MB 1 0
14,178 14,178 00000000e16dc1ae34306ebb51aebf0146ce6c2e297bf32791dbc65f3056228d 0.00 MB 1 0
14,177 14,177 00000000720e9137e051221ae5019a6294b6d4499ea934d494e41156e434798b 0.00 MB 1 0
14,176 14,176 00000000dc87131639cef89caf0f31cccde52a8bf99e0ccbe5dc68b5a9e3fcda 0.00 MB 1 0
14,175 14,175 00000000386a6159509442d53c64d20556686b42c546d47b201bf94080c1c47d 0.00 MB 1 0
14,174 14,174 000000002eb3ff6e976c283d58474d9b2633d6a8e8d47bd049260b8db029f1e2 0.00 MB 1 0
14,173 14,173 000000007e71b1ffe1387c32ca9d28131366dfba0ecbbdc23b52f81c56bb0b04 0.00 MB 1 0
14,172 14,172 00000000af52313835f16308d90fa88b6aacfd473ae683e51565834cf11eb76e 0.00 MB 1 0
14,171 14,171 0000000093725f6c80d3a095b69b4df7ee158608bfbe30828176a375dd617089 0.00 MB 1 0
14,170 14,170 00000000a4a6975de1c250938d02d4a38383b91ab8f8e49f9abc2a90548d1ea8 0.00 MB 1 0
14,169 14,169 00000000e5ae8c19fd5586bb32b7efac2e79d2bcb21e5fc584db530666c12630 0.00 MB 1 0
14,168 14,168 00000000dfc78765030865c8a7a497726e6493798735729d6ca913b0ab5b2e0a 0.00 MB 1 0
14,167 14,167 00000000522ecebec932313c0179e87de63eb8eb2b78793284f2044217ed2b71 0.00 MB 1 0
14,166 14,166 00000000a31fd8619a6e635c49067b9dcff1397625fa0d3db2a09bf6fff4bed0 0.00 MB 1 0
14,165 14,165 00000000116f836330fcb6d56fc4a7a36d6a022e9022e40179abf9fd673e781b 0.00 MB 1 0
14,164 14,164 00000000b75fa0d7af690b308640f4efdf03160a7241b7b496725257d7debbaa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,777.38 GB sent, 99.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.