Memory Pool Memory Pool Refreshing

1,706 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
890,390 00000000000000000002796c0000000000000000000000000000000000000000 0.43 vMB 1,678 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 890,389 (8,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,266 882,266 00000000000000000000ad2a06fd62a2c1639801f50edfd241a5d9103ede56c7 2.43 MB 256 1
882,265 882,265 000000000000000000015e795971c48f2e0ea5a8dd67988087e5533bbf161d0a 2.43 MB 315 1
882,264 882,264 0000000000000000000290b65efc37f98f9e3d4a4f7069fcdb2217756fc64f99 2.24 MB 740 1
882,263 882,263 00000000000000000000ef3afb896e27c850f19c92d31aa23ea4302a2787eb30 1.59 MB 3,395 5
882,262 882,262 000000000000000000012f34a6727bf7dc9ceae203022cb14a3b37fe8de0e6ad 2.34 MB 785 1
882,261 882,261 00000000000000000001a1568c9560868e09916195d4a7948e17dc4da8a00c92 2.29 MB 1,040 2
882,260 882,260 000000000000000000024ccc7de3a344aa7a23184bce8b38a2a1e6c8a9263677 2.24 MB 1,219 2
882,259 882,259 000000000000000000022f38d76caa781fab626130f25f9c980dfcae31b8c3b8 2.47 MB 1,751 1
882,258 882,258 00000000000000000001cff90408a25b0b60968c07bcc8e1e6fe68fa0eb1f46a 1.47 MB 3,430 5
882,257 882,257 0000000000000000000030f267df2a032810a644251d04163e4533c130606186 1.90 MB 2,044 5
882,256 882,256 00000000000000000000b42276a6367b609d0cf97b30158e785cf7eccd059709 1.72 MB 3,088 4
882,255 882,255 00000000000000000001e4b8daaebef4cf13e68b5bc7ed9acd56b3f4721dc2ce 1.71 MB 3,088 4
882,254 882,254 00000000000000000000cca559fd4e843e2676b7d8c00460f27904e5e93e6111 2.04 MB 2,419 3
882,253 882,253 00000000000000000002431290338f9814ceae9243a89e37bda47c9fd8f317e5 1.89 MB 2,026 2
882,252 882,252 000000000000000000014b8ba8d6464e07cf5d781e3b418275b19c8eeb16a893 1.81 MB 2,923 5
882,251 882,251 000000000000000000026b5718e34290622acd23b16b3642c156b231e4e9a7ff 1.61 MB 2,942 3
882,250 882,250 000000000000000000015a0559d2ecd5e4f4d1a8a292f1540685c50e7cae06ee 1.67 MB 3,359 7
882,249 882,249 000000000000000000002eeff97e0013a21ab8018ba96e68e7ccb016f6f09091 2.04 MB 951 1
882,248 882,248 000000000000000000001b3b6783b42ff64ed29798bb6ee9e1dc927bef1268fb 1.71 MB 3,732 4
882,247 882,247 000000000000000000025ea19b143c03f89d6eee05811223f410649920850a0d 1.66 MB 3,346 6
882,246 882,246 00000000000000000001991b4411637f0eea03fdfb7d01f1f2d84ac4a015cc33 1.82 MB 1,361 3
Previous 10 blocks ↓
Total Size: 738.71 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: 3,479.51 GB sent, 154.83 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.