Memory Pool Memory Pool Refreshing

7,452 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (573,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,740 333,740 00000000000000000b9a12fbf05f594ddeb8b0c5f93320363e7b96687347804a 0.18 MB 288 18
333,739 333,739 0000000000000000168861bb2ba5653e02472a2e6e2e6bc12f6804362445ae9c 0.18 MB 277 20
333,738 333,738 0000000000000000149287bdefeecd34a7d0770ec5954f337c508bc07f980819 0.53 MB 883 21
333,737 333,737 000000000000000006497d4d86e328a7f1701730387f93ab3bf006188f905890 0.61 MB 1,026 21
333,736 333,736 00000000000000000d7b701b6af76c8f23b6bb7b7c0154fd2794f4ba33e2a31f 0.75 MB 1,499 26
333,735 333,735 000000000000000010798ada3fd495a86b82afb7308aebedea8bf62fe14f1063 0.32 MB 618 25
333,734 333,734 00000000000000000edb6b42b4df01b27bb292d4d9e3deabbaf6a68aecf4721b 0.15 MB 202 15
333,733 333,733 000000000000000018a4ff533671a721a18230ef993165434a9d3716fee909b9 0.83 MB 1,554 26
333,732 333,732 000000000000000015c38d3a264665103c1269d8182573fd48bed8e3238352c1 0.53 MB 870 22
333,731 333,731 00000000000000001466feaed5087e2278ca60185ee5b25da84dc7dd3fb72f75 0.15 MB 360 29
333,730 333,730 00000000000000000597bebbd9861569aa95ed423df8b6646533ee6d4b738d8e 0.71 MB 1,359 26
333,729 333,729 00000000000000000b25f0231517c43683c4cc32ac4c2cf06885a4f7d0ae2257 0.60 MB 1,003 24
333,728 333,728 00000000000000000459486d53cde524bb5e2becc4960e302fafdce0f48877de 0.83 MB 1,254 22
333,727 333,727 000000000000000015db88f49322f2c2f9eb2679312cc01624bbeff3ccc6fdd6 0.00 MB 1 0
333,726 333,726 00000000000000001acd27102fde1c4c482da24e9e21dd0442fb5142543a5a79 0.17 MB 371 34
333,725 333,725 00000000000000000f3df76aed1c3f52dda69563d3f39f74bba34bd0b18a036e 0.11 MB 138 14
333,724 333,724 00000000000000000eeebdc1efa6a2199be77fa7b36873846b19abfb134b3a4b 0.31 MB 531 24
333,723 333,723 0000000000000000084208ffffd4ba038c754dfbeeb7b431022c3ffb89d477c0 0.28 MB 422 19
333,722 333,722 0000000000000000019d0104c82ee6d753c3ca0d696cdb4031d43020902915a9 0.17 MB 364 33
333,721 333,721 0000000000000000031fb86414b7319327e9a6bf1797bcd30350afdbc4b99ae4 0.39 MB 701 24
333,720 333,720 0000000000000000104b5be423567909b850dba62966691f9cf495f727210c67 0.22 MB 422 25
Previous 10 blocks ↓
Total Size: 768.96 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,615.42 GB sent, 92.63 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.