Memory Pool Memory Pool Refreshing

4,807 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (635,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,393 272,393 0000000000000000618e23550dc1e33d5ead5d3937fd89cc57abe17bc767d564 0.25 MB 640 56
272,392 272,392 0000000000000001339363eaff83ba509dc16a6535ad1b83e2622bc0d5e50072 0.06 MB 121 44
272,391 272,391 0000000000000000f94cb5eadeb1b784530d6794b3cb719fa16b7d1d61a24c4c 0.02 MB 51 44
272,390 272,390 000000000000000211ae3af780e3d6b30cf7419f7a77c2ebf4d144fe1eb1898d 0.17 MB 323 54
272,389 272,389 0000000000000001bd6fb48bcdd8277978e55f4aa781c39ffc464aad7db55e4f 0.06 MB 137 46
272,388 272,388 0000000000000001966bfd50f6161894f7fd1e7e08266b3a39856babe4dbbfaa 0.40 MB 364 75
272,387 272,387 000000000000000398804efb150cc6dddd3ffa7a803015556eb60c2b47393226 0.27 MB 240 49
272,386 272,386 000000000000000019fc90e760bb79ab0179490f2dbe81a389e30daa17da25a9 0.50 MB 656 56
272,385 272,385 00000000000000001a0041fc62e5de79b51848c26b7b1de5f0e7af81b5493a1b 0.25 MB 125 83
272,384 272,384 00000000000000021d197427fe3893ba1732d14e25d35029d1ee1a16fc90950e 0.25 MB 261 104
272,383 272,383 0000000000000002a9125cf9433f17b6e134e22c075d88b18b8ee57a03533490 0.51 MB 660 30
272,382 272,382 00000000000000006779519d5fe4dab6d99d11caf1488744886b5bc55a956a58 0.02 MB 19 74
272,381 272,381 0000000000000001f4b0ba55d4a8355b30713b8729331af87ced517a8e1921fd 0.37 MB 483 63
272,380 272,380 00000000000000026b4e824b3fe95d066ab172b0c83980d75fdebbec9a8e26f7 0.25 MB 703 138
272,379 272,379 00000000000000003797339869b0c3bb4ea8a5802dc319d9e5921cdbf6c2ac48 0.05 MB 69 49
272,378 272,378 00000000000000006c828cb268add35f3fa2e81a32a3fb45c8e2bd0c9ab7f86a 0.03 MB 58 53
272,377 272,377 000000000000000328e06e8a5e04332d40ec69c2a6c076ea8cd4192cd1d2bd68 0.05 MB 94 53
272,376 272,376 0000000000000002e20f8a72954e6630650e4fa26284f2d8ad1e5a603b8a7543 0.17 MB 376 49
272,375 272,375 0000000000000001d64c7b60a7d8ad12e7680ad77c756d2b03a65441e492d857 0.07 MB 201 45
272,374 272,374 00000000000000003d09eff06411ec0d2f00e8b12f2442e01aacfa65bda8461d 0.15 MB 303 41
272,373 272,373 0000000000000003adc2b30588ed02db582d8fe37e063549fe3122c5d666b080 0.21 MB 489 73
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.04 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.