Memory Pool Memory Pool Refreshing

7,702 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (675,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,325 232,325 00000000000001460a5cd0539f5e39e7be8558b2befdfd25cc980e8251fc9965 0.06 MB 107 143
232,324 232,324 000000000000001dd70d478b9766217a870185e4b745033ebc7af6574cf3ba8d 0.06 MB 90 118
232,323 232,323 00000000000000c1dbc274674de8376af32e9d69fe852ae456cd8a69ca3fbe16 0.08 MB 137 121
232,322 232,322 000000000000010fd5bb649d3daad158769838aa77457e5cb602190650358c8b 0.15 MB 302 199
232,321 232,321 000000000000013763ceea98dcfb9c6db7f7d031656463e01254bf4e2d2cf084 0.23 MB 440 133
232,320 232,320 000000000000010cf21fd403a118f815edf865b9d3a07695dacd4fa6274c978b 0.00 MB 4 58
232,319 232,319 0000000000000083aaec3529e99184c46a6af7d1030d87c2612ec78892de4b29 0.16 MB 387 152
232,318 232,318 000000000000002627891ac10a2bcad64854ff9f90defd3a6c395c0ab23c520b 0.25 MB 361 121
232,317 232,317 00000000000000c93389c289eb132e21a214a5ddd023a500259e192003e229ea 0.25 MB 272 92
232,316 232,316 000000000000001a29aff04806b890c450c3d2eccd568b063326deaf6fdb45da 0.25 MB 552 159
232,315 232,315 000000000000013123d487673183fd327cbce7525c860ccde11d7338ac9d5721 0.19 MB 452 198
232,314 232,314 000000000000012e5edf15b1cd1ef29ad3c86b84aa3b06956308bb83dd9e928a 0.02 MB 34 237
232,313 232,313 0000000000000003d7ce388f7058eb8176941b62f2d80c5ff20a37fb7e181fd4 0.25 MB 349 96
232,312 232,312 00000000000000883c2e7816284b3a4358add654ee15220655f45c49962fc980 0.00 MB 6 126
232,311 232,311 0000000000000133d8357313ee92e7fda56928223b115d69e9bd5830dd5bb7c8 0.08 MB 193 181
232,310 232,310 00000000000000f66119f0817f96bdcb1d1d90d19ee84ca0adcd96773286374a 0.25 MB 411 119
232,309 232,309 000000000000008b060b2f94895ec37c9cb50253d794dfd340cb5faf6e40eb97 0.25 MB 383 139
232,308 232,308 00000000000001998c666ada41c8114df4b8683e5346f33a72743d29ef0c0da4 0.03 MB 50 132
232,307 232,307 000000000000007d89c2200258e192e1001502f5afd5cbff5cd18192ec41953c 0.06 MB 147 182
232,306 232,306 00000000000000272a4f48896f5e4791a6e85d258fa5a9972cb9870300576f9c 0.08 MB 212 8
232,305 232,305 00000000000000fac676795a195062069e3b6bb04767d741d833d10c27be9783 0.25 MB 363 116
Previous 10 blocks ↓
Total Size: 769.03 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,624.87 GB sent, 93.01 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.