Memory Pool Memory Pool Refreshing

17,944 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (824,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,302 83,302 000000000016b16a23f45b32c1c882be15db751b7ceec4028c7c9823539ec2ff 0.00 MB 1 0
83,301 83,301 000000000014d01d70a0d58ef24d3b9aa3c2971f07cf28255321de56f5e101bd 0.00 MB 1 0
83,300 83,300 000000000000ebfb084c4057efce6f4d198de277b4a6d034b380964c1a9f098d 0.00 MB 2 0
83,299 83,299 00000000000a036f422229db7d8e57d43e9bb2f10e5220dd253216052e99ec4e 0.00 MB 6 0
83,298 83,298 00000000001e877751fe13fa9859320151e356ae13e9cb87ae00d5d5374cca5e 0.00 MB 2 0
83,297 83,297 0000000000282e93e02aea3bdf289145048308a374a46c4dc0f6a1726d6fae33 0.00 MB 4 0
83,296 83,296 000000000000158e80520a85712109d431d828d370721908a2e1e3db1c9d29b8 0.00 MB 1 0
83,295 83,295 000000000011dee82e0cc844d0e97a5e59e58e74b7691ad6998c2de965a4387a 0.00 MB 1 0
83,294 83,294 00000000000eb36d4b5c268baafbc608e5ab4dd7d6523ceb3a881dbb19641d4c 0.00 MB 1 0
83,293 83,293 000000000018b199beb86d7223b58c3b950b15bd0510aece35c17c8e15d3a1ca 0.00 MB 3 0
83,292 83,292 000000000012a0af6541778a309eed0f594846aba70580b4bc7c8fa250613e59 0.00 MB 2 0
83,291 83,291 000000000015012ee053c93c4ca094ed9d13903dc50ff62f30d2c831b2584fa3 0.00 MB 2 0
83,290 83,290 00000000000427a73a858153b97923b9e3e457a136f64fec05ba4e74936536ce 0.00 MB 1 0
83,289 83,289 000000000019d675d5b971a150c84a2dee43db5d8274e57d030e2875803fabcf 0.00 MB 5 0
83,288 83,288 000000000016ba320ad960dbd7aca7ebedd60e9cf8c8c8ae59760a6638a6d3cf 0.00 MB 1 0
83,287 83,287 00000000001ae4603a8f0eaeeb6982032a5279ec83932697291447eb568488f1 0.00 MB 2 0
83,286 83,286 000000000001017f4a6b4ce2384d05bbbaa240d07ce61b116c11bf67dd7a28ad 0.00 MB 1 0
83,285 83,285 00000000002a79dbfd766dce88152bbed564a71ff0bb1034549060061e43001b 0.00 MB 1 0
83,284 83,284 000000000021aac3bbb74ac6334e465fe9676df55bbd17a48ef743a719251bde 0.00 MB 1 0
83,283 83,283 0000000000257a1f8b5c7a6e6f783b7cc81f99b4e405f5ba00474560ea5b7461 0.00 MB 1 0
83,282 83,282 0000000000062ed53b86090c4b46143072b2a14a8ea071588c552d27cf8c7626 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.