Memory Pool Memory Pool Refreshing

3,534 transactions
1.39 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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (763,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,318 144,318 0000000000000697c84341a0eaa150269358b09e87b8e852fcbc2f58f74a6cf3 0.00 MB 17 649
144,317 144,317 00000000000005d7f4626793b6afd7e72e0c1f1f0b9606e4c186881866fd5275 0.00 MB 8 2,245
144,316 144,316 000000000000096bfb242ecc5901f0ce2ad183f9da1550ad05f40151d1f332b8 0.04 MB 86 1,318
144,315 144,315 00000000000004a43bd654158d0c29d67996d5f77390315f8c14cb1cd1821427 0.01 MB 35 868
144,314 144,314 000000000000002b95f85f0d7847a1f9c91ad9c4885bec995ed0c343a12d4b3c 0.01 MB 43 1,570
144,313 144,313 000000000000002e7b61c27bfc58ffd4899c384b7e36e0afa319346e3af2690f 0.02 MB 43 882
144,312 144,312 0000000000000950c4525fa2fb4b0e4f2809fd139166a960da9a25f29a2533ff 0.04 MB 150 59
144,311 144,311 00000000000001100210ec9c7fc000a5080b63f532d05277140589c2459b0937 0.00 MB 14 30
144,310 144,310 000000000000030fb88e266a03bf1e5e707c697c6c61f068f2a6c6f402c5d787 0.02 MB 35 127
144,309 144,309 000000000000024cd15f57cfabece83e848e543d2357488d456f37dc5ca5586d 0.03 MB 64 170
144,308 144,308 000000000000060f78656deb74473a563936a2eeabf0a05471de2f522d47f409 0.04 MB 81 210
144,307 144,307 0000000000000785e282fa8cfb92afa7313594c01ec1709a0224df9a02150eda 0.01 MB 5 793
144,306 144,306 0000000000000308d71d9e89c5d057c800635f628af0ecdec542a9c1093c45f4 0.01 MB 22 53
144,305 144,305 0000000000000742e593b38408125ca5446a9f2847927c3e3e24a2177cc5b994 0.01 MB 27 117
144,304 144,304 0000000000000013e14a8431759ba5fe10b88d37c598b3999ac9029910366fc9 0.00 MB 9 62
144,303 144,303 000000000000011ab865703ed85b0b9324c85a0bb2337772d2b97008d4240b10 0.01 MB 6 12
144,302 144,302 00000000000004b41e706b1438f33da903b9765a3726de645dde0e31d632bbc6 0.01 MB 14 79
144,301 144,301 000000000000089f995336605457580d0665d84db0fdba8635dd423919226a54 0.00 MB 10 468
144,300 144,300 000000000000090f7f0a8ffa5bdcb62f35ce70cfd1353413b95044418ee387d2 0.01 MB 24 333
144,299 144,299 000000000000012bb30a737285f149e05fa282fa555f3610560307d09c9c4957 0.02 MB 62 87
144,298 144,298 000000000000000a9c104ff831516094dde2352587c23d7aaf77d3548e9c0bb4 0.05 MB 114 141
Previous 10 blocks ↓
Total Size: 769.38 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,644.24 GB sent, 94.87 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.