Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,350 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (23,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,402 884,402 0000000000000000000137739a6112a9c1f5292ca1688003fa189083ba918a74 1.85 MB 1,020 1
884,401 884,401 00000000000000000001908a3509ddf778d39e467c32c705a3f0b2b6550f8fb2 1.68 MB 3,739 3
884,400 884,400 000000000000000000025bf3c1afcecb05cd89340bb8f3dc3ad734b1ac827b41 1.77 MB 3,256 2
884,399 884,399 000000000000000000009caf19ed1c42c5fc9583b9a0bc93909a1c290fe72c5b 1.49 MB 3,352 3
884,398 884,398 0000000000000000000014abd453b365b676b545c862217ec17be0a19e61bcee 2.80 MB 2,471 1
884,397 884,397 00000000000000000000b4420f3e35ff542b3dffb7db290cb22e8de027d0f6c8 1.78 MB 3,478 2
884,396 884,396 0000000000000000000104e6e426ef2b49bbc6d7736871c86fe0e747675bd550 1.70 MB 2,871 3
884,395 884,395 000000000000000000018ec35a489c8329d35139ee03e708e49bc0029e2f62b4 2.05 MB 3,025 1
884,394 884,394 000000000000000000003f7077728112d98dbd1333f7829c0158e7b30a6adb55 1.87 MB 4,103 2
884,393 884,393 00000000000000000000c8ebb81374b34fcac350f9d1b5e2bb0bd76e736985d6 1.61 MB 3,740 3
884,392 884,392 000000000000000000005153b3379eaf4a8d01c94bcb9e6987b5bf5897c5e0ae 2.00 MB 3,202 1
884,391 884,391 00000000000000000002309583bbd89403c3acee2221ad5f1bbc307e262fee63 1.60 MB 3,024 2
884,390 884,390 0000000000000000000266b15496a9adec35c1b2852de63635bcc83d9f49c19a 1.67 MB 3,913 2
884,389 884,389 0000000000000000000217ea3e7444c70c7b4848c800b58c24975a42f76f5f24 1.58 MB 3,809 5
884,388 884,388 00000000000000000000c83368ffcae749dd071bd365895bf116fab913dfd44d 2.04 MB 1,481 1
884,387 884,387 00000000000000000000a83c52a69821aebb8305f8a9c9c566114dde95342e32 1.71 MB 3,446 2
884,386 884,386 000000000000000000019304fd6952e107b2b0384dc32a86a7989f34bbc38fc8 1.89 MB 2,854 2
884,385 884,385 00000000000000000001fdddd39aba010bc9d964fe1710d52abf279767fea093 1.97 MB 1,946 2
884,384 884,384 0000000000000000000009d643984ee0e9a54c4e3359ab0ea692e75b7bfed404 2.02 MB 2,272 1
884,383 884,383 000000000000000000003ac7ec76cf84513a4b26bc8b394f7caebe9af322231a 1.53 MB 2,999 2
884,382 884,382 000000000000000000004c4ca734b5f70256340b23990f5ad0ad6695c3e502a1 1.50 MB 3,277 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.