Memory Pool Memory Pool Refreshing

6,115 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (458,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,061 449,061 00000000000000000078cfba8ea853fcef78c57f8deb288bea0d476fa53c8d2a 0.42 MB 443 38
449,060 449,060 000000000000000002e303e9691bf95c18e08a6d5b0c042edb8c506c1423eb58 0.34 MB 776 86
449,059 449,059 00000000000000000034e81f664c5752f409f5557408642a633037421805772f 0.25 MB 617 92
449,058 449,058 00000000000000000053dea5a5469278390df4f20fe69c8e7d48f81838352a57 0.05 MB 112 91
449,057 449,057 0000000000000000016abb322aee9341a824d2634b70160a6cf88774fee6b666 0.70 MB 1,344 77
449,056 449,056 00000000000000000206e8ec2f4596aed27f0958676ef198b7c6cd1a0c49640a 1.00 MB 2,068 78
449,055 449,055 000000000000000001cbd95628be3c124b44c0de3063e3c1d374f95d0864fdbf 1.00 MB 2,016 85
449,054 449,054 000000000000000001754b8f7fc6ced133a98b1ca43e40ced35adad24f264c75 0.68 MB 1,360 70
449,053 449,053 000000000000000000d2791050bd933e6c17565d20b963ca3071885faac62b32 0.37 MB 801 62
449,052 449,052 000000000000000001c7112d3fa9af88e4ef7cfe670f9247e98a81e74e3ae288 1.00 MB 2,337 72
449,051 449,051 00000000000000000257fa078eb2704b91d15f5bf599baeb12a8fdbe676df4ba 1.00 MB 1,807 85
449,050 449,050 000000000000000001c80abcd84774939efc8804e1f9b215859745e2fa6c0183 1.00 MB 1,912 110
449,049 449,049 000000000000000001a865aa1880c249de04826dec1e647ad4f294df74d8b2ba 0.66 MB 1,666 82
449,048 449,048 000000000000000000bfe27ed79dbfb174199d7da026cd80a1ea901bd46400ee 1.00 MB 1,119 23
449,047 449,047 000000000000000001d2c217bfb1126e5666d4c7d712a8c73aaeddec59aa67ae 0.39 MB 979 85
449,046 449,046 000000000000000001ea2ec6652b4100b046c15ff5d796b00f0ebbd0b6d4cea2 1.00 MB 1,731 55
449,045 449,045 0000000000000000029ac00f65d1a0388fcc45dc87331f8502dac446487ac5c0 1.00 MB 1,837 51
449,044 449,044 000000000000000001f9da8f40cf88a170251fe58327bbf0296d1450df600e2c 1.00 MB 2,216 70
449,043 449,043 000000000000000002ef8a0ec152b3b18777a05176f2096a5dad4ab5b9e7a53c 1.00 MB 1,933 59
449,042 449,042 0000000000000000008dca5fd48bda23ce1137071ca8b4a26db38b12b95ee9a3 1.00 MB 1,881 71
449,041 449,041 0000000000000000008664ab9e99e3ffed4a7dbb2f8515413cdbec583399cdc1 1.00 MB 2,461 101
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.