Memory Pool Memory Pool Refreshing

6,687 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (578,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,302 329,302 000000000000000006bd38ef87bca3caf1a29170342ab1ae0abfc19215a7bdaa 0.32 MB 577 27
329,301 329,301 000000000000000000e0051a82878d9b7537e4f4bc7e45c347a10ccb0953e231 0.04 MB 57 16
329,300 329,300 000000000000000008dd51e505d5f459ebd5795aaf2db2fb5ab22bfa57c88984 0.23 MB 188 15
329,299 329,299 000000000000000013727b6e00f455394237fee6abddb27c5820e76a2de9de37 0.75 MB 1,295 27
329,298 329,298 00000000000000000a1f5f44584eedbfe010e3c7d1c43ec65526bdebabd39ca2 0.07 MB 130 24
329,297 329,297 000000000000000005cf0009c2643b0f7c3bf76fab8f6a49a682590c76fd67d7 0.16 MB 338 28
329,296 329,296 0000000000000000092159f16b01a1f6df5f9d6aa43bbeea654b817393abf1f8 0.03 MB 60 22
329,295 329,295 00000000000000000a30b7787429a29f0d575c8f10ca5b229a8271ab7faaa704 0.24 MB 415 25
329,294 329,294 00000000000000001b2272cba1398760ef13540a3a38747d7e9800eb31131a70 0.40 MB 685 25
329,293 329,293 00000000000000000e41ebc4ad501c5f38928c15c62b5011cd550e658d40d1b8 0.09 MB 128 21
329,292 329,292 00000000000000000509b5783851c2130b62df42822e26226262a93e224c3d81 0.52 MB 887 27
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.