Memory Pool Memory Pool Refreshing

1,989 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (758,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,490 149,490 000000000000017199829a6c95690537c1856c0f84fc75dd778752db8814e31e 0.00 MB 15 284
149,489 149,489 0000000000000140d6b4641c669abe89c2dd410c7a47f98223ee91e9bc7d0ea1 0.01 MB 22 215
149,488 149,488 000000000000065b4dd47b2507827bea4d10fc1221e4b762ed503a9babe9f274 0.01 MB 38 96
149,487 149,487 00000000000006ebcd37e13a7da13fb2d10d549df28a4695b3acd54548d3543d 0.01 MB 33 288
149,486 149,486 00000000000006532a4e661b74d93258cee23b184531037d79988448179bfb3d 0.01 MB 51 11
149,485 149,485 00000000000000469a627ad344b2284f2678b371ce63213e637672ff5c46448f 0.01 MB 19 46
149,484 149,484 00000000000003505d472b61a0b2ba7f988448826b8a9ba318004df92566462f 0.03 MB 76 108
149,483 149,483 00000000000002d318be198c8af22d0503c76d198d172b2f9b359531d340c7ae 0.00 MB 11 108
149,482 149,482 00000000000002e7165a0e7ee6d9de49905ad54675ab820eb0358663c81a5eaf 0.00 MB 10 156
149,481 149,481 000000000000055d59f8a34890ef0353451650b6b41b0e3c39bdfd7cbee83791 0.01 MB 18 54
149,480 149,480 00000000000002b5cf8577b131d9d5cd1ea6628d8a2c4fe6a9120753083f82dd 0.02 MB 59 84
149,479 149,479 0000000000000257ee0b4297a6bdf38e33faa7af139884338bfde2ea88e76b6d 0.01 MB 18 26
149,478 149,478 000000000000023d5dc82abab0e776754256ba4e47bd3a3624516bfb212abdbb 0.00 MB 11 1,098
149,477 149,477 00000000000003181ccff4b05fc9c30f4a1d16f11a46b5882cd9cb2836509f37 0.00 MB 16 54
149,476 149,476 000000000000031b626b63a652dcb40840598b4ebf32d277263e6d3bb6684cfa 0.02 MB 44 70
149,475 149,475 0000000000000a44689c0552d240412d688658061d7b4ba28d7b29d880723320 0.00 MB 4 66
149,474 149,474 00000000000003f604eef8f381517b683f6daba15be6a1e0ca15a0e3eec0bd09 0.02 MB 29 32
149,473 149,473 000000000000036ebe47a43b8677cce038ca085afdf2cb1e1c98ee3edbd43acb 0.01 MB 12 9
149,472 149,472 0000000000000633fab2d8ba18f24f7c96d923abb712bb7a58c8e3960fca1171 0.00 MB 1 0
149,471 149,471 0000000000000a58462974c56e0638e66731d93e7f6655f9eaa9afc8a8b084d4 0.02 MB 36 197
149,470 149,470 000000000000086cd3a80478c737629e08f41370b1bae0fb5a14745aa5ce9761 0.01 MB 20 21
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.92 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.