Memory Pool Memory Pool Refreshing

3,522 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (694,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
213,278 213,278 00000000000001a596d5026635e323cff8e3046b1477c0387146d743acb8d7d7 0.01 MB 15 105
213,277 213,277 00000000000004e72e79b4bf12f70bf9475cfdc0633f34cbce4090a78fc37e25 0.05 MB 113 155
213,276 213,276 000000000000008d84b04670454d5d149874bc5439b8d73e72e6556d0ad8f8e9 0.22 MB 448 172
213,275 213,275 000000000000027dcde03e1f02254ca393b6e177772758cb5d1660e48e9a9fa3 0.20 MB 542 207
213,274 213,274 00000000000003e0182be73bddafe1bc92193d4cbf7639fcae04447d887f73d5 0.05 MB 117 139
213,273 213,273 000000000000000c9ac76b45e91a5bcce6488515ec229a7a4da2c62cfb98034c 0.00 MB 8 12
213,272 213,272 00000000000001d78e04520b162d49e8c247b3f46e4ead43279d035a2d7e33ba 0.24 MB 439 152
213,271 213,271 000000000000007472afddf09d30fbd4d0452014ce89eff1052d5ff11f7eb6e8 0.25 MB 524 173
213,270 213,270 00000000000000a853bc670ab3695aed145a9231cc9350b1c52b6c8ca0da4500 0.00 MB 11 634
213,269 213,269 000000000000040e19f34025aa2d3f028a1478ab4bd828ea23d84843bdde1efb 0.00 MB 13 48
213,268 213,268 0000000000000195458ceaad9d1248849107ef645432fa574c9f4e8db35907a8 0.02 MB 44 109
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.