Memory Pool Memory Pool Refreshing

9,073 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,599 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (735,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,308 172,308 00000000000009b9ea7e90bf87e210fc7672c473fdc3ddc65b13f5d965be11b6 0.00 MB 15 46
172,307 172,307 0000000000000956bffd06fcd6641c883b19181eee1a26fb28dee90a88831b5e 0.04 MB 71 67
172,306 172,306 000000000000047b6d4b9aa1b482dfeed8b67542d99675db910dc058e13c06f1 0.00 MB 10 68
172,305 172,305 00000000000005b752f7ca8ca0ed8db543e56b20988aa1d98e1ddc3ecb3207ce 0.04 MB 66 55
172,304 172,304 0000000000000a98a47835241dfdfcef66c34e2fb9aa49e60e0e00753ab2e62a 0.02 MB 7 52
172,303 172,303 000000000000025d5a3cd8ea0d0a74043425f870e4baf1159723562a778f3f5d 0.00 MB 6 114
172,302 172,302 0000000000000ad3cf6117b718b1711254051b8a196f003c67345c211b8497c2 0.00 MB 7 69
172,301 172,301 00000000000000f4e431300f36eccd5b1f9fd51f620848eeddfe1c0c4fd87185 0.02 MB 47 31
172,300 172,300 000000000000053c12da577fc895f447e5f2a0b760e704860cbe60411f5c6bf6 0.01 MB 20 73
172,299 172,299 000000000000065989501245e392a269276c5d06ba85c71fabbb97c9d18e8a61 0.01 MB 45 83
172,298 172,298 00000000000009ecc3e8567d5e6cd95007c991be57cbed9d996a7a0d73e354c7 0.01 MB 18 207
172,297 172,297 0000000000000b2f03bca3b164aa7b002b9aa287763da1268567b73595a4c184 0.01 MB 15 147
172,296 172,296 00000000000005f234ffd041cb60e605adecbc0a504f1a03e615dc64f1a6addd 0.01 MB 29 121
172,295 172,295 0000000000000855aee90b84d61d4e3218062ef2bca9b8c5b8c07fc5b9060456 0.02 MB 82 104
172,294 172,294 0000000000000006243d8e6f60abee4ce84b3bb19ebb77539315adaccdc668a9 0.00 MB 1 0
172,293 172,293 00000000000004584de06dd6814683a312e9c048ae7d97c52fbb49eb94fafaa1 0.00 MB 16 73
172,292 172,292 00000000000003ecfd8b2daa2f1e282a0cbf8996abff862023114abd734b7a6c 0.03 MB 74 44
172,291 172,291 00000000000006e074100968f74f61e611557f850af7dbf93be767ef1723669f 0.00 MB 1 0
172,290 172,290 000000000000097829c142abd23e3d815fe4243034189c546f3363760fb0f5e4 0.01 MB 19 139
172,289 172,289 00000000000003d409ef24001cae5d09f81ac0e5e9cfa343c1f81bf407435b07 0.00 MB 1 0
172,288 172,288 0000000000000ae9f79ab3a7ee7a2af7100dfca7a51d0194631f6af110f3982a 0.00 MB 7 115
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.