Memory Pool Memory Pool Refreshing

4,679 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,750 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (11,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,275 896,275 0000000000000000000012f3f0e4060c3fa553ffa13ffa147a790a152d3e2ecd 0.21 MB 439 2
896,274 896,274 000000000000000000021e73803c293ebd828bba108bf5e3f2e4402ec2c8a63a 0.47 MB 1,098 2
896,273 896,273 000000000000000000006dd5a6d626d20e9c47edc8cf3500f61bba1e7b18a38a 0.71 MB 1,266 3
896,272 896,272 000000000000000000013c94fd0554250daa33aef16b893f6a257fb6acf946eb 0.39 MB 361 2
896,271 896,271 00000000000000000001a23f7d140eb26dc5d239d0712bcc38e1bd40d0c5956a 0.14 MB 351 2
896,270 896,270 00000000000000000000af941f2dde281536b9c421915d23ada00aed78745ea5 1.28 MB 2,132 2
896,269 896,269 00000000000000000000211066c76da1e544802c5732eeb65dbae3500e135216 1.65 MB 2,882 3
896,268 896,268 00000000000000000001ae50ae24074e6e0f365f2cb1f0e45d495d036bc2969c 0.46 MB 382 2
896,267 896,267 00000000000000000000ae0766c4c822cdcc03d44e07ef42d2950eae6a33bb1e 1.25 MB 2,099 2
896,266 896,266 000000000000000000016bfc23076ce0ce150165ebf957470d992690fb2f931f 0.13 MB 374 3
896,265 896,265 00000000000000000000b0167e04c9c862690e04ea30c1d0ea7797770e44486f 1.27 MB 2,325 2
896,264 896,264 000000000000000000002eca5b6f49f68a534efbe36400b2909b62ba68ae8695 1.30 MB 1,932 2
896,263 896,263 0000000000000000000019c55316057a211f8115210cd0acefa37e67e8e22194 1.76 MB 3,279 2
896,262 896,262 000000000000000000013758065e47ef929d3591e02449b63bcba4297f7501bf 1.87 MB 2,104 2
896,261 896,261 000000000000000000009094a12103aced68044b33f0d3455452f13e89f673df 1.49 MB 1,765 1
896,260 896,260 0000000000000000000082bfc2b8c7e6977acb335630e40cfb6bf9c21fccaa3c 1.71 MB 3,184 3
896,259 896,259 00000000000000000001c421670bdddb2bb78a728bca704333b21973b8908d52 1.63 MB 2,942 3
896,258 896,258 000000000000000000014448e616a2b0312f8f20d7018a82e7c84b6d0ffa0f3f 1.43 MB 1,281 1
896,257 896,257 000000000000000000004569e5f605569e89ba12c1da07bc8a794700aa8b4d3a 0.27 MB 124 1
896,256 896,256 0000000000000000000208eb40d84b4818b3a8d5c56424e3f05335cfc1c36a00 1.58 MB 2,219 2
896,255 896,255 000000000000000000007af22a2f9b99fc8b0dcb81f94f3f6c2580d1e76dacf3 1.40 MB 2,902 1
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.