Memory Pool Memory Pool Refreshing

3,562 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (544,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,273 363,273 000000000000000010aa34bc8c751a672fefff6b877919adea9890e424a36d51 0.75 MB 294 13
363,272 363,272 0000000000000000162912eee7a908b1e978734c174abef14a7b8d48a9aeace7 1.00 MB 1,072 12
363,271 363,271 00000000000000000c5f016820389a3028cc9c0e756e1e862b2c43948453ba5c 0.92 MB 965 21
363,270 363,270 000000000000000010ef3011e77078522451782c639ea5e22492e086ca9089c3 1.00 MB 4,509 1
363,269 363,269 00000000000000000e828c0bb9ccc3f51d2d19b7bce0cde9e70eb13447745098 0.08 MB 95 20
363,268 363,268 0000000000000000060313f30609e6b1af2aff39a2afc0e44471594ff438ace1 0.93 MB 274 12
363,267 363,267 000000000000000000f81fc66bcd730f0445a900ce41c002a2e81d089d48bfa3 0.75 MB 802 21
363,266 363,266 0000000000000000088390da860e3624e9c6f3162dcce3f2f166bb371e018de7 0.00 MB 1 0
363,265 363,265 0000000000000000154126c94be0d8eb9e6865d6e2d0db722f81678d7ff4e3b2 0.75 MB 406 15
363,264 363,264 00000000000000000653c8b3b619c32306c11610bb07379f1d3ba02573058b57 0.75 MB 1,254 22
363,263 363,263 00000000000000001437607ffa24583aa964f84579254570d6b25b4fe65d658f 0.75 MB 1,543 33
363,262 363,262 0000000000000000136329764b75ae34a79d2bafeab4cd2c60c077ce5c7aec25 0.10 MB 248 38
363,261 363,261 0000000000000000055433102a1146545d113a51d3b26f9f538128771fc15857 0.93 MB 945 18
363,260 363,260 0000000000000000009183be65c5b841bf154e800aea45a1f0f88a8f96a6820a 0.75 MB 1,078 23
363,259 363,259 00000000000000000638218146b8c0ac807315174c0104f390481853188df124 0.01 MB 39 63
363,258 363,258 0000000000000000071359c423077912ed499e7351de61b9462d4178f2b45e94 0.05 MB 188 69
363,257 363,257 000000000000000011cee810626c8341c515cdcc8edbf94390a43fc912621101 0.75 MB 911 25
363,256 363,256 00000000000000000fa3815128b6144355cd2ec812b43fa073a882256e9dea50 0.92 MB 370 16
363,255 363,255 000000000000000001c222cc0d2d447896bd056d89f54f4089c594ae04729c6c 0.75 MB 1,749 35
363,254 363,254 000000000000000015665ce75a321e5827cdf9af667eaa75aaeefbc315514da5 0.75 MB 1,000 21
363,253 363,253 00000000000000000391f18515af5f6d9875eaedf799ded34d09fda7ca3f8937 0.15 MB 206 23
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.46 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.