Memory Pool Memory Pool Refreshing

17,464 transactions
5.62 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,824 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (629,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,516 278,516 00000000000000019e1c99964ef0b1a38b0040ad843214c12a58f3b7c7587fb8 0.03 MB 39 100
278,515 278,515 0000000000000002471ce67ad89d6feec950cdb1f753b933fd43d8dce9d9d361 0.45 MB 882 42
278,514 278,514 0000000000000001edaa191557665aeecf43da67243090806c78b6a2ef15e9bb 0.02 MB 61 52
278,513 278,513 00000000000000011f2eaa4bbdd5eb7eb9d8d768cdbcf6a2baaab5adeacc8c08 0.09 MB 197 40
278,512 278,512 00000000000000025e1f858a2b9ffd4293959482d75b7d781c8e51cb8bda5429 0.09 MB 130 29
278,511 278,511 00000000000000011432564b8186eebdfd04235cccf5a56574f1880108efb993 0.20 MB 432 48
278,510 278,510 000000000000000042936c5bf089c000484390b08812d7cec07a53b0162addca 0.09 MB 122 24
278,509 278,509 00000000000000009f9c66d9f5af4ca3d2fbf82835988597ea38c6c20c10c98d 0.05 MB 64 64
278,508 278,508 0000000000000002f4eef37a87905023aacc090ecf794748ea6e116a38357110 0.15 MB 231 34
278,507 278,507 0000000000000001448d408f38fc39dbede11b35ef0dc4740f4864d1c2cfb5ad 0.12 MB 182 21
278,506 278,506 00000000000000016c738973fdc0737e82cf0920fe3a7742a9b26111e90af607 0.25 MB 640 58
278,505 278,505 00000000000000008564425aecc160fdcc168cf7aec24cfa9f8be2894aaa9507 0.15 MB 113 15
278,504 278,504 000000000000000190fc419aaa15de2a41d247de433557c6f1ee7418b8433522 0.25 MB 506 43
278,503 278,503 00000000000000005a966a8fb6598edf89add7fc8ae6cba2933618fca5a3d53b 0.25 MB 710 61
278,502 278,502 00000000000000004865fb35fb7e7d5ce43a6feb50aa7df82a86619a5e096df5 0.00 MB 4 107
278,501 278,501 0000000000000002ffb99ae85aac3dcbddfd2ac0acad45fe5f92103d34254e96 0.15 MB 157 29
278,500 278,500 000000000000000142468ef10c92c7566a2f398f11b11e340d15c6aef19e1f63 0.13 MB 271 51
278,499 278,499 0000000000000001e86d3462299e72578219aa786a64cebe7a848308edd21539 0.20 MB 387 51
278,498 278,498 0000000000000002106d63408afe2d40dd8cbde271b85ce7bd8ae4760afe864b 0.32 MB 649 61
278,497 278,497 000000000000000181fd47a47727a6cce1ade92a77cc6a8adcb5deee15a8643e 0.25 MB 480 50
278,496 278,496 0000000000000002dde3b297f44eddaf45b7f69cdfb420d46cef0e8e521c5638 0.15 MB 279 24
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.