Memory Pool Memory Pool Refreshing

3,499 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (565,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,392 342,392 000000000000000006ac7b60817ffa9fbf1275ba618d1f40a43d9ee4e64b2873 0.05 MB 80 20
342,391 342,391 00000000000000000e69ef6b81d3d38c375f85efaad74e84b1bebe1de05d3316 0.20 MB 297 23
342,390 342,390 0000000000000000197b2a37a2632d70116f360119891cc0a8f0fc374d6e7b14 0.14 MB 256 27
342,389 342,389 00000000000000000b33d975d06fd5f35c0afe6ab4615e991a97182db138ed7d 0.11 MB 201 22
342,388 342,388 00000000000000000e2fa3145d58e783f5217b5aa54a9ed70ea7344b6eef17b7 0.20 MB 263 20
342,387 342,387 00000000000000000eb660f903d9da5eeab899e5d9c12849318197423cc8b88b 0.05 MB 80 85
342,386 342,386 00000000000000000d547cb7fb4e97b5936b42e6ad93365899dd3d52d1c52a25 0.11 MB 186 19
342,385 342,385 00000000000000001266d7ca0c0b435686e5363d9006d8bd85b735e3aa9cc4ff 0.62 MB 1,111 24
342,384 342,384 0000000000000000133d12cca3c1d56a83ffe2610bab1a0b1956cb17ebb433cd 0.48 MB 959 28
342,383 342,383 00000000000000000e2b7f6b620a0aa0691f2560d9330b90074dae6c4e67d736 0.09 MB 187 20
342,382 342,382 00000000000000000e436e8fae6c9dc46d668293f924b645fc601ee68077ae73 0.68 MB 1,236 24
342,381 342,381 0000000000000000073cdbbe2d223ed9183a2e04042da7367caca72f78cd5d5a 0.01 MB 40 30
342,380 342,380 0000000000000000072d693475ee6989328f3e8173526f1cc9abb33a1602278d 0.20 MB 376 21
342,379 342,379 000000000000000007f305894b983796e784c824aa9d895d1f0dbe1e0694c1e9 0.16 MB 301 26
342,378 342,378 00000000000000000c6442ca584ca592f65c4d77126b96430227585278af9253 0.02 MB 25 9
342,377 342,377 00000000000000000e9582ff94517361b32270ff372d44fcde4c774b5febe9c9 0.14 MB 288 25
342,376 342,376 0000000000000000062c2b9d6a55d22263993595d8297bf47a792fb8142f2cf6 0.06 MB 104 22
342,375 342,375 00000000000000000c650d7e54a49bf19ce2788a71d35e6af581161566d55b28 0.84 MB 1,875 28
342,374 342,374 000000000000000008b15ce3f1f0431e2d37acdce289e89500d41e66c6987522 0.14 MB 393 32
342,373 342,373 0000000000000000078e3b1afdab5709309aa1dc138b0519543ee4d7ccbba63f 0.26 MB 520 26
342,372 342,372 0000000000000000177ec91168bd1bf6a3eb450562b238466b3ec69c45ff61fb 0.15 MB 273 24
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.