Memory Pool Memory Pool Refreshing

56,601 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,261 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 2,415 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,260 (664,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,299 213,299 000000000000007b7a8917181630614482915bcecd03a45d29352215dfe663c1 0.14 MB 409 211
213,298 213,298 00000000000003e455525c0127167f6aef693d17d3a359e0789102578024c562 0.07 MB 258 47
213,297 213,297 000000000000039eb6cfee0cf922fe5d29726adc07dffebfe19489a60653c624 0.03 MB 75 165
213,296 213,296 00000000000000be40963199045c2a78cdcf0fe2e9d140646db805d065210886 0.01 MB 21 159
213,295 213,295 000000000000034acb6ca457200ad003f2846050b2e89f480c6610315b484446 0.00 MB 8 116
213,294 213,294 00000000000004e8c5d574b284baca9906361be698440a9d837d1cda48ad91d3 0.01 MB 40 157
213,293 213,293 00000000000004d2ce5eef916bba9dc206e8b1ca0445c7d0b4842496f9124e52 0.00 MB 10 33
213,292 213,292 000000000000038a5eae688d09b34cbaf0fb5b9dd57afc3417da974fadd4c84c 0.05 MB 118 1,222
213,291 213,291 00000000000000d32091ef94bb85f3ec4bd195ff2fd425ab17be9c51ed7bb232 0.09 MB 222 154
213,290 213,290 00000000000001f256366ed7b293f99ab838767b7cbd2e853e9f53c31046bdd3 0.12 MB 254 180
213,289 213,289 00000000000002e3b1381ebbd775188c65da094a0f20ac0310a23f5187982749 0.27 MB 419 142
213,288 213,288 000000000000004be9d43bdc5244dfc6b13362ae4a488f42b436fe2a649fe32a 0.23 MB 560 171
213,287 213,287 00000000000001e0d4c0c686e93b988b684764af5394ebf4558c973bef655e3c 0.25 MB 683 217
213,286 213,286 00000000000002dd3a372a43eb57dcd6c6eabfe5acb95ad6517b8b0c10dc5c53 0.05 MB 136 152
213,285 213,285 00000000000000e3e2147bc9162cc48872230cfbb2272922333c785ed63b032a 0.04 MB 79 171
213,284 213,284 00000000000001b777da3db953fd6a8811bde35dd24b754276d563de1f17524b 0.08 MB 144 141
213,283 213,283 000000000000026fd9e49addc9d1ae061911469d3d4f860fc1d6ce19fa19cf72 0.00 MB 6 46
213,282 213,282 00000000000001ba14e8f91391b95c1382cef1e52f8287bf22b506c5c187f885 0.25 MB 479 406
213,281 213,281 00000000000004c21071bd115174fd3338d51d02ee696f1109f490a773542130 0.25 MB 660 201
213,280 213,280 0000000000000015393c856945a1cdfa84e3c9eb151c866cac18729d785569d1 0.07 MB 225 239
213,279 213,279 0000000000000087ea3e3723631a6bdfbe1b7d4c0d23a7cf5b9f43903f8259a1 0.00 MB 13 20
Previous 10 blocks ↓
Total Size: 714.87 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,367.52 GB sent, 39.07 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.