Memory Pool Memory Pool Refreshing

6,782 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (622,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
285,277 285,277 00000000000000011280db29565d1710c321e38f119daeed9d14feb0a19013f1 0.01 MB 8 20
285,276 285,276 00000000000000006eab55373c20a54146c53b2a1167e6b943093b9209a3f6e6 0.10 MB 221 25
285,275 285,275 00000000000000001073e1fdba6f5fff38ff7a21b3ac60b988cdf3b0ff2728ba 0.14 MB 344 40
285,274 285,274 0000000000000000921613c586310a51b84aafbcce65a3fd8139fedd31aa6755 0.14 MB 334 40
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.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.