Memory Pool Memory Pool Refreshing

5,121 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (620,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,042 287,042 0000000000000000e750f9d153cce5f3deb50b0fedab1213131552693a958a21 0.35 MB 1,137 55
287,041 287,041 0000000000000000cf6fa7227fe72b7e83d6e95d019ace8cdd95a41f166e861b 0.40 MB 761 37
287,040 287,040 000000000000000112c53364597954e79cc38f1ba7826a6420ad22a6f3be2932 0.04 MB 81 31
287,039 287,039 0000000000000000c3c5eefab84f2023f7d0b59f530704a03e6a966fe055bf5f 0.04 MB 89 45
287,038 287,038 00000000000000008d9708799cbe5d74e01df0736076e44dcc0e1c00d10e2095 0.20 MB 290 30
287,037 287,037 000000000000000157bc458b6a109f2366b602c71bccf528a273243e431092ea 0.04 MB 27 14
287,036 287,036 000000000000000102dbfcb61c4a158b09d74cbd565cdf33bbb85a2693de01ed 0.10 MB 63 4
287,035 287,035 00000000000000014f310520d600cc95f54a7e26536d4cf2f459b5df60da0bdd 0.09 MB 187 33
287,034 287,034 0000000000000000e43f8affdfb45eee683c88c2fb79238937324c2aea85f5dd 0.10 MB 88 8
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.