Memory Pool Memory Pool Refreshing

6,236 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (325,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,136 582,136 000000000000000000243469f507a17ba60833e1b0861cbd9180b6337fdba0f9 0.00 MB 1 0
582,135 582,135 0000000000000000001a543082b75c6769064618d6aa90db907ec9440e205115 1.13 MB 2,579 26
582,134 582,134 0000000000000000000f79f057a00c8b13008da34a10c2633d16dcd7e0b93b2b 1.24 MB 2,869 81
582,133 582,133 0000000000000000001281004f3a67111f2322a5968b12dd46dbc1c241d192ba 1.23 MB 2,439 108
582,132 582,132 0000000000000000001ca7cea060531520e0685004c669a8e780326e34810e77 1.30 MB 2,572 49
582,131 582,131 0000000000000000000b29e27647480272402bbc59f7747d468cf32d702b9cf4 1.41 MB 2,075 41
582,130 582,130 00000000000000000023859ddaef58c5888efd891714ff7d7c7d732978911116 1.13 MB 2,474 50
582,129 582,129 0000000000000000001302c0a3428661066459f3a0c1c2c2c1c6415d924963c1 1.16 MB 2,620 53
582,128 582,128 0000000000000000001670cdffc5709649d24080c2d7c2054368a4e433439279 1.13 MB 2,296 17
582,127 582,127 00000000000000000014850c32a7b4bec554f2dc9bec494cc8676e7ec814be12 1.25 MB 2,379 83
582,126 582,126 0000000000000000001f566c7801187bcc59baf5f59963f9085d3cd71a93af9f 1.17 MB 2,266 122
582,125 582,125 0000000000000000001840b2d132247bc5943c93c31f0979b1958d6cb7ef1042 0.01 MB 22 51
582,124 582,124 000000000000000000229b2b369ca6d55ff86f40e7e0a738554c2d4c08ea76be 0.74 MB 1,060 14
582,123 582,123 0000000000000000000fe23df9c6f75b411290e756ff08ad50b148044aba28fe 1.40 MB 2,319 54
582,122 582,122 0000000000000000000f4ab772390650d94cd9455ff16ecddb7040a77664e315 0.44 MB 1,288 22
582,121 582,121 00000000000000000013e98ce01eb97e704a8fabfbc13f6700453b57e71e0ee0 1.27 MB 2,631 55
582,120 582,120 000000000000000000118f0ba2a4c3111c58e607da71550ac864e68205a1f1ee 0.29 MB 754 47
582,119 582,119 000000000000000000144aff37be7a296234712918d1717352863009213c3493 1.06 MB 2,552 43
582,118 582,118 0000000000000000001e8ae1be9e62bd2f6a9098b401c18ddb74164c921bcf46 0.99 MB 2,027 51
582,117 582,117 0000000000000000001a5413a914a79716c344d1a902b3224ec9d64bf094b80f 0.76 MB 2,169 22
582,116 582,116 00000000000000000011823c6f089984d33b028d6df133831becacf635fd245a 1.21 MB 3,289 65
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.