Memory Pool Memory Pool Refreshing

9,193 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (717,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,903 189,903 00000000000005aeb0cb7b5c58f16eaf813c703c5fba1d785d2e0a4ff56865c9 0.05 MB 105 168
189,902 189,902 00000000000007cc2b0eb6ff9a77690997ecd6fd987675a2f5d8ee3199614596 0.03 MB 99 8
189,901 189,901 000000000000071eee5feb1b386aa706b7d558d658cf23c9f50ba29edbecf56e 0.08 MB 156 95
189,900 189,900 000000000000055ccf03a628b58a69e2afce1f938741bbc1c75f11a00b6548ea 0.12 MB 256 221
189,899 189,899 000000000000000a8d42ac21fbcce80a65ddd1d100d9d28ed69c09b5a8ecbb2d 0.01 MB 32 0
189,898 189,898 00000000000000ea08f67943b8a968131ccc83554fc250a6502dda31b9905797 0.06 MB 166 153
189,897 189,897 00000000000008d2fa1c452fb99800d6aec6103cff106964bcc939b5bfd92b29 0.00 MB 1 0
189,896 189,896 0000000000000470f58395e7915389aa892ea8fd4a9d052f7a03ac762535b73e 0.00 MB 2 3,012
189,895 189,895 00000000000004f1d4133aaf3d14f482a2b367945b8473f6d112e5d48dbd0d0a 0.02 MB 87 40
189,894 189,894 000000000000037c0ea0f2aaffad5094aca23fd7dab6a4ce97f8a4ad2f810c74 0.25 MB 455 101
189,893 189,893 00000000000004c836d991b030582bd385768c53dad712aa858a103950424b76 0.42 MB 671 139
189,892 189,892 0000000000000605bc62bafb090307890c14c49082e65113262e1d12b1d7b262 0.05 MB 114 292
189,891 189,891 000000000000062cabc6e6348709f6bb20e94234e59167776f0a760d2b70c1f2 0.04 MB 117 77
189,890 189,890 0000000000000530266aef33f9e12ba84b865ab0dcefbe935a188dcd31b67530 0.25 MB 407 113
189,889 189,889 00000000000004192b57d060bd940b2446bef39bb4fb6b0df8a0a2f4ab27f038 0.25 MB 530 124
189,888 189,888 0000000000000309bebfb3c3d166ca482ed70853010c4888f0a3e4fa98ec97b6 0.13 MB 323 143
189,887 189,887 00000000000000a9e587c12c58a7a865ac2628615e622e64bf508857537d9325 0.16 MB 403 141
189,886 189,886 00000000000001111dab743a845969553e6507d298c0cf9d0e99328817c4cb2a 0.25 MB 393 107
189,885 189,885 00000000000007bfc872fae8f5bb114f5ab85706cf846fa2dbf22aee5151124e 0.25 MB 414 122
189,884 189,884 00000000000008e0d2c6152c92bd0e4156fadd05b589074605e8c465c59e5669 0.05 MB 44 86
189,883 189,883 00000000000008e6883473ab8b5bea029d3d6615405bd788017a2200520afb65 0.38 MB 778 147
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.