Memory Pool Memory Pool Refreshing

3,561 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,504 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (620,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,033 287,033 000000000000000122c5b0ea37d81198353710b059a00d074814792ed87fbd47 0.06 MB 68 32
287,032 287,032 00000000000000015429cb1f12f292cfc5f0eec53316fc9d0e6007d7e39e63a2 0.11 MB 176 36
287,031 287,031 0000000000000000186a4b4be6f6fae206157d96cfb774964b7c87e3c522d0f0 0.35 MB 212 7
287,030 287,030 0000000000000000c7d9fd7a7def8c648dca6eb930a5e6f240ba9862fdf05b07 0.17 MB 380 32
287,029 287,029 00000000000000011eec266001c88f675a3bce478f9525188479b11d02632b95 0.04 MB 53 40
287,028 287,028 0000000000000001536af2b80d8579075cf25f0cf5c03d41c222c5cf5eb523eb 0.23 MB 545 42
287,027 287,027 0000000000000000c74c4d2a074bedf920ebd70ee3aeadea3f8a32f9ee59214a 0.27 MB 217 19
287,026 287,026 0000000000000000ed11fdff32bffb34341cc1ceec95b38e342eaae70b1cb9a3 0.35 MB 697 41
287,025 287,025 000000000000000081d6be53e8983d52b4c8051dd6e3b676d86a11fa8504c63a 0.06 MB 88 26
287,024 287,024 00000000000000014262bab5db7e0eab4b633ab35325bc3b87fd361106d60703 0.23 MB 241 23
287,023 287,023 0000000000000000ceb00e7aae358ef16a065e1ab361a7460fe8f8d7f6455e2e 0.23 MB 277 19
287,022 287,022 00000000000000009cbc04afe1d71d86e019098179fc6d5d8673ed71d916da75 0.15 MB 418 63
287,021 287,021 0000000000000000f93c50b1116e092de49c2126677b383fc3bafdffc165a5fe 0.16 MB 184 27
287,020 287,020 0000000000000000f7712ed31aa2b7bc413d00c6cd1525ed0e5be6a580f02d55 0.27 MB 506 36
287,019 287,019 00000000000000001fd24fe59455840a2129cde67f29f25b274829035a18fe83 0.44 MB 817 38
287,018 287,018 00000000000000013a946475c681f28849dcb5aa52f331dcb845ef320a3789b5 0.61 MB 817 27
287,017 287,017 00000000000000002cb711d707ca6056516f58023adb0c308d8b77f8d9538275 0.05 MB 152 57
287,016 287,016 00000000000000004b7f8298618f7dbb5be93214846d895d6543028750394eea 0.02 MB 43 27
287,015 287,015 00000000000000001ae0e910e55a3358b1219e77cfa252a12c50426dd19bad39 0.34 MB 616 35
287,014 287,014 0000000000000000856a4c80fecf7458f5e418f2a6cc20623186bb0a1ab5cb1a 0.30 MB 443 29
287,013 287,013 00000000000000005b861d5507a635a40fe3dbba6276aeb3545a36add2f4c779 0.25 MB 512 50
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.