Memory Pool Memory Pool Refreshing

4,122 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (657,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,512 250,512 0000000000000003d58efcf00aa397ac39120cddbd066f8e842f7f60923387a9 0.09 MB 172 86
250,511 250,511 000000000000005ec20db00982e33359e2c64502512ccd12a68e46658a0da687 0.02 MB 38 24
250,510 250,510 0000000000000030661c6e41e1103709b21196dd2f447e62cc6ff8fe655c38ee 0.11 MB 235 131
250,509 250,509 000000000000002ab1bc52c2251180c147d4dc7e74d0df500b47150a76353572 0.06 MB 114 92
250,508 250,508 00000000000000472231dbb889c9f0964caa83f46bb463fea5bd49d3b720ce50 0.08 MB 188 109
250,507 250,507 000000000000003aa6477076b6754f09d1ef2c9564b161ced12a8a2d2afb2b3b 0.07 MB 147 110
250,506 250,506 00000000000000481e3904c8e1eeb9ab5e6dbe0556b58f81ee886444647be788 0.06 MB 139 71
250,505 250,505 000000000000002b6b7026c32f3894392b2d8a299fb93c7f02635c7a845d7850 0.22 MB 509 120
250,504 250,504 00000000000000694491d6b7e841909c627555ca045f458e0dc402674635ea09 0.09 MB 170 119
250,503 250,503 000000000000004c804ce37e88054e9d45988e790111c9c9da314a9d212497ad 0.30 MB 435 75
250,502 250,502 000000000000002f132822947f265bc252a8754976f8264fa201f8f94b961015 0.25 MB 659 130
250,501 250,501 000000000000001eb527e6fb058be59f1dab66d45c651ae1cb511e61112d4489 0.00 MB 9 25
250,500 250,500 00000000000000141dc9c0447aae40b30996475a05683a3e4d44aad4a2e25479 0.18 MB 357 126
250,499 250,499 0000000000000010f393df2fe4c527ea54bbd9c4b811c36d2fdcb0009dcc747c 0.12 MB 205 44
250,498 250,498 00000000000000566a39c99cb5a15eba89c7c9eac9ff545f8e0d3db7c7518132 0.25 MB 647 142
250,497 250,497 0000000000000002d3f210d55adced648381a6698b25007eec7abe1352d3aafb 0.18 MB 427 233
250,496 250,496 000000000000001afb68bfb74bf547e84bb3846f7666cbcf1bb86b479d039d1c 0.02 MB 40 62
250,495 250,495 000000000000002632207a36461f2ac3feb7a11e1a0549933e4a13f3ea7b3ddc 0.15 MB 380 152
250,494 250,494 000000000000006453c6a1aae41c14d64b13d3b396442e3a697933c627d8b067 0.26 MB 586 86
250,493 250,493 000000000000003dcdc75f30fd1c732944fb62693ac76fc217ec142207ab6ae3 0.25 MB 678 287
250,492 250,492 000000000000005230fa14d280d7c062baa14c1aa1179ae272ee9e008b390bbd 0.10 MB 248 116
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.40 GB sent, 94.28 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.