Memory Pool Memory Pool Refreshing

5,748 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,871 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (721,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,850 185,850 00000000000000d065b0d0d1700a911c24de0053c31193df459a11c19cf7ee4c 0.06 MB 105 107
185,849 185,849 00000000000007b54d6098b2730671e6ac50819eb72e36aa74e0f94087696a2e 0.01 MB 39 181
185,848 185,848 00000000000003f518770251a5383564596e31745cf525f7de3a7f09e9b90acb 0.04 MB 137 16
185,847 185,847 000000000000083e3239cd13fd5a37c32e19a568f092a84a45c76837a07e4e5b 0.35 MB 847 434
185,846 185,846 000000000000010c8d578beed666732a56640e2d82fba05d798c7509ff402fc4 0.10 MB 197 99
185,845 185,845 0000000000000547265576ccc0a022f9780693a14dbc4f4efa3674d79526dd4c 0.14 MB 205 74
185,844 185,844 00000000000006dbe4664646e0c23207dc9913e721365e17ecd223bf8c5b2411 0.11 MB 278 142
185,843 185,843 000000000000014811f1424a7c753e23de63a68befac91c6fe5a9138c338bee4 0.22 MB 377 104
185,842 185,842 0000000000000043633966bac7d1c83679b53fd2e3ad0310748229ffffbb7f8f 0.00 MB 13 2
185,841 185,841 0000000000000405eae449c3c49495402a8778cb153d629417253eb5193d6cad 0.00 MB 16 49
185,840 185,840 0000000000000294a6fbd85c6fea3e64d735619b1d6826c10275a184a94afe9e 0.15 MB 342 125
185,839 185,839 00000000000001ee0b8ccb36ed344235c9482bde4cfce9486df453f8063029fd 0.04 MB 114 80
185,838 185,838 00000000000007fb962bb18c2c2e8dea2ac65c6e6223576008a098fbb89734f9 0.05 MB 152 38
185,837 185,837 000000000000005376be5e75334c47fcef39f2b6aeb3554a4033b716f3b0289e 0.09 MB 256 145
185,836 185,836 00000000000000b66f8718e946a2d0a2cf8d664f460fc6554cffa24184f5b124 0.00 MB 12 0
185,835 185,835 000000000000007b2fab130730787d1215f24d52a842bf4e445a0a08852f67d4 0.00 MB 14 0
185,834 185,834 000000000000079884965176a8af8f417151f23ddf8a0659b17c7ce936e533b2 0.04 MB 132 98
185,833 185,833 0000000000000283ee30a0b6b1e05633795980da805ecb93a9c82b7d50f9c5be 0.01 MB 21 91
185,832 185,832 00000000000006431cde74f76be47d01068a477bec59339640941fa326d02e51 0.11 MB 263 81
185,831 185,831 00000000000006d4c039294ce281c8bcd8d3eb9b4df48426a13fa762f07e91ad 0.00 MB 7 85
185,830 185,830 00000000000006006ab313edb284b005050588be5f9d80e9b04bc07ceeaa3dfc 0.03 MB 97 65
Previous 10 blocks ↓
Total Size: 769.21 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.53 GB sent, 94.00 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.