Memory Pool Memory Pool Refreshing

3,082 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (639,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,163 268,163 00000000000000009753c8bb32a6f439c454ec594a94483126a41bf7c7f59577 0.18 MB 418 68
268,162 268,162 0000000000000003f6ba068163c6eea7c4adaf5fe9613bde6ad6e4d188645bb9 0.17 MB 350 68
268,161 268,161 00000000000000011a839886f00a638ec3b19da427ee512f0021c1e7b511c67a 0.20 MB 495 68
268,160 268,160 000000000000000727725da61348d40af0700defc9a4d0658d5cb35a7aa112ef 0.06 MB 128 36
268,159 268,159 00000000000000005feee7ae49d9324925a46c842d1ba5543416e463ae4eda00 0.49 MB 934 59
268,158 268,158 00000000000000035846854b3a9fedba4649652fe29b2b9b4cedc0b5f77ad981 0.25 MB 388 23
268,157 268,157 00000000000000031f623337e9ec2d05ee2e0f63ed20fc1fcce1488dd7a793c5 0.25 MB 547 105
268,156 268,156 0000000000000004a9f33d853c30c79ec2ba1a8b45b8a122953b39e29ade0a8b 0.19 MB 316 110
268,155 268,155 0000000000000006fa381f9c0568bf6d299f4bf38e1925462188790c60201ee5 0.10 MB 206 71
268,154 268,154 0000000000000008293afc65050a545fca620a37a27fe0861797927cfd896973 0.05 MB 84 35
268,153 268,153 0000000000000002632aa1483bae5a6e1adf9bf1facb2150a89cce62a8172813 0.10 MB 170 56
268,152 268,152 00000000000000009e490802ff012a96626781d7a9ba29e452f51d8a0868e434 0.41 MB 571 60
268,151 268,151 00000000000000047f563e1857960d79d84ae2371367346cd80691d2937e048b 0.11 MB 240 58
268,150 268,150 00000000000000033447a379775becbbdb58b93452de6062508de0abd1514c85 0.16 MB 337 74
268,149 268,149 0000000000000001b30ac18c945c6185df72875f9363bf1d34aa9fd9237eed3d 0.12 MB 216 10
268,148 268,148 000000000000000832bf402dec69dd3dfc0c9becaa5f1ba35658ca9edc4a88dc 0.13 MB 244 63
268,147 268,147 0000000000000000a1a2753c68317fc9c0766e725b84ec9f3841123961c7723a 0.15 MB 318 36
268,146 268,146 00000000000000006bd75d28e9ab846400b887ba6780bf83d578783b9272db5d 0.29 MB 257 21
268,145 268,145 0000000000000002911fc4257ecd9c5ccb74fa1585ea701e7ebc85a1bfe5a450 0.35 MB 890 94
268,144 268,144 0000000000000001acc6dd6ea2d18d7b99cdb1b3f64483b0b04155b42df02926 0.25 MB 203 34
268,143 268,143 0000000000000003d2c90a7ad79eaa7f42c98129ebe0068635743c204f96ad24 0.25 MB 409 87
Previous 10 blocks ↓
Total Size: 769.37 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,643.87 GB sent, 94.78 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.