Memory Pool Memory Pool Refreshing

2,095 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (688,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,277 219,277 0000000000000435057d37de68451a75aa839ec63d0b6c309740cec67ae9eb86 0.25 MB 712 231
219,276 219,276 00000000000004dcd9fd9c849e3b3c3bef49d46b2f37e629795139ba9d27b2ab 0.25 MB 634 240
219,275 219,275 00000000000002b4fb7e21e8349954a199e258e031e08a01a69ca38f70be14f0 0.08 MB 256 286
219,274 219,274 00000000000000ae231134877c5740f2ff968ac17d6cee38b92ccdd3f099cb74 0.20 MB 372 110
219,273 219,273 00000000000003173625ba51482bb9549e7a4f3bffd7154522512f11309a4c72 0.23 MB 410 173
219,272 219,272 0000000000000296754c5671b310ace22b0e97eff9d2977eea04437261d98153 0.25 MB 407 137
219,271 219,271 0000000000000214f92130bb5e135518a1dc95f04d942fea86a678e01dba04d4 0.25 MB 734 236
219,270 219,270 000000000000019e0ceb649f468e17b7a9642cb428a6fc6d4db2f96d5d54fcba 0.25 MB 531 265
219,269 219,269 00000000000004d3e4c68aec38558b633e275394d7ecd6ae6b789e65785efe8a 0.35 MB 591 61
219,268 219,268 0000000000000342a4e3874d67c37125f4ef52e277ec042d8a162f1080358f91 0.00 MB 13 0
219,267 219,267 000000000000039959a717d6936ce3a248c7c3e369098259df7d75d0cdfe38bf 0.25 MB 845 247
219,266 219,266 0000000000000405d7a8bade359857f6b6c88e045de0f26a72f9acc927dea2a3 0.30 MB 699 755
219,265 219,265 00000000000003704dc809e88566ab35405632a0a450428eab974131a8e10abd 0.08 MB 102 98
219,264 219,264 00000000000004829cb61fa1c0827a1bde5acf70a58f198456d70f2067f9c034 0.12 MB 216 97
219,263 219,263 000000000000017517ea80c580e4b8295863242b332c0fbd85aefd9743deb02d 0.25 MB 303 112
219,262 219,262 000000000000031c954a97494c26760079c3610afdc6957ed33982bd180c3d0c 0.25 MB 469 1,208
219,261 219,261 0000000000000365baf23a551516b2f3a47941565eb7197f1512223c3a97c74b 0.25 MB 784 251
219,260 219,260 000000000000057b9064ba9da6234491747228edebdb591c3241a65dfe27c146 0.32 MB 455 153
219,259 219,259 00000000000003f8f51448903ab54227095c099c4b225164b9222f2be48579ec 0.07 MB 220 12
219,258 219,258 0000000000000107c1d27d4adb75cadae41caf945b222143b22dfec735995f8e 0.25 MB 666 258
219,257 219,257 00000000000005337415fbaab051242d87ed7f857db7f9db940acdbd5da9169a 0.25 MB 776 233
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.