Memory Pool Memory Pool Refreshing

12,235 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (346,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
561,306 561,306 0000000000000000002c6c95e731326da400729e1d499e7815e26f00d2e47f84 0.75 MB 1,288 2
561,305 561,305 00000000000000000027cf8b81281d0d10245275794f10f99a7c44e3e96112e4 1.14 MB 2,930 22
561,304 561,304 0000000000000000002a921eabf983a048cca74f20e971feff6577887c48a5a8 1.09 MB 2,726 7
561,303 561,303 00000000000000000010c56f995dc6f3476ea2b3923bcdadd51f9006ae9f5e64 1.21 MB 2,894 16
561,302 561,302 0000000000000000002e2b6448fb49f11e2648b6df720f05c33bf53897a50a9d 1.10 MB 2,675 8
561,301 561,301 000000000000000000131dd9ecc2334473d010bf522b974c5aaf3d6bb461d9e9 1.22 MB 3,297 24
561,300 561,300 000000000000000000036eae0955ba935b0080b52a6c3ebe65922702d02c3b6b 1.30 MB 3,370 26
561,299 561,299 00000000000000000002894f7285b074c3259b81dc9cc1aab31d690a17212c13 1.24 MB 3,184 27
561,298 561,298 0000000000000000001c232e766f37990ad52138a0c6c17c3a17f2b8b57dcb4d 0.23 MB 630 9
561,297 561,297 00000000000000000020a9e0bdccf76b2f5c9ceeb52eb8e5a1cb1c7b031e9196 0.30 MB 885 9
561,296 561,296 0000000000000000002b4eb797e682b0bf099add49a7fc8dd1ed2b38d5cdd145 0.08 MB 241 6
561,295 561,295 00000000000000000002ce2a50a3a9ef53deef2c2e3fc91165454549bdb91cc0 0.47 MB 1,134 15
561,294 561,294 0000000000000000000051f15df012152d6b7052f7a81beb0e8adcaaf8ecaa1d 0.97 MB 1,784 2
561,293 561,293 00000000000000000018736bfe40b4663d38359f2f4ad7e93d56b286f7ffaca3 1.16 MB 1,907 14
561,292 561,292 0000000000000000002617bf1a74a29fd53c9313fa4859af6bd8c00b3ffa77b0 1.11 MB 3,388 5
561,291 561,291 0000000000000000000eb70c4bde68a0c6df6d370231d6a13ccac5635d13cab2 1.21 MB 2,904 25
561,290 561,290 00000000000000000002688e5c1ce407935910fffcb45575094871ae68208b88 1.07 MB 3,092 3
561,289 561,289 000000000000000000049175163060c1809789749c6aa32aace25253d2310d50 1.26 MB 3,159 20
561,288 561,288 00000000000000000019096cfbdc617741597578853b131537320d669ea5ca05 1.18 MB 3,459 20
561,287 561,287 000000000000000000111b4f69133fde8c6111dd6bf0571806421c5df73adeb2 1.17 MB 3,138 13
561,286 561,286 0000000000000000000af74b2e24259da4b7d54f22eec1908879fe95d06a95a5 1.30 MB 3,040 17
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.