Memory Pool Memory Pool Refreshing

521 transactions
24.68 vMB
Show Random Selection Loading Transactions
Max Size: 99/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 244 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (807,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,336 100,336 000000000004287c459d2f876992c44afbdab680e188fb1779205270ca295f7c 0.00 MB 4 0
100,335 100,335 000000000002fe78f962edae9d893aecde95e0bfa4f56b04b7e65d49f10733ce 0.00 MB 3 0
100,334 100,334 000000000000f7d65ec9d2aea42472108f8cb621e47b0bda92691dc91dd9f00b 0.00 MB 4 0
100,333 100,333 0000000000000f9012f65f7d03c1aaa475167518498fe3e4da332c44df7e1ab7 0.00 MB 1 0
100,332 100,332 0000000000024e751cd476e7c19ef78be7fd3c3d10270a93b48d17b857f50268 0.00 MB 2 0
100,331 100,331 000000000000162d164f70f562f7a16ea0ddaf173315e30568bd130f61a04d43 0.00 MB 1 0
100,330 100,330 00000000000127238afda3f268679a49a74c0a799c2fa0e004d7ec5068a7a02a 0.00 MB 1 0
100,329 100,329 000000000002e65c9a02d4ea9114a88221c7804366bfad845a3faf3f095ca3d4 0.00 MB 1 0
100,328 100,328 000000000002d0284708a06cfaf762a4379a6de6578837317d2f829fd5688823 0.00 MB 4 0
100,327 100,327 000000000001a2cee1848a5fcfdff4943cf1c2721e8d1f923bd4d8c41eb475a5 0.00 MB 1 0
100,326 100,326 000000000001f56cc48661eb0da8b77d8ab4bb48ea2ecb932880e3e59d3ecdc7 0.00 MB 2 0
100,325 100,325 00000000000272691e61ff119e8e13bb74ea9c01cf1cbeb10a3bf9b9e9bdb616 0.00 MB 1 0
100,324 100,324 0000000000030e3cfd3a157b4d1e0b508cc669c7878abe2182a2a1b91cb648e3 0.00 MB 4 0
100,323 100,323 0000000000041dfe5e4bb04486acc70b6840ed96af633cdbc3c0c2cec5366a70 0.00 MB 2 0
100,322 100,322 000000000001bc49fc5e8d0fae3316059d776ff00c9446d2f83b033caa7a8031 0.00 MB 1 0
100,321 100,321 0000000000005ae3f29cf561c0115bd65e14d1db6739e1082fbb71694e977873 0.00 MB 1 0
100,320 100,320 00000000000383c85462db0682a9c8ca5cc54b966b09c3cc5b90f0b588d771b6 0.00 MB 3 0
100,319 100,319 000000000002c2e93dbb6b636dd9ebfd7bfc85138d6eafaea2e7081fb9755651 0.00 MB 3 0
100,318 100,318 000000000004027479c5279527c944328ce2277e351cbd632e0b393047db86ee 0.00 MB 12 0
100,317 100,317 00000000000458bd7e84fdcdacc66f887241df3dc9845f3d568c34195cacc0bc 0.00 MB 12 0
100,316 100,316 00000000000297119cfbab7229f960df29571ef01b686b3133d0ab1d9e0340c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,696.52 GB sent, 98.57 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.