Memory Pool Memory Pool Refreshing

7,420 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (116,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,399 791,399 000000000000000000017f2b12a2215e50a8a833e1a805af0d4711ead02b10fc 1.46 MB 1,950 56
791,398 791,398 00000000000000000001b758dc31dacc789356afacd6d12369eb0afd21898666 1.47 MB 2,911 72
791,397 791,397 000000000000000000021befd622210343497744ba83e58b6a2c91905764eb8a 1.28 MB 1,539 56
791,396 791,396 0000000000000000000386de26076281852f670ed0d5825bca02d620ae41c5ef 1.52 MB 3,419 76
791,395 791,395 00000000000000000002bedcd9b7cbdc2fcc39fc7d33832c7795d6e712a0e287 1.35 MB 2,188 81
791,394 791,394 00000000000000000004fb675fff81ff92a1e2f83db540f2ef8b3dce594d79e2 2.00 MB 1,858 36
791,393 791,393 00000000000000000000ca45808760906d39ca0a00fbc5ebd614e8663812e878 1.86 MB 2,844 46
791,392 791,392 000000000000000000018f09f76b9f992a1d088d1ee18e0961cc17ad5b7f2139 1.79 MB 3,309 55
791,391 791,391 0000000000000000000151be37a59ba1144cf4937d47604ccf1e1a9d4ebe7800 1.55 MB 2,781 61
791,390 791,390 00000000000000000003afd7a05444fe7756e13d7da851583b3a0c185ab91124 1.71 MB 2,955 55
791,389 791,389 0000000000000000000525f35dd384e242242c8ccd7f93a874b6d48f7008d35d 1.72 MB 2,704 60
791,388 791,388 000000000000000000006dcb5806e1805baf478553a0affbf25993040efd03c8 1.94 MB 2,651 52
791,387 791,387 000000000000000000051c9cc47c6dc6d4f7754e8ef619b7039658b4375c2fe2 1.60 MB 1,920 58
791,386 791,386 0000000000000000000078079e5ca46cffa3b5e87c48a38403eda3946e64ffee 1.53 MB 2,929 77
791,385 791,385 00000000000000000004ce59f8a8e89d0a4b73aecc8bbf95edc0408b55166b3a 1.57 MB 2,920 79
791,384 791,384 000000000000000000001589f0a4670b108f669eb93f69ff88bf84eb26033f1d 1.36 MB 1,593 57
791,383 791,383 0000000000000000000297afaa1d22ca7b91dd715afe4b7b8fe559668ad0facc 1.41 MB 2,617 68
791,382 791,382 00000000000000000000de3935421414779927962b873f95f766d98469c0ed11 1.42 MB 1,783 61
791,381 791,381 000000000000000000024a6ee80a5ea2d25de04b34cae9c7fd9ebe63c003523a 1.43 MB 1,883 59
791,380 791,380 00000000000000000003264dfd6342f6826510a2ef0a49ebb4946a6d34bb41f5 1.39 MB 1,660 65
791,379 791,379 00000000000000000002d8e4ae0c8c6500960131edaafb6863fcc88906d50cdb 1.43 MB 2,071 56
Previous 10 blocks ↓
Total Size: 769.03 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.85 GB sent, 93.01 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.