Memory Pool Memory Pool Refreshing

3,534 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,840 (713,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,462 194,462 000000000000025efb782f799217886ec068fc6f2f0c07178721fe80c2334e63 0.07 MB 209 161
194,461 194,461 00000000000006b6470a28d420c957609e22f56c5f3a58dfe9ad4d498f63e3fa 0.05 MB 134 55
194,460 194,460 0000000000000460379d102ce6079dce382687b42e479f636e00855f73b7ba5c 0.00 MB 9 148
194,459 194,459 000000000000052038c6097c097ab59a72f87da71c93ba2a035ea1a876818a9a 0.00 MB 10 15
194,458 194,458 00000000000002920c97938d02ed428c895964c7f9597f8c363fce5d819459b0 0.07 MB 167 206
194,457 194,457 000000000000038f0316534b3b58efe0e280f399cb194f0774d9e708447832a4 0.21 MB 723 202
194,456 194,456 00000000000003a583000d353dd8403888bb7994d27de1239ee5f1a3b073c1f7 0.00 MB 8 0
194,455 194,455 0000000000000548c5217adf15775315ac2cedcd4e916114b0f9fdf6d3756bab 0.04 MB 102 127
194,454 194,454 000000000000040520ea764f04bed61be1d43188e205c51503601bd695c42e98 0.11 MB 150 124
194,453 194,453 000000000000047ac57ab8e49f0a91e4fc459673509e7eb9d64f48fd9b1f4525 0.00 MB 9 638
194,452 194,452 000000000000056f774a3188ddd3f1071a4cc2a15cf2f7497a539e2870f2baa7 0.06 MB 131 274
194,451 194,451 00000000000002ef92702ba9f67cc9a1248057cd3c6716647f3a657df0d10d67 0.03 MB 49 51
194,450 194,450 000000000000070ff1d558ff934b02310bf19eb1e5b5b4c2e6cc56ed899043cf 0.23 MB 530 131
194,449 194,449 0000000000000661580820cf2495271fd975fa133e72c2737f5cc34d6de38ff0 0.06 MB 224 13
194,448 194,448 000000000000071d387bd1e262aa01c671b2938fb76b9150df9136e8a12c10d6 0.15 MB 421 174
194,447 194,447 00000000000000512d267c90d090acb4b48b6cb14ae3e7768aa95beea3a73eda 0.00 MB 3 3,029
194,446 194,446 000000000000075a1bfd67c38d3db3bd8a2fd104609483e036b87eb938585772 0.09 MB 229 119
194,445 194,445 000000000000027fa54756964c1bde612429b2d11f620f657f8b0f9c00d9dad1 0.00 MB 11 0
194,444 194,444 00000000000001965125dfd8abf0ef70de3966ff5feac3cbb64c83df70c95653 0.00 MB 11 71
194,443 194,443 00000000000001404a8ee70532b31bd08432c7c8aed68143b3705be1876c3eee 0.41 MB 512 3
194,442 194,442 0000000000000476deb19bc5e823e81883dff607bd3059141154c36388bb6ff4 0.12 MB 326 168
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.