Memory Pool Memory Pool Refreshing

6,785 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,970 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (353,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
554,199 554,199 00000000000000000029fcd929eb2616a2c85c49628165d70276025eedd154f9 0.40 MB 740 11
554,198 554,198 00000000000000000025adea8528ecd7ce8ab8bb1595878b9af995ab75ed17e3 0.67 MB 1,462 14
554,197 554,197 000000000000000000191800473399f5e35059cf49f3c322c9d3ed4b6d138106 0.61 MB 687 8
554,196 554,196 0000000000000000000f86b5d790ba558527fa77fceca5edf065c65b97198a30 1.17 MB 2,165 5
554,195 554,195 000000000000000000183b58d8fcaf1ced56c3e8e256448b0cbcbfe57afe9d61 1.22 MB 2,646 29
554,194 554,194 000000000000000000022d28508c46e77b96a879b1b761c31f885905f2ca988c 0.86 MB 1,658 14
554,193 554,193 0000000000000000002bd7bef246164dce32207b59dc7edf68032b38507153cb 0.11 MB 194 10
554,192 554,192 000000000000000000281952f790e5b69cfc149054388f9a12cb79470a605e25 0.43 MB 835 14
554,191 554,191 000000000000000000075f2b21083079dc8fcab2e413111c5c7de9b18e25e053 0.60 MB 1,098 13
554,190 554,190 0000000000000000000f5b3c15f15d7ab790cbfe57e4b6b6cca77843de9ebc12 1.16 MB 1,870 17
554,189 554,189 00000000000000000030855fe3cbe9c0c09f16efbd0a1bf54db373d07f2677b3 0.67 MB 1,231 13
554,188 554,188 000000000000000000205c9d55abe21122784907c978ff2cc2b5de2bf1fe8a4a 0.40 MB 576 7
554,187 554,187 00000000000000000017bf79016a2d3c17d279682f2c6c07c28e6a7554b56efc 1.26 MB 2,440 16
554,186 554,186 00000000000000000006e1963da769859df282f974826f694cf7e90a0af8bdc3 0.23 MB 450 12
554,185 554,185 0000000000000000000006af33894c0ca3965fae5ac1a1bcc5bb7827d9b31ddc 1.12 MB 2,090 11
554,184 554,184 0000000000000000000c0ac07b13817066880b5370985b934a5a82eab9adf452 0.39 MB 514 8
554,183 554,183 0000000000000000000fe76bbca2ba62ef5ed2b1e6f45eb26b5298424b2697a6 1.23 MB 2,297 13
554,182 554,182 0000000000000000002c87618cd028563bb3190078fd57919f454f2b111242a1 1.13 MB 1,272 2
554,181 554,181 0000000000000000000900a32a34e03a6f97dfca98448d85ca082ad1287e447f 1.19 MB 2,501 7
554,180 554,180 0000000000000000002f171547d2fedaea97487a81d3cd4927f52c5930735174 1.14 MB 1,820 23
554,179 554,179 0000000000000000001747193cc394898d846945cbea682f19f1e6116bbc0e51 1.20 MB 2,765 21
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.