Memory Pool Memory Pool Refreshing

19,673 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (622,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,298 285,298 0000000000000000ea7984d2eef34d494e5ec5c31607f396f4a2b1decb6a1ca7 0.62 MB 968 25
285,297 285,297 00000000000000012d508228dcfef4df6f957205fa40f8abd33d3c2507875268 0.50 MB 1,147 33
285,296 285,296 000000000000000057aacfaa186c9072cc8b403b5715b90dd727f56fc04d05ff 0.35 MB 1,231 85
285,295 285,295 0000000000000000534d46b870a9b9209eeff16f8a46c9c337cd7ee94f87b517 0.15 MB 297 31
285,294 285,294 00000000000000019309d03a598d55d375dae8647ecd5ded7cd640ec79f1df48 0.01 MB 20 11
285,293 285,293 00000000000000006027e9e2543542b3f343670d7360d8dbaac23c811b7f1ae7 0.08 MB 194 41
285,292 285,292 00000000000000009f18ffbf92a0e5fb9ec83c76604761e75f1ea170c013d537 0.09 MB 207 34
285,291 285,291 00000000000000008fd597ce7ea09b88de46f3440d4faca7ad50d579bf5282c6 0.05 MB 111 31
285,290 285,290 0000000000000000b863a9fbb2f5198a37bb41a0851f5600da65c102d679b5d2 0.15 MB 315 26
285,289 285,289 0000000000000000dd79dded8aeadfac6d928d24786125ce660ba0bbec9d773a 0.29 MB 560 50
285,288 285,288 0000000000000000e930fd70a8f8fba865f26484c715d2dddf59b317089587be 0.20 MB 116 15
285,287 285,287 0000000000000000677e0d68107571b466b255cb0e0d14010d2c4be2c0dd8613 0.35 MB 820 41
285,286 285,286 00000000000000005c0159a26fcb6b8f6d76f9481f3d97e579e4276a0180cc9e 0.46 MB 1,096 35
285,285 285,285 0000000000000001596fadccb9fe131ee57665bf47a717e1b257b18772a05f88 0.06 MB 217 83
285,284 285,284 0000000000000000cb5092e17997f9ab84e4f2822c7b789143bd60bb668c5616 0.44 MB 589 22
285,283 285,283 00000000000000012c6d5b13209084cf05053caf00e711234f390b6318d4861e 0.35 MB 906 62
285,282 285,282 00000000000000004e6e59adff610f84f3c0f2e81b3227f9bdd16846449ebc14 0.35 MB 907 53
285,281 285,281 0000000000000000e3f1e859e1f2fecf6a7fdb71a189f9812822d47ab5796bcf 0.28 MB 659 50
285,280 285,280 000000000000000059319cbaf5487b0bacfa4fb6d67366586d99de59e5dd65c7 0.15 MB 367 38
285,279 285,279 0000000000000001628f91ac83f7c59810a89d41ffe8c7226cd51cd3b9948deb 0.01 MB 19 34
285,278 285,278 0000000000000000ba5f2edddcc68ed173c0a0b8c5159cf111d5269563c74409 0.15 MB 310 54
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.52 GB sent, 93.00 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.