Memory Pool Memory Pool Refreshing

5,430 transactions
10.74 vMB
Show Random Selection Loading Transactions
Max Size: 42/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
908,346 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,151 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,345 (897,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,187 11,187 00000000f301d205b4006a2c5054cdb983084a66c8918f7db14e333caf6de981 0.00 MB 1 0
11,186 11,186 00000000983102afa72ddcd48b01de5d6eac93c023a38757d5f49d4303cb7f60 0.00 MB 1 0
11,185 11,185 000000004cec3090905c0831044ff1de2179f9833bfc7562d73b00282ccbad24 0.00 MB 1 0
11,184 11,184 0000000050a6ee165285cd806fe781b7039f1ebb30f5aa99bf9559ba349053b3 0.00 MB 1 0
11,183 11,183 0000000056a962eb264438afd21f6c57b1745331edb0bd266c38f7902969b087 0.00 MB 1 0
11,182 11,182 000000001754abd2665a632719f0232c9f94f0ce37a74d6fe1cf6dcee734fb0b 0.00 MB 1 0
11,181 11,181 000000008351affb45bf932ff82edbb52ed1f973fbb71559a329507331e76c19 0.00 MB 1 0
11,180 11,180 00000000b9b08880165bb0976bef018877e9240dc1b0e28d67a59ec6716806d1 0.00 MB 1 0
11,179 11,179 00000000a109d7fcf0cbcf62d49cac2170a13da7d3e8284a43c262d28a488634 0.00 MB 1 0
11,178 11,178 00000000a337e9fc41faaeb8e08300420bac975b0400681578111ac513a46b70 0.00 MB 1 0
11,177 11,177 000000007c5f20cc77b2e0a95c8af0e34119c92e2655a379d9178c9c5aedce1d 0.00 MB 1 0
11,176 11,176 0000000097990acbb423d35af0ee72619badfd8c026770eab0719f541f13931c 0.00 MB 1 0
11,175 11,175 00000000c54a37e4e242f7946d2f7a62ecfae4766d61a7a67d20e991bd733b77 0.00 MB 1 0
11,174 11,174 0000000022c9a1f6c47b618cad82b038d62856a01eb4dbca20f4379e0c56e5aa 0.00 MB 1 0
11,173 11,173 000000001301e1732401ce61af458a78ca85309de905cebefb0be09499d16716 0.00 MB 1 0
11,172 11,172 0000000088edb4a7806637783921efea1d9ac707fb7853b2c1a6c46bd6747596 0.00 MB 1 0
11,171 11,171 0000000023c786cc82a2a9b9c87e17f6481261665534e0fd3cf6f63a84fd3360 0.00 MB 1 0
11,170 11,170 000000005ee930be2f96c6a510d0fa1aeed0130a11135f1f48ddd78f2bb8c587 0.00 MB 1 0
11,169 11,169 00000000657887b39e4b72c235cf596c56d5f36398c02630e1e56bdad551d98f 0.00 MB 1 0
11,168 11,168 0000000017bb1a0cc83646e94f284581f02b0a0c3ba3ac67541f8f8380d56e2a 0.00 MB 1 0
11,167 11,167 00000000ec08828d1073e2f1d69d451acbda4a21219955cdc2efd52e55461ac4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.82 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.