Memory Pool Memory Pool Refreshing

142 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,283 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,282 (905,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,287 2,287 0000000065aebd2a083094fe89216a6c350e59db077c8b5aae471014c8f54afa 0.00 MB 1 0
2,286 2,286 000000001e77447f842ce3058379840fcff6a670567eda1a8f88186ef018b753 0.00 MB 1 0
2,285 2,285 000000002d9af58ffb34e9f64fd800380506a575c53476fe65b806acee7d5e9c 0.00 MB 1 0
2,284 2,284 000000007f4d5878b1965c46df374dc15b6f002a1f84a3d1aeaddf119b39fef6 0.00 MB 1 0
2,283 2,283 000000007569ac9cf8db89a6903ed71218bcf25786370acefef1866e15e96216 0.00 MB 1 0
2,282 2,282 000000005743d5f574e5a96826445be944e59687cba22ede9783155a1074da9b 0.00 MB 1 0
2,281 2,281 000000006f9554b1b00ac6a3a52d9223f6083373f4aaff95effdbae09f359be6 0.00 MB 1 0
2,280 2,280 00000000d9da3e4b800f2eeb7b5cde52d3a646b114f1a4995465109be76d9814 0.00 MB 1 0
2,279 2,279 00000000eabc936d3ef7cc45f3fda94884046ae8c20095cfa1d64ec8f43f9088 0.00 MB 1 0
2,278 2,278 00000000b3dd2017a779d84a62d2f63aeee8fdc9c8c02ceb236988a621b00502 0.00 MB 1 0
2,277 2,277 000000001052ca40f382b01b9640bf8150e64746ee3346f33679dd8431bb7df0 0.00 MB 2 0
2,276 2,276 0000000017ce60547cbc7106176fc3db42709d2cc2e669863a4409a4d67a58f7 0.00 MB 1 0
2,275 2,275 0000000031d86ce67a67bd9ff6d37008cc765b24420eb3b3f1c79af904e4e154 0.00 MB 1 0
2,274 2,274 0000000063355349fe8807f7f006b1bbfe4f317ceea33d383c8b18a5ac5fb132 0.00 MB 1 0
2,273 2,273 00000000d03abcf627e67ad05fe2893f010e95f668e99fbb55476e4dae07210b 0.00 MB 1 0
2,272 2,272 00000000bbbf0ae8a56c09877cbc96ff7d3398664a475f10f08d183d7489851e 0.00 MB 1 0
2,271 2,271 00000000fca03856f435bc8ce54184c907c53f3daf04c42aae9b57f358c9aac3 0.00 MB 1 0
2,270 2,270 000000008d238d65182ba3dfe70263ed60d58271a3418ee4bf4edd9769e2e9f6 0.00 MB 1 0
2,269 2,269 00000000d3417c47b11a373e29e81f67c648f3018e9419f5388e5d8152ae778e 0.00 MB 1 0
2,268 2,268 000000006c7010bbbcf0a3799dc409ba75543e9beb4345e9532cab613d6f7d5e 0.00 MB 1 0
2,267 2,267 000000007c150a245e1c17f799f07529a601d2fc2d272e86184f82ee6188d13e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.22 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.