Memory Pool Memory Pool Refreshing

3,917 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,433 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (551,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,162 356,162 0000000000000000022ad31b438c95e059b417bf57465ea946485567a415c59c 0.22 MB 442 26
356,161 356,161 000000000000000009086a855897bc68c2b7eece84544b06a49d69ea15da2831 0.10 MB 209 25
356,160 356,160 0000000000000000086ec6a88b4518a82304fa4531f11287fde30bd3b33a58c1 0.05 MB 94 29
356,159 356,159 000000000000000007aa732217dbb2926f0bfcc61c0311343a1624dc8cb5bfc1 0.16 MB 321 28
356,158 356,158 000000000000000004e5d24b265ea4f6cec27e41bf5c00142fb8b1c00284b0eb 0.26 MB 610 31
356,157 356,157 0000000000000000033533ccc61bbd1b797e018d1a2a2ed60ece605ca16c56ef 0.19 MB 325 23
356,156 356,156 00000000000000001143e8b91d45c50cf303bdcd6d41d36418c84e4ba35ca8a4 0.22 MB 370 22
356,155 356,155 000000000000000005e68280d4c16f70e933d76a0b309c38d14584df3483a5fb 0.05 MB 76 23
356,154 356,154 0000000000000000150b6c5dfdb57d075b7bcb5ecf266d150946bb3d109a0166 0.10 MB 141 13
356,153 356,153 000000000000000000f4ba45b04852b6074bb7f2cc48379f141a47c0904646fc 0.19 MB 378 24
356,152 356,152 0000000000000000167c06c743b063566d7d428bfb8da8541266e38dbb43e27f 0.32 MB 485 19
356,151 356,151 000000000000000002ce6a4e34c0bc4a29364fed4b76dc8cf9cb7b4a38b85161 0.57 MB 787 18
356,150 356,150 00000000000000000173537d0741b983c7c7aa2495e6ecb399ea50ae3b6f544e 0.30 MB 604 26
356,149 356,149 0000000000000000169f6c5983f631d79b9156cf6c9639b823850f4da23a1cd6 0.12 MB 272 29
356,148 356,148 00000000000000001143b8d758a648c1bb06a3137e134d013282eea61b02fb7c 0.10 MB 69 8
356,147 356,147 00000000000000000febd7404b2b1a467bda1b6597f471e81037994eeec15172 0.28 MB 556 27
356,146 356,146 000000000000000004f09e6c1da2199b528dacd13211ac0f84031693be04175e 0.24 MB 500 46
356,145 356,145 0000000000000000109c523442d87ec332d870823cb200243a052d9761a0db61 0.11 MB 225 14
356,144 356,144 000000000000000007ee4a0e4927d583ad4f5c4c5019f80eeb9b0f6cf7489b39 0.74 MB 1,535 27
356,143 356,143 000000000000000004cb2843726b0032e413c5577ac915a4d6b4a67ea604401a 0.10 MB 79 5
356,142 356,142 00000000000000000faaeecb82a36a5044c21bf0d087dd2ddef2da16ec47b430 0.55 MB 1,089 26
Previous 10 blocks ↓
Total Size: 769.43 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,645.60 GB sent, 95.11 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.