Memory Pool Memory Pool Refreshing

8,807 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
902,073 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,072 (705,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,923 196,923 000000000000069f039e4fe474fb4a03cd7dac00918ed2a1f95820eb53589eea 0.22 MB 512 152
196,922 196,922 000000000000015b80b4f742ce0a5ff27a56bc0dcc3306efff51f76882ae31c8 0.22 MB 476 131
196,921 196,921 00000000000003de6766e4256c8c280d6a6f83a446c806a7bb76a1b2abefa28e 0.04 MB 119 108
196,920 196,920 000000000000048fb0ec1249b8534d3c19310c390e4fac856c121ebfa051dd2f 0.25 MB 486 140
196,919 196,919 00000000000003b1f7f77d83f5cbf1a0f60dd2d9444ae33de9e76aa238bf4844 0.05 MB 152 946
196,918 196,918 00000000000003b02270ab63a0e146bf81d30e2fbbe2edc6de60e91ddeb6a03c 0.01 MB 16 0
196,917 196,917 0000000000000369dc8267ae851f7b832b0a06ad2183da557f432b1b485cef22 0.20 MB 632 169
196,916 196,916 00000000000000604464959b962160c9739d854d7b925aff85c9cec53545fcbd 0.25 MB 416 104
196,915 196,915 00000000000005fe7effe1841907a60d2ba6737a1b6a68cb2e389401fa930589 0.05 MB 178 268
196,914 196,914 00000000000000679abc6f2e8d280559c9e95b6b03cbb1f32caf1abc008fd6cf 0.06 MB 148 628
196,913 196,913 00000000000005a788474736af6072bcebadb9c918741597c6cc7f965b5a0e27 0.25 MB 675 151
196,912 196,912 0000000000000538eed849bf50cc0e3f5ca571d35ca96ddad5865574363af545 0.05 MB 148 504
196,911 196,911 0000000000000190009bbf259319b90b483ab239e908fc4c3cb49b496d2977ce 0.08 MB 184 108
196,910 196,910 0000000000000442efbda5b8d01d7f660c4980629a3310b3e5f92807f9e60334 0.25 MB 681 191
196,909 196,909 00000000000002c8b68e9fda0462d4216aefd3afa0f626b80c8c4177693d4e92 0.06 MB 128 312
196,908 196,908 00000000000005f67721bf6972d8a58749701cc307bfdd03ec9c36605cd8a54f 0.03 MB 86 452
196,907 196,907 0000000000000046bc50614f6a837b7673dfec2bcbd25b70f8bad70fb7c78847 0.01 MB 19 334
196,906 196,906 00000000000006c72da6cbb3809bdc1131c1e119cc5f242f6c7f92194e12961d 0.09 MB 209 164
196,905 196,905 00000000000006b73cecdeb1230afc588c061a66b855afb194f31dc858b20f73 0.12 MB 256 383
196,904 196,904 000000000000023dc5a307f94c4f439396e6c43dc22b251a2e28dd06dce9cc70 0.08 MB 169 239
196,903 196,903 0000000000000617f6b47d1535854c76890691cd3891ee17ab46e5b9618dace2 0.02 MB 87 210
Previous 10 blocks ↓
Total Size: 759.31 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: 836.16 GB sent, 43.08 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.