Memory Pool Memory Pool Refreshing

5,728 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (629,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,521 278,521 00000000000000013122305a6ab771b90f3badb2b8ccf39b9669395930acc2a6 0.03 MB 25 49
278,520 278,520 0000000000000000bc729678a0d707fecd4485c78bcc2c030820d620f5b1b323 0.03 MB 66 31
278,519 278,519 0000000000000002851b1af0ccabdc314fc4c4767ef2a5244f28aad87b68009f 0.25 MB 579 65
278,518 278,518 00000000000000026dafdaa584610c842d6891fcacfc89677e447f19b49fc1a1 0.10 MB 215 55
278,517 278,517 0000000000000002ae8e14dd1c0e55a2053a3980b239d0303b7aeb74a5dddeb3 0.31 MB 486 30
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
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.