Memory Pool Memory Pool Refreshing

6,973 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (694,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,234 213,234 00000000000000719c0ab84fb096cd649a1566a4553229722eca27f0315ae77c 0.25 MB 497 216
213,233 213,233 000000000000023f893b8c13bac555b0ac1cae7cd4e47f383de33ea4dd912e20 0.00 MB 11 30
213,232 213,232 000000000000037024c6d2bc430c6fe8abe198d4b3ac211a2a4ba016d062505d 0.11 MB 256 233
213,231 213,231 00000000000000123efc0a14489c52b1ee64dc9bfae18addc2e9d17ce7348568 0.21 MB 610 216
213,230 213,230 0000000000000297eeb8300309b044f14adb9d73d8453559e4491467a0695985 0.02 MB 43 119
213,229 213,229 0000000000000323a5a5ca1f414160e2910f4d8f30a3662a0a1951a8555a4281 0.05 MB 134 93
213,228 213,228 000000000000047a64e652ed2075b4672e765e467025e63375ec54cb1f471ba5 0.12 MB 294 174
213,227 213,227 000000000000013fd9596ec9b0a6f3f4ab56c0e1b2755b8736b275cca1b85683 0.05 MB 136 84
213,226 213,226 00000000000002879be52350473b751589d0bc5836a25244913ec5f9bc236d7f 0.01 MB 17 158
213,225 213,225 00000000000000024b74c5dc56d66540477c02adf496510c0a9c9158d1045dfa 0.16 MB 491 238
213,224 213,224 00000000000002ea0c6af9e60a83edbb53dcde040824b78cae13438ea623641a 0.12 MB 234 144
213,223 213,223 0000000000000089bef7ff8722990042702d2a90516acdbf37609f2344893a00 0.25 MB 601 231
213,222 213,222 00000000000002e111a13428d3892204a59311bbcfaee9f7e776eeb41ec67386 0.00 MB 12 50
213,221 213,221 000000000000000ca869733b9280e7c789dab5be926ea4d243f53e8722799a0f 0.00 MB 9 5
213,220 213,220 0000000000000431a982331501f0f7b7f9052f5320a9a8b71d05c79c9593a30f 0.11 MB 275 222
213,219 213,219 00000000000003ca019ea564adac55f783ee5b0d45d882abd88fbad84df5dbb4 0.13 MB 378 212
213,218 213,218 00000000000000467a3f13611a343af442c68cd655a883914dae8ba51c0ae7a0 0.02 MB 61 217
213,217 213,217 00000000000004e0d16d3a596fe1f1409bf7ac7afe89679c82bde73a8bcb0df2 0.17 MB 444 164
213,216 213,216 0000000000000363f8f4c27259d99634617ceab32ba208bbf7dd8105d860df25 0.18 MB 432 443
213,215 213,215 00000000000001d2a65c3fb660ff62dd02fa9a002c9294fbd28cd4336b8222c9 0.02 MB 68 143
213,214 213,214 00000000000003a06ea7500e6deb7dba78811b3a9fe2a1fcb056e80737058756 0.36 MB 659 161
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.