Memory Pool Memory Pool Refreshing

2,183 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (318,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
589,297 589,297 00000000000000000018cb42aefce16da00bf0e3e3fd45f72e8567236857d0de 1.14 MB 2,372 34
589,296 589,296 00000000000000000003602bdd2c57fd19b094b63b81b7f8925a919e5b671f06 1.12 MB 2,345 16
589,295 589,295 00000000000000000008f34be44567881abcff3038c3156128cce27dc676e10a 1.22 MB 1,937 28
589,294 589,294 0000000000000000001b2ce4d1f94d49c593802268a4b157351757be371ce039 1.25 MB 2,863 76
589,293 589,293 000000000000000000061e99617b5203e2a2cfcec3cda6437381da12dceda29a 1.24 MB 2,518 31
589,292 589,292 000000000000000000008fdc93ab62a36cd465a2166b26b1ec3f59e7afd506e8 1.03 MB 2,309 32
589,291 589,291 00000000000000000017996e7fb80d4ba80453e2e1765a7aba2d6af6b7449edc 1.25 MB 2,157 35
589,290 589,290 000000000000000000004aa3fba5079e5fc1ed7a8acb848037efd112ea4ec389 0.60 MB 1,565 30
589,289 589,289 000000000000000000005d40cf4f919d7d113a563e9f1d735c0508b02baa6c5d 1.13 MB 2,724 30
589,288 589,288 0000000000000000000fc9cdf54be7ee1e94e1d7cb039333d150efeb4a6d6367 1.06 MB 2,698 10
589,287 589,287 0000000000000000001bffe3f21c4f2b99c19f372855adf68d2306fbdb1e231a 1.26 MB 3,030 58
589,286 589,286 00000000000000000002afe5c19b4d0686d669356cd9b5d6a81c2a03932358a8 1.24 MB 2,998 54
589,285 589,285 00000000000000000001926e6842e2e70a8c70f35dd0af782dc13d12dd980c16 0.16 MB 387 32
589,284 589,284 0000000000000000000ed5bddba9af96238e2ab52082b5ec4b820681a9967541 0.74 MB 1,797 29
589,283 589,283 00000000000000000004270640c2ec53f90cef27b1ae2363f11edd26eb02df0a 1.10 MB 2,480 26
589,282 589,282 000000000000000000167a8d5e623b480ccf92b4620968a3e7f461a3f2a9a41d 1.03 MB 2,662 4
589,281 589,281 000000000000000000015c02fd6f3b2ea6fc6ce07b8f636fa5b029182fd66caf 1.17 MB 2,994 37
589,280 589,280 00000000000000000009e2d552422d954993f668c6c086d489731f48cd2934f7 1.23 MB 2,670 43
589,279 589,279 00000000000000000002af734aeb9588b1e401becc5cb015c94ccbda18ead44b 1.24 MB 2,573 79
589,278 589,278 000000000000000000142c264455fa90b4a9fbfe3265d6f382c3e75243618a91 1.23 MB 2,562 44
589,277 589,277 0000000000000000000f5b613fce7d1bbd2eeb5bec84fab07fd1a4bdf752df86 1.27 MB 2,439 49
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.