Memory Pool Memory Pool Refreshing

3,684 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,011 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (256,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
651,340 651,340 00000000000000000005761a39f20efe35068837724bb4c0bc2875b66dab399b 1.29 MB 2,705 86
651,339 651,339 0000000000000000000cfe7fc0e88fde4a9a98fbaf0462ebebb6f1c3524f0fc4 1.24 MB 2,276 41
651,338 651,338 00000000000000000002fb0a2231e3f57989502fe79f534a9580b71ff11403fd 0.89 MB 1,660 7
651,337 651,337 000000000000000000059631bfb8869e7a7dae3f93dad9ed62040a7e2ce2bc34 1.25 MB 2,065 73
651,336 651,336 0000000000000000000044287026ee4a6513b40f6d4be2fd5f02bc50e13d7b8d 0.52 MB 1,005 50
651,335 651,335 0000000000000000000313bb4d6633dcfc381a6f684e39882af8ef460d5cb2f0 1.20 MB 1,593 34
651,334 651,334 00000000000000000009a2de6c832036bb5533422e5aa2423544112d581f29e0 1.21 MB 1,943 39
651,333 651,333 0000000000000000000dcca297116b46c9a458818eb7dff5172b5f3156bdeac7 0.67 MB 1,187 39
651,332 651,332 0000000000000000000e41e2a6f5c619d7cf62095c15b5498f13f9e97c92e829 0.09 MB 227 40
651,331 651,331 00000000000000000006907ba15e8b3b7c2f4ca5b8a009f9a63e94fcc81905cd 1.04 MB 2,148 51
651,330 651,330 0000000000000000000501898cd4b9fca08a8cd137716411d0c08ade0e84085e 0.00 MB 1 0
651,329 651,329 0000000000000000000c0ab926f6a569b4e25889b9f4abab8bff0ae7a4a0e6f4 1.30 MB 2,164 33
651,328 651,328 0000000000000000000ae5be9fa1334b4d30b8d2273613ac89308bd0f224d604 1.36 MB 2,115 35
651,327 651,327 000000000000000000035cf3d3c2c6705c9001ba2cdf8d6f71f33ddf47724c99 1.47 MB 2,345 73
651,326 651,326 0000000000000000000b1e960189233d522a3716f83c6286abe40ad58913cabc 1.11 MB 1,946 23
651,325 651,325 00000000000000000003d4b8fec12bd4a994aa8e542f503d30cebfcd40a45f4f 1.36 MB 2,127 32
651,324 651,324 000000000000000000080852cf3d6db2d1a5e277874dc08514132ebebdd993c9 1.31 MB 2,139 99
651,323 651,323 0000000000000000000a99f5e8176f8b420380e419b396b62cb027196b68c4a6 1.20 MB 2,204 10
651,322 651,322 0000000000000000000aee4f82c0630c2800221388c3ed638cdbd8e65f9d9984 1.38 MB 2,104 74
651,321 651,321 00000000000000000005f4487c31293eba7a989132109ddf093732bfd7cd4fa3 1.38 MB 2,576 68
651,320 651,320 00000000000000000004112400184b86a0c6707d9e278fc327a97b76b611e474 0.70 MB 1,175 55
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.