Memory Pool Memory Pool Refreshing

3,585 transactions
1.80 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,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (578,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,291 329,291 000000000000000004b96724cd793c359443b092151fc7618cfe098171d13fbd 0.40 MB 755 28
329,290 329,290 00000000000000000037094f243448714df132f978cfafcb4bc84f0d678c0c99 0.03 MB 36 19
329,289 329,289 00000000000000000ed14aff9e69004d2d6613a9275989d6370e44a2e32168df 0.11 MB 156 22
329,288 329,288 00000000000000000d812cf618646e8267e635fcc3fa9a9aaedd7596d484930e 0.04 MB 75 28
329,287 329,287 0000000000000000043aa22dbc52684120e5672a0d6bc485c71b3f69fa495a9e 0.12 MB 228 27
329,286 329,286 000000000000000001599343c3b9cf0c0b6c2d195df76895c4f8bcf47fcaea3d 0.09 MB 117 6
329,285 329,285 00000000000000000657f647695d8aa7344f1d3dd3541ae8bb369754df6fdfb4 0.14 MB 281 23
329,284 329,284 00000000000000000bfbb64e726d6efefe06678b9dd3f3e5836f8ee65b966bd5 0.40 MB 632 25
329,283 329,283 00000000000000000435778a90dc970d55794de82a9de0f46fba2578b7b31a93 0.23 MB 361 23
329,282 329,282 00000000000000001a0401a3bc0de43e021a27aa74ed44583030f49825dd106a 0.10 MB 199 24
329,281 329,281 00000000000000001426d01be05a64cf1027e7729e554fb802b14b3892cb4abb 0.74 MB 1,267 25
329,280 329,280 000000000000000016a094d77ca0f9f3957bc487e383bbbb7b90c59766b3acb7 0.20 MB 301 21
329,279 329,279 0000000000000000003150843d57ff5eba2447a4b06adc8ea8e8664ac9db7e35 0.47 MB 366 13
329,278 329,278 0000000000000000177da144639b8bba592d4d5e0b6644b760955e678753affe 0.07 MB 55 15
329,277 329,277 0000000000000000029b38404a7de0ed23b95a806e048ea150741b7d004578b9 1.00 MB 2,017 33
329,276 329,276 000000000000000005a4f3777f372b491762805461f2adfb615c3be26506838a 0.05 MB 77 5
329,275 329,275 00000000000000000eea6a337776654fd11f3f6d474172a32fd584f7912d936d 0.46 MB 678 24
329,274 329,274 0000000000000000184631fc4cc144f3860b521dc6b1128a96aeaa8689bdd31a 0.28 MB 436 30
329,273 329,273 0000000000000000007cfad9930bc4ebffe3465b5782cdcc0f5fa7e223e0d6cb 0.15 MB 290 24
329,272 329,272 000000000000000017f7e242c6e7f459820169ed3223e640bb7f858981a6a998 0.34 MB 428 19
329,271 329,271 00000000000000001771ea174d4f947ebde51ee28dc292dd0b375ea4b472e8ab 0.75 MB 1,045 21
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.