Memory Pool Memory Pool Refreshing

1,253 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
901,317 000000000000000000023a040000000000000000000000000000000000000000 0.48 vMB 1,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,316 (654,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,039 247,039 000000000000004d237b2f8da9760824745cada003f997a6261f359a0296ca6d 0.17 MB 380 136
247,038 247,038 000000000000003532abe234550a240f09d9a30df95de8f0e50fec9d7d532596 0.01 MB 25 39
247,037 247,037 0000000000000083db751930c39b45b6829138368f3a381cfff534d47b8dc1bb 0.13 MB 290 141
247,036 247,036 000000000000003982201af15d45232c8742d9a237d9e893342dd4a8719c48a0 0.11 MB 216 157
247,035 247,035 000000000000001152f5e4692f61a174c80fa0735fd6fc40f1ec0c4f1e8d8b60 0.16 MB 512 103
247,034 247,034 000000000000004e4fedfeb40b97deed63b3b8921930b01eb91f36363151944c 0.13 MB 296 129
247,033 247,033 0000000000000015c101f2f18f61a5a40d8d56b41584849119d2e0c80de4dbcf 0.18 MB 412 135
247,032 247,032 00000000000000714e7bfd7cb2ccd186ec516f689f58705015fd6bd6bbf96427 0.12 MB 268 56
247,031 247,031 000000000000001b103dff1e088b592c56c6a2addd5862f75ded4ddab0e41609 0.10 MB 256 188
247,030 247,030 000000000000002a0c7382bda5c8c5c67742273afe20d1a4b754f8bfbe7cd91c 0.21 MB 259 72
247,029 247,029 0000000000000086eb688b6b5970dd6595c6b61d3948ba1fe35dea2222d0c18a 0.35 MB 688 113
247,028 247,028 0000000000000078443bc8cdd07dd6e0e2be90458f18d09d446e9110102b458d 0.07 MB 228 35
247,027 247,027 00000000000000309bab4988038e9b893302e5fb9b2dd65d50e1dee22b2eb21d 0.16 MB 387 145
247,026 247,026 00000000000000896558fbc7e8a197a0d8d3e0438f97dd85f711677bf1dd0115 0.01 MB 19 214
247,025 247,025 000000000000009729d4add3c7d2f2aefe1b27de19c5e5a135b1a5595ff15bb3 0.03 MB 65 140
247,024 247,024 000000000000006a2955dba98800d6ad7a5a0c4fceec1c3278e9f069f0828d80 0.13 MB 323 133
247,023 247,023 00000000000000484f970a722c3e8819eb795f64eb9944bf5cbc51c72fbc90a7 0.01 MB 20 82
247,022 247,022 000000000000007d5177374609a7a0d8c5db1467faf2f00080b150947053f774 0.16 MB 366 150
247,021 247,021 00000000000000292961a11edcdd82aa5027e9468462ec509ba6f6233c2057f6 0.15 MB 381 144
247,020 247,020 00000000000000900c3819e9018df7543a2ec79777f5d52cf9a78143f28fb3fa 0.08 MB 208 147
247,019 247,019 000000000000006d6d0e0bc9bdb548a932a63d5788bea8d78a4b97e5ce0eeec1 0.06 MB 102 105
Previous 10 blocks ↓
Total Size: 758.07 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: 716.33 GB sent, 37.21 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.