Memory Pool Memory Pool Refreshing

5,510 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,958 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (612,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,184 295,184 00000000000000004a677f6f4c4f5e60657337bbf4da04ebaeeffce08fc785f3 0.07 MB 80 21
295,183 295,183 0000000000000000722d0f6a95cdbd8e1adde01f80d7294322a29b386d96b47f 0.46 MB 256 16
295,182 295,182 000000000000000043759025a93fbf64c13f581fdac9e678b5bbcf5b62d42790 0.15 MB 233 25
295,181 295,181 0000000000000000095b61b0fe4686940b47882574fbfec18c3029638fe21cb2 0.12 MB 165 29
295,180 295,180 00000000000000004522d7fe6662f57510a06e01f86bd640be6427d01dc6367d 0.35 MB 614 47
295,179 295,179 0000000000000000958710fd2a94b888c8f3f006d0cc586b428e36fa4c1aa246 0.50 MB 570 26
295,178 295,178 00000000000000007b1bc4d3ca75cce99599d9f6e18cd4c72dffd7c8828e7522 0.05 MB 162 36
295,177 295,177 0000000000000000935c44244fedad37f79fe165c8debcef636aec143697b5b0 0.30 MB 232 17
295,176 295,176 0000000000000000578e3e96ce06d78f4092df8535b5e7139ef151ab45267e64 0.35 MB 445 21
295,175 295,175 00000000000000000911d6d855bbfe667782907b54f0efb73829bc02cb1c8f5c 0.35 MB 953 57
295,174 295,174 0000000000000000610d9e0fa4bb6bc532c1a7acb56d972aedc99f7237c0ded8 0.35 MB 697 34
295,173 295,173 0000000000000000b05e43f2f3ce16323de7c94639f84540b8b32761c86abd70 0.25 MB 608 53
295,172 295,172 00000000000000001dfadfaa5175a7818877896ba48a55f1ce15012637786c06 0.34 MB 564 22
295,171 295,171 00000000000000004294c7f2df7b7c9cbfdf429251e07d3206b705510c5f5f63 0.24 MB 512 66
295,170 295,170 00000000000000000e4fd1322e1f575aa1043b6d32c63e82df96ff58d58af52e 0.25 MB 226 21
295,169 295,169 000000000000000061eb507597ac433a1790b8141426c98ba6cdee138b95ea96 0.50 MB 289 15
295,168 295,168 0000000000000000ab3bee211db3014de067eebe2f13ece4576be2ccf105db19 0.27 MB 512 44
295,167 295,167 0000000000000000444a3a36b5162faf48e63ff0c189594bf594f532c9ee0c2e 0.01 MB 31 36
295,166 295,166 00000000000000003e56ce42309d4d897c22f90c0d2344a557858a230b9845ec 0.63 MB 286 13
295,165 295,165 000000000000000092d9e630d62eb231a216b047db533abd8dfeccf473e2b59b 0.50 MB 907 40
295,164 295,164 000000000000000047147e0751b1152a7d0bff7d9db1fbc206e9bd58a2b63547 0.92 MB 1,874 36
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.