Memory Pool Memory Pool Refreshing

4,163 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (585,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,355 322,355 00000000000000001570783290dd6385e26e1e7f28348e213b2d3720d81ff227 0.22 MB 325 24
322,354 322,354 00000000000000001f7c4d57b11bbf5225cd6424113b91ffa5a4d88740ed8dd7 0.03 MB 77 39
322,353 322,353 0000000000000000033c53f88e75c5c76c00484a6d6d0b9687d31633d874c99d 0.11 MB 233 32
322,352 322,352 000000000000000014ba34893673fd7d484c8e4f7c5a7173f8e5ce84d974b2a6 0.56 MB 1,115 39
322,351 322,351 000000000000000001a3cfc905e35f831b7c03afcc90eefa2c4d8ae31c3f4966 0.16 MB 329 30
322,350 322,350 00000000000000000c984aea83536e3c586fbb129fdf21b21bc0fcb80a10857f 0.31 MB 663 30
322,349 322,349 00000000000000001d4bd1548a539261f2f2a9e5c5611c02a7dd1533568a76fc 0.18 MB 323 26
322,348 322,348 00000000000000001f7f07d170c0780e5648e6ebfc59189929b2fc0835e9f863 0.12 MB 190 24
322,347 322,347 0000000000000000167abae8f3b41761eae1174066a3ca140384b8d52b3ae637 0.13 MB 218 24
322,346 322,346 00000000000000001b2400401433a9110f018ff5c5c1211bf20bcad833158013 0.34 MB 596 26
322,345 322,345 00000000000000001a810b5a631272de16731227f8359ba016083c12aff9c8e5 0.42 MB 789 25
322,344 322,344 000000000000000020197af4a9a6d5b4e998e2bab016e8fc57ff83ef3b637519 0.03 MB 64 51
322,343 322,343 00000000000000000eacf0444a6da8165fe31e27cf859256c40ebfdd53434723 0.14 MB 230 23
322,342 322,342 0000000000000000165349e9ee2cc8c8059dbe05c13b92292f91c59a70796695 0.43 MB 787 32
322,341 322,341 000000000000000007704c77b85f48fa218e0ee58ba767bef0b8f09a309aef64 0.12 MB 188 28
322,340 322,340 0000000000000000234c615c6f82a136145acd9f8d94b165881f040d2d078933 0.03 MB 64 33
322,339 322,339 0000000000000000086e5aadde43b28f47ca44dfdf2b3993206014c4ac6e38ae 0.18 MB 273 23
322,338 322,338 000000000000000018ad06ac8d09565958c824622402fe28bec438920a76bcf3 0.30 MB 583 40
322,337 322,337 00000000000000000a47697f61c40d1a9288228fcc4b6b0d4853501726508fba 0.16 MB 322 29
322,336 322,336 0000000000000000034482e76c616a7152c5595799b683eddd3799dac1be4f7d 0.05 MB 111 30
322,335 322,335 000000000000000016c458ee7280bbf87276cca781fa9980878d250398f2e8bd 0.29 MB 450 31
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.