Memory Pool Memory Pool Refreshing

6,592 transactions
2.17 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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,433 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (874,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,251 34,251 00000000824b4488fcda89e11709cecd0b1359c01623b58f57cd0fe3c5dd2467 0.00 MB 1 0
34,250 34,250 00000000164700ceb44add44d99b01861212d508280512c622623d1b60ab38d5 0.00 MB 1 0
34,249 34,249 000000009add3e6c750be4b3e40e95475d1dc917f3665f27412eedc69b31d7bc 0.00 MB 1 0
34,248 34,248 00000000560082e80c5aaa006de3454c16f307234369157393bc69cc73c11849 0.00 MB 1 0
34,247 34,247 000000008796677c054f9d8dce5ad2b66dae599ac3dc9782e7d0bc5ea69f63b2 0.00 MB 1 0
34,246 34,246 0000000002fc6c85cd1a6aad72d8f253ffd905a9cded434f72400f42a3609406 0.00 MB 1 0
34,245 34,245 000000006c37791b8bf859d30377891bcfab8f7c7e60ada5fff104ae3ab00638 0.00 MB 1 0
34,244 34,244 00000000462d8c740478332fb3f0b9191c7226e2cf3b6542d978efc4c92bc408 0.00 MB 1 0
34,243 34,243 0000000028fd1f9b877df04d7e35c7f00d95afe60bbe9f5e7dec4a49cea2a37e 0.00 MB 1 0
34,242 34,242 0000000009ae0fc0fee0a6971fcb34706ae76405cdff89872d01967b649a9819 0.00 MB 1 0
34,241 34,241 00000000a4187300287d1116bd3ec05451a22a6e43ba55dcc15e1428afbd996f 0.00 MB 1 0
34,240 34,240 00000000c4dacc36038416e6eff104451ae9f26eb94721b68dd52cf336e6f0a1 0.00 MB 1 0
34,239 34,239 0000000020ef15beb94d979431da1a41ada873895fe6633d73bea249844e40ec 0.00 MB 1 0
34,238 34,238 000000009d2a5e63449ae1a9f51d996f8d9606318d7aee8ba7a91821f819b0aa 0.00 MB 1 0
34,237 34,237 00000000731c4f22f18f702c846fa770085a5ec7fd9f4839f0f7668bd2690551 0.00 MB 1 0
34,236 34,236 00000000c2974bcb544560f7005736b96e53bc64cdd8a629a1a1616438acaa23 0.00 MB 1 0
34,235 34,235 0000000075a087e4c51dbdb8d4f36f6742d91589f6dcf7fb5ba7585ece76ebc1 0.00 MB 1 0
34,234 34,234 0000000010372b0c152efb7824a62eebd8ab4502fcf132893e4284186613c7a7 0.00 MB 1 0
34,233 34,233 000000000d991cec3dc3ad259cc9c3156fe68c30b267229bb248b8512a67625c 0.00 MB 1 0
34,232 34,232 000000006f303c35136669981c8e2b1c8391877bacb9ed92777b5817e5f17fb0 0.00 MB 1 0
34,231 34,231 00000000cb4781ab3a5c705706f8218f00e062695c6eaafedf510fc61e84c858 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.35 GB sent, 100.82 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.