Memory Pool Memory Pool Refreshing

1,843 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,823 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,298 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (647,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,447 260,447 0000000000000016000bb42c048e2a72ae8c7ccbae2b3a77a7770495cf0028bc 0.15 MB 319 90
260,446 260,446 000000000000001368b46260eeb4059aacddbb17134f875837ad9f37dc02d8b9 0.17 MB 420 163
260,445 260,445 000000000000000860edf3b91192b1281478afc8a09c1624d8ff2dcbda23697d 0.23 MB 531 48
260,444 260,444 000000000000000b9685205da3b07d4d5472a40dc0d28002ca670636dce6fbc7 0.25 MB 524 120
260,443 260,443 00000000000000080aa5b366518dd18dd59796dca47bae2ded91d7ec32a8a97d 0.25 MB 771 214
260,442 260,442 0000000000000016e078cbb002aa17216f9a1a5bed1313fe68fdd00cb76d19f9 0.07 MB 135 65
260,441 260,441 000000000000000633bcf3af65cb70ce2e32cc1ec479ad640ac9072686810cf3 0.02 MB 31 73
260,440 260,440 0000000000000019b728411dda8af0271981aabfe379723c55e6ab343cf3b8fd 0.28 MB 540 70
260,439 260,439 0000000000000017b0a45b6d67aad0a0beeafd172aa49f88c234286714a5d70b 0.25 MB 652 168
260,438 260,438 0000000000000011baf32dc6a67c713e65c84403a976bbdf26bc1b5a9617ac6f 0.03 MB 28 2
260,437 260,437 000000000000001563a5a4381fe46b2918269e874a325973214a9bbba442e005 0.18 MB 466 163
260,436 260,436 00000000000000150e81951781a1a162c597fd1e0ca4d929b53e8a4769daeb97 0.10 MB 158 80
260,435 260,435 000000000000001a7502c795fd6ba513fe7c7a4860ff59530b6d89be2676f340 0.18 MB 435 50
260,434 260,434 000000000000000657c61e75753a359d6bca8d833b0d18c982e96cbaa6e06629 0.25 MB 575 139
260,433 260,433 000000000000000dcc90174aa20b4645447c61fcf0bb1b2cd515337e054ebc4a 0.33 MB 884 134
260,432 260,432 00000000000000181444b2166de02fb77b7e70f0eb47391fa3127f04d3c39eb8 0.18 MB 458 136
260,431 260,431 000000000000001428b08d2f730b0bc3ad4476384ae5482e64b4ee6640be7643 0.04 MB 85 52
260,430 260,430 000000000000000cfe8c2dd360b8a3747791f3876dfad82c32ff2a4b42ff363f 0.13 MB 290 103
260,429 260,429 0000000000000018f6a5f98e4413e925f98123a72c3fbab16b2fdbd9c0254f46 0.25 MB 632 107
260,428 260,428 00000000000000185c8559c5992956282b0aacbe1f9aaf7b7833bd3c5a2e7427 0.09 MB 256 169
260,427 260,427 0000000000000007fa9d59b783180f9429a353c9a9b1641d07ad35648df7e350 0.08 MB 163 87
Previous 10 blocks ↓
Total Size: 769.21 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,634.17 GB sent, 93.96 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.