Memory Pool Memory Pool Refreshing

1,315 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (649,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,362 258,362 00000000000000218b4fa454479ce50d083255320b1a6f7ed1ff12b1801a995c 0.25 MB 169 24
258,361 258,361 0000000000000025c701ae7848e792887f576cbd9326afc1eb8b3a086c0de36b 0.09 MB 128 72
258,360 258,360 00000000000000091358f25a1a657a9d152b6909a7adc66c4c6b4e7efc59d2b2 0.25 MB 159 24
258,359 258,359 00000000000000188cb03c50304860e45bb6019049bc15f11ff462ca62e0a27e 0.50 MB 1,218 91
258,358 258,358 000000000000001992e713c4adc7ded3fc24635582193aa9e53c04a390cf1cef 0.25 MB 620 155
258,357 258,357 000000000000001ba8799c15392c7d2d080890eccfa4d5c958a59ebc2ec91724 0.25 MB 512 76
258,356 258,356 0000000000000023e87267eea7c0d4e92ec532ec8ece2cdc602f9fc9339d132f 0.25 MB 570 173
258,355 258,355 0000000000000015c6c1dbd97a6d76239aec87d5756d550f818c9a3fb6b3be6e 0.90 MB 429 21
258,354 258,354 0000000000000001c59f62e10734fac671301717d20941037734cd4c33d3dc9e 0.25 MB 334 33
258,353 258,353 000000000000001b492b12c33277052dfbe91635bfa3cb2a441f558aeedf0d71 0.25 MB 675 378
258,352 258,352 00000000000000034786be740e5bdb7254bf16bbd161bee618e23d2e73f17220 0.25 MB 497 52
258,351 258,351 000000000000000aa59ed638b7d84cfe2dba634c0cdf0b75772668557537ca6d 0.25 MB 528 102
258,350 258,350 0000000000000006fa6f22f2f0ea4c759c02dc69dd40119276829137b7509841 0.25 MB 558 56
258,349 258,349 000000000000001197c0d975f6dbe88d83c8372456d498cd4220f7905c8ef49d 0.25 MB 644 185
258,348 258,348 000000000000001cfe55e1bbe5a0bed4fc0cd248fbc2454fe73022ae1d74569b 0.25 MB 685 128
258,347 258,347 0000000000000018a12d434d08e0517a8b932551845b1231fe40295006879b4f 0.25 MB 591 71
258,346 258,346 000000000000000074ccd8bc7b9c3b28c45962d84fe12d66d85691ac8a25dbac 0.50 MB 1,175 149
258,345 258,345 000000000000001bca1bfe721ecf4fb6480835d966762bc840689ed86642c7b6 0.25 MB 694 178
258,344 258,344 000000000000000d5a1562fda2d7b0e66e6459376ab17e08dd9ebcbeac0df90f 0.01 MB 27 90
258,343 258,343 000000000000001924b9c0afa66bdfd5f837b3400b9473eb4be64572fc8e7af9 0.02 MB 17 44
258,342 258,342 000000000000000c3491e870d47f6fd76b0ecd0eb7650519dd5594d71186acc5 0.09 MB 214 110
Previous 10 blocks ↓
Total Size: 769.14 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,631.94 GB sent, 93.59 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.