Memory Pool Memory Pool Refreshing

4,348 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,303 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (714,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,574 193,574 000000000000049c46b6af398aac25b3a002888c568e36e4c0356a28057eed10 0.00 MB 1 0
193,573 193,573 000000000000012774826d415cee26339149e90ebb9b4c64369afb0385c6b351 0.05 MB 148 241
193,572 193,572 0000000000000236a29e709896254a3e309ba9df1d64c2b01d2031f95b35745d 0.25 MB 645 140
193,571 193,571 0000000000000559815458fe822638e27ccc4cedfb7cc9c131aa1e9c791edd91 0.00 MB 13 15
193,570 193,570 00000000000003ddd28f3a9a93ef1eabb73d3e5ebd81740520a86dbc95b243b8 0.14 MB 335 130
193,569 193,569 0000000000000069c192a6aa663e0edd16d539b0ff9324c3d9644b836d35264e 0.03 MB 82 114
193,568 193,568 00000000000006b2875ec4a918c4c8b724ccbd61c8eb1b6125af1d6d674199f8 0.18 MB 512 152
193,567 193,567 0000000000000069804012c2d561cda643cc01f0165bd78f7cca007c81511fef 0.15 MB 358 127
193,566 193,566 0000000000000755f6c1219f80020f6dec06237a63b498bc91dd90b89a45f627 0.02 MB 57 135
193,565 193,565 000000000000042ea51c029e952c3a0736fb8d962dd36769e35ec1130cb5094b 0.16 MB 452 160
193,564 193,564 0000000000000233db200941fb7f86cca075d33084eba8d2087fc03ed9822d04 0.00 MB 10 62
193,563 193,563 00000000000005557114179beb5f8153cf423423eba192d9d49ca632d04f4c68 0.07 MB 200 79
193,562 193,562 00000000000007437776787ae578c7f1977c64cf55347531b7326867e65d52f1 0.00 MB 1 0
193,561 193,561 0000000000000193390dea230fbab22056759a4b3168fc4535468334d69fcb0f 0.05 MB 133 162
193,560 193,560 00000000000000e470fa721bbed0284df0e1722c070059e4504268c53d082cd8 0.05 MB 153 188
193,559 193,559 0000000000000341c27e3b42be55a0c441c5218f623026a43ca96068fc5431ad 0.11 MB 266 137
193,558 193,558 000000000000035062c04477fdae5178c295aa5a2e82c59c8ca0d42f6de48f42 0.12 MB 256 158
193,557 193,557 00000000000006363f0d95885c7eb9b62fc442069056315b4d4f5ffc261ba32e 0.05 MB 108 138
193,556 193,556 000000000000073b43088883ffaa006754d8e798820fc5a07c9c0a0eef5d75f0 0.03 MB 68 4
193,555 193,555 000000000000069357465efcd621c008774f75fffda3e1282beef0308288bb6e 0.25 MB 690 156
193,554 193,554 0000000000000033eeff097a21c4c0957899f47ae2831a9e35d0264fc879843d 0.00 MB 7 30
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.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.