Memory Pool Memory Pool Refreshing

9,755 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (679,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,424 228,424 000000000000018b61681ed4bf72a633e43baa9ea378fdd1866e314db1ac342f 0.25 MB 209 24
228,423 228,423 00000000000001aa54853d9edd1fb86cef1cf06674d4e826c5ce44622d8a4b3e 0.05 MB 68 41
228,422 228,422 00000000000000d0d0b381ac827149de398bb6be23642d7e1e06f7b439a0a76a 0.09 MB 216 289
228,421 228,421 00000000000001285979d2707f2640e1843747645110307338a7ab8e2a52fb26 0.05 MB 156 13
228,420 228,420 00000000000000d465c461ec7cbdcda760e321991a749531545aa0947fc97021 0.27 MB 588 200
228,419 228,419 00000000000000f2c576e517611a8d9f0356f4336599b95eb989227b3e825509 0.26 MB 173 54
228,418 228,418 000000000000014f831cea6305381bff38319029a164cfd8a76dc9c7f288c6f8 0.04 MB 64 2,079
228,417 228,417 000000000000019b116b8891a1f4d97c8a26de271764804fe59970e2337da313 0.21 MB 507 188
228,416 228,416 000000000000019f78efdf686192747198e68b1269f6dc8df6f8a23a844e1178 0.09 MB 307 3
228,415 228,415 00000000000001bd827f58b834c9135ecf552d48326d47ffbc71227898730899 0.14 MB 214 90
228,414 228,414 000000000000016a53f9ebff659c415c143c3fc05a174bbc30270bfb0df0b56d 0.25 MB 686 215
228,413 228,413 000000000000000f3cfcf9c876a87b660102ae44a4f149b79e08108d14bc5c98 0.19 MB 463 195
228,412 228,412 000000000000000471f0538e73bb5f8307c6da97e7a6f2eb4def855814fd7914 0.14 MB 197 115
228,411 228,411 00000000000002769c2be635f3d08ff27638a28b676df2351029bbad88536fb3 0.06 MB 184 121
228,410 228,410 00000000000002405431a195e5ee42377f52c0c16897a0319f02ecbe902e780e 0.03 MB 62 32
228,409 228,409 000000000000014964dedbdb7b348d32edace44bcd1e85329ecf9930c2cbb33e 0.40 MB 731 145
228,408 228,408 0000000000000168417f8be169d0154021fab6f86ac8c4e835c58b585fbfb0b7 0.13 MB 259 135
228,407 228,407 00000000000001f2cd74302b9727408d2dd49d97ce4cfca60fa969e38ea8678e 0.37 MB 417 97
228,406 228,406 00000000000001fd41a0468c341204e3b0239acfbe4135ad01f0c8cceee81e87 0.25 MB 601 175
228,405 228,405 000000000000013acf802e397e3fad35e0c1c5496394a2981176aed7c81bc34d 0.10 MB 316 43
228,404 228,404 000000000000011d4e2504d2bca1ca54f228e14e84914c4ebf35de3f5cc3829f 0.49 MB 1,169 184
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.