Memory Pool Memory Pool Refreshing

9,248 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (608,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,900 298,900 000000000000000086a120963b2962120bb7d0e8550a0bb854397c2c01ffe374 0.11 MB 131 36
298,899 298,899 00000000000000003d2590e6ba798b777b804b8af6c02a66dedbcf2816850fe4 0.20 MB 341 80
298,898 298,898 000000000000000009e560b447f5ae48dc6a184fc6fff7715a7e212f14796655 0.29 MB 425 35
298,897 298,897 00000000000000004f52358580865d2081ce4d500a2a4d7548b1a15813ce97a3 0.14 MB 270 44
298,896 298,896 00000000000000002215d96286d6cb30cb650940c9eb16619222f37c190d0141 0.23 MB 401 36
298,895 298,895 000000000000000017104da76eb05687a8b9c64917caa555ae645e383740d800 0.19 MB 290 39
298,894 298,894 00000000000000001bada3270ea4a8ea38e7d3febb2178f4149bee3f565db016 0.01 MB 32 79
298,893 298,893 00000000000000002b9309381bbf4650289c68752f6d47cb0911eed8e69d9ec4 0.09 MB 195 53
298,892 298,892 00000000000000007826c242883fdab0aafc4b8247b3362a17744c40424d0948 0.19 MB 411 41
298,891 298,891 00000000000000001be9d2aa7609db5f44a693334597fa4b660fa3fff7248f22 0.02 MB 25 11
298,890 298,890 0000000000000000432733e5e8fae287d2f57f80bfbef45bbea8fc1a4d6cc201 0.04 MB 68 27
298,889 298,889 0000000000000000501388255b590ce2ff1380a9c8ac4392fd1d8c9b39b115ef 0.22 MB 464 37
298,888 298,888 000000000000000048d3db2abb49c3a7df2a02d4806fd99524e30c2f2ca693b6 0.18 MB 247 29
298,887 298,887 000000000000000060c76f2e98515ea960039d08d5a24f01a8d3bfdeff195aae 0.06 MB 149 39
298,886 298,886 0000000000000000197f4b507deb0a7a173b687963b1938d7413214f7309bd59 0.31 MB 574 30
298,885 298,885 00000000000000000ef2f59a0a183beb7bd7d63f862c3bc07baa1b2db32bd05b 0.11 MB 256 53
298,884 298,884 00000000000000002070e878a2ac1e81782bf2c70e637109c1540c69d50053b6 0.02 MB 16 28
298,883 298,883 0000000000000000691f4f2703911adea761b9497d7f100ac6edde01acdd91f2 0.11 MB 197 30
298,882 298,882 00000000000000003f691349972553721333386f714df9e5f1330d62d62eb263 0.01 MB 29 39
298,881 298,881 00000000000000007aa47a3bb0e599f0e1326c1ed3387fe7cc6a7822c4882a50 0.11 MB 207 27
298,880 298,880 000000000000000039e33c517f9c214848a1f39644848c9dedc18e04a3e3a9b7 0.09 MB 256 67
Previous 10 blocks ↓
Total Size: 768.98 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.44 GB sent, 92.72 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.