Memory Pool Memory Pool Refreshing

7,422 transactions
3.44 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 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (619,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,446 288,446 0000000000000000ef3af8fa7a8e7f86dcf171a7e0075dd926dd5cc638768cff 0.08 MB 37 10
288,445 288,445 0000000000000000efcf64c906480c83738743af7382f7e42a69783a9783a8e3 0.25 MB 132 11
288,444 288,444 0000000000000000ee014f071a671df37d9592e19bd5a7c47573483f472938ed 0.35 MB 711 41
288,443 288,443 0000000000000000559432e86cbc8a2c1a49e3f6c1c6cedb8764678c44a13b81 0.25 MB 688 51
288,442 288,442 0000000000000000cd6e07697ec62de9f9f9ca4fc97d8524ba5e425054905d39 0.01 MB 24 27
288,441 288,441 000000000000000041a96219727e991217dc3ee98fb685e9e3961ec582e8cb1a 0.09 MB 201 31
288,440 288,440 000000000000000080765533e7cd7e4f55e9eea4204a5bff2f5f57426fd5eba9 0.04 MB 22 3
288,439 288,439 00000000000000009c1b96976cf60054058c503ae283d0e0582283f6b4d34b47 0.06 MB 50 17
288,438 288,438 00000000000000006ef7d05db2b9170f45d10865432e994fa9fd15dfed711161 0.35 MB 506 30
288,437 288,437 0000000000000000413f1f69795a61bb5df6efc2ea91fb6e9ac3bdcade64de5f 0.27 MB 541 43
288,436 288,436 00000000000000005086871de4a9f5d13dea93d8359ec73d008723b6e3af3568 0.01 MB 19 32
288,435 288,435 000000000000000044032b131171c48f4031fdf2564ab8dd3462e435de1bca01 0.11 MB 113 22
288,434 288,434 0000000000000000a9996c78fb02f84cf25959c7762ed11e27d91f45e6b8e2b9 0.25 MB 499 32
288,433 288,433 00000000000000000db122fcb467a17d08d660f55ab3b11b59aac6a1ecc1706a 0.19 MB 358 30
288,432 288,432 0000000000000000266766b99df9584e0bdac95897cf27eab63e925548454fe7 0.07 MB 173 48
288,431 288,431 0000000000000000d6929a9154d29ab74282de9f49b40d80d96e18116b32cec9 0.33 MB 345 21
288,430 288,430 0000000000000000398739426059bf29965a5ec6e6534ed93f44cbd0fc0f6864 0.35 MB 607 36
288,429 288,429 0000000000000000cd22ccb46db1e58ccc31f04d2a7eabd7cb9d01b2343e135e 0.03 MB 35 26
288,428 288,428 0000000000000000cbf72ebfbc36155af531fb9a0ae72c47d5a1e87f3c4853da 0.10 MB 164 20
288,427 288,427 0000000000000000abe306d857c84d893603318f58719373dcf72a2fe4cc21d0 0.77 MB 950 25
288,426 288,426 00000000000000007ab1e94fb9cf04835b6a4cb605190fb7aca9b28c5c983774 0.35 MB 851 77
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.85 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.