Memory Pool Memory Pool Refreshing

5,067 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,113 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (695,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,865 211,865 000000000000034ca8f10540cb465e89c172bb2039fe6d5caf7814f5e5564760 0.13 MB 262 170
211,864 211,864 0000000000000189b2400ecffbb26750ff89d258eed931888aad7aefc06c013c 0.11 MB 200 163
211,863 211,863 00000000000001a561006a2e4091b2363c212c591c58b73d94f58f59213a98c1 0.07 MB 132 108
211,862 211,862 0000000000000197dd800e052f6950244a741464d47d816ac78c1a29d218ad7f 0.17 MB 373 185
211,861 211,861 000000000000028346a5a33fbeda29d03350c94d7f5fb6262ae34b4d42dfe5d7 0.25 MB 492 249
211,860 211,860 000000000000027ee8b11c827593aedbafe489fbe475c3220be3a24d60bc5f5e 0.00 MB 8 200
211,859 211,859 0000000000000407ce24fafe9b287f1befa90ef46f02a012046cf72e5d5603cf 0.16 MB 538 194
211,858 211,858 0000000000000199ef9de4160eed3c01eedaae6e7599ed5495c32d90f1f320e2 0.25 MB 695 206
211,857 211,857 00000000000001f8f2191339ff63a60b99a608d082dee978e267a19bd353b0a3 0.01 MB 24 28
211,856 211,856 000000000000007f899fa4d5bd3ff8396df828aa11856ecc3c655e2cdc6fba62 0.10 MB 128 159
211,855 211,855 000000000000045ef67ebdf084ca99e63ef091ecaa90fe07ca4da5088fd30066 0.18 MB 453 231
211,854 211,854 0000000000000271cad118ce85db27f276e133970ca7f52b69d8e7c436c023b5 0.15 MB 363 236
211,853 211,853 00000000000002b739716333110739f3f13e9b06a1e4b3a798271ca47f3bfdbe 0.00 MB 10 24
211,852 211,852 00000000000001276c71333abd88116eb5daccc5acca22315350bb865fc5cf82 0.08 MB 167 129
211,851 211,851 00000000000002d292153ae5a50a1274974fc3ccbe8ea2d48c4c66390bcda842 0.17 MB 340 179
211,850 211,850 0000000000000171b18a53ef3772e2c8a448915726bb311869d6381a60a33a8f 0.21 MB 423 212
211,849 211,849 000000000000014241e2393c057aefcaa0eaacb119374e529312f6fb3460b2da 0.05 MB 128 109
211,848 211,848 000000000000031643acab05eaad7af499037608ec43b83b6b897f1817337cf5 0.25 MB 419 149
211,847 211,847 000000000000045e7a7cc492a7b66ede310f81178edca7370fe226aabf724c1c 0.20 MB 571 227
211,846 211,846 00000000000000a842b575a0a4b4e3e1d6ee7e62678ff7eb41cef303981db6a1 0.09 MB 235 243
211,845 211,845 00000000000002c20e5ec95824148f6c2f1b0edf125580c611cf51cef20f43b1 0.13 MB 271 156
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.