Memory Pool Memory Pool Refreshing

7,346 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (648,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,430 259,430 000000000000001405e4fe173fa30f8b71ad395ca1312556e43113c746d869c5 0.03 MB 71 90
259,429 259,429 0000000000000010c122ccadd5159697f696ab7404d7454764c99b47d07ce328 0.02 MB 44 132
259,428 259,428 0000000000000016a3f423fffea4ae0c52825bd8048e468fb38a89c1f887075e 0.05 MB 104 102
259,427 259,427 0000000000000016951ec7aa002d978d30b873bfb4da9b785587097a24da97f2 0.01 MB 29 64
259,426 259,426 0000000000000023439149746c9593a30d0fe54ac46adda23ec93e2d8a0c8c34 0.05 MB 129 133
259,425 259,425 0000000000000018e4a9b314c1622d277534605c218345071a32def121c915a4 0.15 MB 337 112
259,424 259,424 00000000000000167b34e9f092ba88c88612fc93f4a3d0b70b7856c4978e0435 0.05 MB 106 109
259,423 259,423 00000000000000150ac123f2466dee2a4c9e1412c124ef13890c66181e37b3e0 0.18 MB 449 124
259,422 259,422 00000000000000129ed28ff0013664209a9b9c9f0c03a59a39fd43e4950c0c12 0.14 MB 215 87
259,421 259,421 000000000000001aadd1c58e799c417046b0b4c3abcd1614bac49ffe8a2fe4f1 0.19 MB 490 112
259,420 259,420 000000000000000e2692f89905e6465079cb538507bb3748546f0d06970468e5 0.08 MB 207 144
259,419 259,419 0000000000000014172816d8ed8659796fd8c74639b8a612abc101950c302caf 0.10 MB 156 66
259,418 259,418 000000000000000e1226fdd86445355d93658d5de7bb2b63f225e8acbdecd557 0.09 MB 223 150
259,417 259,417 000000000000000a8f67dc48bef218414cec5a382e9479a202929f228491df85 0.05 MB 112 108
259,416 259,416 000000000000000229a40433d7efc9c37e04e7afe77ca41ec3c7048ed942504a 0.18 MB 428 74
259,415 259,415 00000000000000082dc15129f2d679f37cbcb9eaaa4567687211c30ba75a63c7 0.11 MB 272 152
259,414 259,414 0000000000000010917a1c5e7e61abaab6d077aa4585239426afea8d695959a9 0.21 MB 483 96
259,413 259,413 0000000000000019df5632b2e80604e4d33a59de623005bdfacfa617a1b11dbb 0.25 MB 607 241
259,412 259,412 0000000000000003e4b09afe799331ea566bdb68eabf866c9616e2977a3bce91 0.23 MB 632 119
259,411 259,411 0000000000000011af0afbaf2afccc855a823f9515caf3d24506583bfde450d5 0.10 MB 190 84
259,410 259,410 000000000000000b60d7d2b87fd87e5ebf323838c088d3e4211514377ab52e52 0.23 MB 337 73
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.