Memory Pool Memory Pool Refreshing

7,928 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (632,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,929 274,929 0000000000000002177fd0699ed2c1a45cecc206dec911c80d5211c5553b8165 0.15 MB 222 38
274,928 274,928 00000000000000008267198f6f593acfb83fc42d6d90ae6eedbe5ba23651fda7 0.15 MB 278 19
274,927 274,927 000000000000000004b83422df11a5740160bbc4d2a90593820a04a95751ac48 0.07 MB 106 25
274,926 274,926 00000000000000034096bdf26832e1805f33afc9ec85eecb396bcd9b4437f070 0.49 MB 940 40
274,925 274,925 0000000000000004a0996fdf3bc154cfc235553207dcfdfff57c27f63c25805e 0.00 MB 1 0
274,924 274,924 0000000000000001cc053b525a33c8f15ec3d588823db0af20bd0d0a726d3c08 0.50 MB 1,216 67
274,923 274,923 000000000000000229fa8bf535996ed7239169bf7225f400c202a7dd68a79fdf 0.34 MB 610 53
274,922 274,922 0000000000000002573da63deb85d900adffa33330099746cafb9d11b9e2028b 0.12 MB 329 47
274,921 274,921 0000000000000002bb343713f07b962fbd0ddd6905fb62d7670b8cc02a772fb9 0.12 MB 208 43
274,920 274,920 00000000000000008dcd476edd149c66a0ff9221b6396368ef0e05f3006eca0b 0.10 MB 72 4
274,919 274,919 0000000000000001d241587c3cd447f8939793437beeda7b3c362469a06fe019 0.15 MB 227 38
274,918 274,918 000000000000000270a8f575f530d3b1a98745db340e20f5d4b1fa2737039836 0.24 MB 448 39
274,917 274,917 00000000000000001af2c286288c34dc2f83245e601485c50cb69abff496d693 0.16 MB 271 34
274,916 274,916 0000000000000004206fb5aba30de97895943504706ab332e4925f81848f0b4a 0.07 MB 177 44
274,915 274,915 00000000000000031f1b257c85dc96034f00bddc402e5d028d74070fb7a2c643 0.19 MB 418 42
274,914 274,914 000000000000000349e0ddcc4331deb0dad07d45742fbc34381f9d0454208135 0.25 MB 585 54
274,913 274,913 00000000000000046c89077022686bdbffdbd94c73f986c59297df5d4e4fcdbd 0.15 MB 94 11
274,912 274,912 0000000000000002e27f87e2d0a482699872fc06a607ed69f6b60321ea916722 0.31 MB 432 26
274,911 274,911 00000000000000038848734c4263766badd7ca0bcf89253df46bd20aee69b33e 0.25 MB 649 70
274,910 274,910 000000000000000065eb7f87863356dc312f63616f0b75f8fd653d7a79143a8f 0.03 MB 20 15
274,909 274,909 0000000000000004025e08a69ea9e85206f65a798423d9b322ed2e24449cae92 0.20 MB 386 40
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.