Memory Pool Memory Pool Refreshing

3,764 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,351 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (735,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,253 172,253 0000000000000590b07deb9b60446b4b623e6fdd3e7e843260a93fa0e5607c98 0.03 MB 71 142
172,252 172,252 000000000000058dc809f678140978b3ee93aca27229db4ca947d07dee10580c 0.03 MB 60 3
172,251 172,251 000000000000090e2c27d976baae41116fbb89c33423d67e129c32818d6fcbc7 0.06 MB 137 159
172,250 172,250 00000000000007bc5393643ae053401ec22d1cfed1681de513905c16f297b53c 0.04 MB 129 33
172,249 172,249 0000000000000a00753cc908059bd6bc369563ded32083350782155c5d037d35 0.02 MB 47 36
172,248 172,248 0000000000000a96e43c23b8c716d31c42c6fd1bbcc6cb3ea36a7d1d1bddc6cf 0.05 MB 67 74
172,247 172,247 0000000000000787ef7a8494c1a8d30a2266f998efe4f1ae2abdaf5d91ea609e 0.04 MB 101 63
172,246 172,246 0000000000000a4ba6224f1d3ab0804714021c810b282363d0ee0bf242d26497 0.03 MB 53 93
172,245 172,245 00000000000001a344d0db17387310fb74c7895a7b0a18daf9f5d44d5894e26e 0.03 MB 104 164
172,244 172,244 000000000000094833f659e38b34c49f1e38a53b442482eee63581263112399c 0.00 MB 9 61
172,243 172,243 00000000000003a3543e0a9ee364b6d3939750c82c04b50435503f11078171b8 0.00 MB 1 0
172,242 172,242 00000000000009995d5982241c96e8b550cba35f0e587218f3d4be47712c00bf 0.00 MB 6 139
172,241 172,241 00000000000005f857ad81c039b87315cad7baad48127788b45a6e1a42e39055 0.02 MB 16 35
172,240 172,240 00000000000000d6f865f1f9bc23b6b9dea2cb2911fb5c93ac03be336b9ee17e 0.05 MB 138 189
172,239 172,239 0000000000000461140fa4c7a28912cfd71d00b68aee33dd7fee2707c8cc4259 0.02 MB 20 27
172,238 172,238 00000000000004772894972199221f67cb48b3fcd58938f973c9ee972e10d7ca 0.03 MB 99 40
172,237 172,237 00000000000007634307711b7114d37781c8929332a147bdf6b474280bc5944c 0.03 MB 61 219
172,236 172,236 00000000000003aa2655b0b97b7c2048233b0d84b59f9c55eb7c926d86d471d6 0.02 MB 38 32
172,235 172,235 00000000000000a5f9c1c20c7f55eb70baba1d37ef332802bd35c5a3b2897de9 0.00 MB 6 97
172,234 172,234 000000000000097156e39182e9f20f34cd98ed8f5d2b996bd82a1d01dd49e249 0.00 MB 11 16
172,233 172,233 00000000000009f67f8c03f6a05eefd12114914d9ce706ab8adcc8e1d575d4ee 0.01 MB 36 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.