Memory Pool Memory Pool Refreshing

8,789 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (772,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,292 135,292 0000000000000972f073b105dcf3aca703143ad33d6e316a41a71ffa0a527296 0.02 MB 32 324
135,291 135,291 000000000000091673af0d3ffb16ddb1b212d57c49774395d3af2e84434f83c1 0.04 MB 67 349
135,290 135,290 0000000000000981019d2a53a5d8bb8aa18fa598d35e64dba82e2f6a1a9a8bd4 0.04 MB 107 308
135,289 135,289 00000000000009bde5c5ee9e894a7b0103e55c898966f4efc6e48b7299af651c 0.02 MB 28 487
135,288 135,288 000000000000089270991fbdc0c3f5dd3186bc861bc614ab84d2941ba7f8c3f1 0.02 MB 22 143
135,287 135,287 000000000000058347fea707d36b04af224a7a56e04ca4052813b17b1a37692c 0.01 MB 7 24
135,286 135,286 00000000000005aa1ce11c5aeb1cae921c7d30e458ad30529b40c181cd7f45dc 0.03 MB 60 466
135,285 135,285 0000000000000a19ac3030d2e63f940a8e3f574964f931c3242227e35c0fc9d0 0.01 MB 25 1,356
135,284 135,284 0000000000000478056233de4a85e0520119e777bddf036e915fb37925c9020d 0.05 MB 129 226
135,283 135,283 000000000000013c8429f412f456dfe5a57c2118e938ad04fe07daaf3b7699b4 0.01 MB 16 472
135,282 135,282 000000000000013ef688ebdd31216fc5feddb179cca62a1b13ba2d67a80160fd 0.04 MB 124 212
135,281 135,281 00000000000005cb8d27fa3d993247679fa8d963296fa0286116557ab46d5b9e 0.01 MB 10 246
135,280 135,280 000000000000033a3f51070fa7316518841125d2ef50c4b116d4aaba4d556ad1 0.01 MB 29 457
135,279 135,279 00000000000005fd2b9d948f0fa2195a79e485abd6c1ec1151252846e2ecce78 0.01 MB 24 340
135,278 135,278 0000000000000a6f7ade8ef6f7ea8d5b2b9027c25c030a760536f0ddc1e045a6 0.04 MB 70 421
135,277 135,277 000000000000010c5627344560b791aa9d2be281ee8306bb67d9e0dfb4debfba 0.02 MB 30 150
135,276 135,276 000000000000009e952ed71fef42780d52560bf8a797e38443f50eee73873895 0.02 MB 34 427
135,275 135,275 000000000000042f9bf06587c23684152f8893d0c10cf8fb79d22a84c30e377e 0.03 MB 59 512
135,274 135,274 00000000000001fbc6825d0f4c56fdbaed8865e0b81d67cb64a033d671f11c5b 0.01 MB 10 59
135,273 135,273 00000000000001b0a777e18fc8917484ce28841d64000925404a116fc4602b9c 0.01 MB 6 0
135,272 135,272 000000000000078d2adfcfabe027be04bea0117a05c789473d45b673a2cc8f9d 0.09 MB 270 323
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.33 GB sent, 92.91 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.