Memory Pool Memory Pool Refreshing

5,337 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (758,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,691 149,691 00000000000003fc5a866669e220aacaa8d08241ebffdb1a45ce8e6ccc573e63 0.02 MB 58 166
149,690 149,690 00000000000001d1c1170e7de79df526e62501a5514ce12b7bec808b70255f31 0.01 MB 8 13
149,689 149,689 000000000000013002889110e6c5e99a6899d1b6d83f046357dbc43935011604 0.03 MB 54 25
149,688 149,688 0000000000000ac967919e30ec32a133efba7c3eda63223aefaa9f500d77bde0 0.06 MB 30 98
149,687 149,687 00000000000001f4af2688b06e17c177669284fb5b69d64954ad58281dde6683 0.04 MB 89 365
149,686 149,686 0000000000000026ca1b2a9818e5b756d0b0ddbcc2d3d687d8a349e96c997280 0.00 MB 4 0
149,685 149,685 000000000000022ab9cbdb430295f0f2cafe25a00b3b4c41abf36f40ea0edca4 0.01 MB 15 279
149,684 149,684 0000000000000aa4ea0d9546247cdf6b8da35a1fa858b3dff99b1f6465c30ee2 0.01 MB 12 0
149,683 149,683 0000000000000b4d29f54c812bba82b4bcfcc33668df4c875726ce9dd6da0d94 0.00 MB 11 44
149,682 149,682 00000000000006c5531794d7014e8c7890d5499d8a8a8c1f35adbc9d7a405a17 0.00 MB 7 18
149,681 149,681 00000000000009530b26c800e79af8899094bb53c06b147a138156c02fe7c1fc 0.02 MB 38 179
149,680 149,680 00000000000008edba56da8e43fedff2abdf8aeeeb9d3f4bd32518f70b54e163 0.00 MB 9 141
149,679 149,679 000000000000079835c167e101e2d755374cfadcd1509719aa3cc48d2bf7a772 0.04 MB 113 158
149,678 149,678 00000000000005950b9914d39a3fc71c81a1ba4d063d8fb286edd46686922103 0.04 MB 82 99
149,677 149,677 000000000000072c32909fcece4f7df70287e03b9920ed50ea5a66aec1677676 0.03 MB 55 186
149,676 149,676 0000000000000684c1a8effcf8f489b12e631b73de14a668c4baf72de7a78f10 0.05 MB 164 9
149,675 149,675 000000000000079a0bd3dca02ca054c59d87325464a715cb1ea55cc6ce465ae0 0.02 MB 49 246
149,674 149,674 0000000000000084398970c5c445d97a3964232dcd902a42df5d6693cea5aa8b 0.06 MB 119 145
149,673 149,673 0000000000000a10262e6515cf74856d2eba026a2d0354db9b63b6efbb8b7835 0.05 MB 74 246
149,672 149,672 00000000000000095cb5a144bce11cf9abaab32e499ae00891ea6dead2546810 0.01 MB 8 1,827
149,671 149,671 000000000000097ac51910b4a4916cb595d9a8945ca550441f247b87e659ddd2 0.00 MB 11 503
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.87 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.