Memory Pool Memory Pool Refreshing

988 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 970 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (670,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,261 237,261 000000000000011b8165b814dba6cb458a61b5fdcdf80908577d6b3b1ca12b2c 0.15 MB 308 133
237,260 237,260 000000000000000fe5bfcea13a9bc48f34f197bf225e0d569faad3d631b995e4 0.04 MB 128 229
237,259 237,259 0000000000000125f0e9a55e1813b903ccd1bbe78c503e154fe3048222fdc468 0.25 MB 506 164
237,258 237,258 00000000000000da9b9b842721c4050c7858d346b45fc7964ad262ae3c146586 0.14 MB 325 189
237,257 237,257 000000000000001f0bb471845de03a56f5693afd10568e61ac71809c819aea64 0.44 MB 256 27
237,256 237,256 0000000000000036894b9289734cf50371297644126affc868ccfac367bfb3de 0.16 MB 344 238
237,255 237,255 0000000000000038f2e5304b8e5c2fd79b319a8adaef2ec82c0861396088476c 0.04 MB 94 94
237,254 237,254 00000000000000429385e08c5bf5992603aca957bd399dfd51e496c1dce351f1 0.08 MB 188 114
237,253 237,253 00000000000000a5c90a05c6be664224fd6131bc63ff29c11301b5489ea2daa9 0.12 MB 148 83
237,252 237,252 000000000000006fafca2ce56292d3fa8c6a118c7901049b1c004dc90f8572db 0.08 MB 199 116
237,251 237,251 000000000000016e286e585791f99acc7c8715914ff97a6d64abb828ae0cd0b3 0.25 MB 477 152
237,250 237,250 00000000000000a0879846c3b2a479e0c1d649c077af455a53b71a17ecb517a1 0.25 MB 652 207
237,249 237,249 000000000000014631f8ee6f957b40f1f90cd2ce12a5cc595b967bc2db9e5367 0.06 MB 110 74
237,248 237,248 00000000000000c93ee6222382f3d241f600a697c464f98dcc824645fd33439d 0.14 MB 292 168
237,247 237,247 000000000000016debf7dc5bbe485cfd67a4c5648294c66504b9ba37e3786ad9 0.17 MB 197 67
237,246 237,246 000000000000017d7fbd240a47bc8d84a4af0c22ecb0b281e52d29d0ea7fd799 0.25 MB 550 152
237,245 237,245 000000000000002c481afec686021ac808635cc8de53a50bcb5991bf211643a4 0.25 MB 201 69
237,244 237,244 00000000000001597b381c7d8eb98b591411606e720ff793ecf30d507c109218 0.25 MB 280 83
237,243 237,243 00000000000000b14497670d230ec6d1920eed4145f1dbebc561b5387d2c1733 0.25 MB 549 181
237,242 237,242 00000000000000ca046c74102e1a25ec11f68cd77cb01015034e9e431b3169aa 0.47 MB 1,205 235
237,241 237,241 00000000000000d75749b319fcefadf61d2b68610da97237453e521c2b4d823b 0.01 MB 20 315
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

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