Memory Pool Memory Pool Refreshing

1,136 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,962 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,961 (656,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,846 251,846 0000000000000040a48e3136223176264991632732e7112d62c519b0eb5a5368 0.07 MB 147 123
251,845 251,845 00000000000000374283ffd51466cd1be0ca409cebf73a80e36a313190bd29d5 0.09 MB 208 107
251,844 251,844 0000000000000071084c599d81860a7d125552a21d77fa3a3618631e5813b8e8 0.16 MB 256 51
251,843 251,843 00000000000000215fe8434d983c067b4d7d4c715366af96abae25b329e2f0a1 0.07 MB 161 151
251,842 251,842 00000000000000462565095e45a0424d1aa5c2caa011b55c1ebda55794e4fddc 0.10 MB 211 141
251,841 251,841 00000000000000434c0a9a2c30adb33618e34805e0cb250cfb4efb23403db7cc 0.03 MB 51 48
251,840 251,840 000000000000000467caa788cf3bff2ca3920ce7778c9256ea5526e5917ed840 0.17 MB 341 81
251,839 251,839 0000000000000069811ff4a16e0215ad37ad0c01508ef5e91b215aa1787ea59b 0.07 MB 152 101
251,838 251,838 000000000000002329d0eb0c2106c8167a9cdd67dcf4a89dbf2a7503d1512dc9 0.19 MB 220 71
251,837 251,837 000000000000002fff9680c910c8182c8c337babca43d4ccdc012c68607a63d1 0.45 MB 512 30
251,836 251,836 000000000000000efc9a1d043dfc40f66a2cf42b3ce2fbf1ca3af8c409e88232 0.25 MB 116 20
251,835 251,835 00000000000000164ba4e6d8124652df4a2813cf75560666fda5bef6e741e2f7 0.25 MB 404 80
251,834 251,834 0000000000000067f6298bece68c28e0f6497f56053f0685efaa0ccb8de28cf7 0.25 MB 589 139
251,833 251,833 000000000000002fe10720aa173b124a66a51ed019502e8745a1ffc5165e302a 0.75 MB 257 11
251,832 251,832 00000000000000366e740b970a79032f115560badb892a634185616e91042f20 0.18 MB 453 103
251,831 251,831 000000000000002bdfd81e775668e4e501ed44ebef5e928dce775da66950fd04 0.25 MB 579 114
251,830 251,830 000000000000000f0c6378cea594c9a3ce8adecb9b7a62b84f943a0919102255 0.25 MB 429 82
251,829 251,829 00000000000000315f983814fa1ee59f01c81d3fad9904e4d588d0ddc10908f0 0.13 MB 256 79
251,828 251,828 00000000000000296c551af19cc7621ff2c471f8231b8609d41f7a275d37603b 0.25 MB 557 121
251,827 251,827 000000000000003d104bfae8c9f203cfd37adc45c4842a03e2a38e4c0860a030 0.07 MB 146 66
251,826 251,826 000000000000004f8abbe8fb52b44a685b5df280422aef073c4f9dcc61606720 0.25 MB 229 45
Previous 10 blocks ↓
Total Size: 769.47 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,646.31 GB sent, 95.31 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.