Memory Pool Memory Pool Refreshing

4,748 transactions
15.07 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,847 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (897,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,110 11,110 00000000deaa3a36d8531844fd1cb11faff6a1171d5228d42131d1b302c56271 0.00 MB 1 0
11,109 11,109 00000000bcb3c8ff4e3e243ad47832d75bb81e922efdc05be63f2696c5dfad09 0.00 MB 1 0
11,108 11,108 00000000ddda37d46a6c013eab0c32487065703f619cbd578e763f714670e327 0.00 MB 1 0
11,107 11,107 000000000eb8b6ed76da654c2bf764cc302cd4ad70e93eabedeb8104bfb3c046 0.00 MB 1 0
11,106 11,106 00000000042b8101cc2d7cc849120b70c6be5e5d9a85086848174a4dd4fdd3e4 0.00 MB 1 0
11,105 11,105 00000000623f6742f11de3d096d8bb7ea8d0bf66623574b455c88c4ef0cd7bd2 0.00 MB 1 0
11,104 11,104 000000007f7b58874f0639d0dd4059c2cbbdaebf789a4dacaf7896d49bf8b238 0.00 MB 1 0
11,103 11,103 00000000a735668221acd55595137cc80e6de324ed7407965424810d09964485 0.00 MB 1 0
11,102 11,102 000000006b3ba76c87ba51a21bb5a16670f1572e91e47399cae67aa086add975 0.00 MB 1 0
11,101 11,101 00000000cfedd561e7719cdb3451b4cf8e6d828e512c49bdee5a75ccd1e70919 0.00 MB 1 0
11,100 11,100 0000000085d3fcf3e1c6f635ae79ffc9c03f03892ea87426ff364caa9aa2e69d 0.00 MB 1 0
11,099 11,099 000000005309131dc0c2b7556d465e288a312836287f2d09aeeaf2760c233961 0.00 MB 1 0
11,098 11,098 00000000dbbe48a2b820282556344972b6bad3bc6a29fb5076938302b6e6b380 0.00 MB 1 0
11,097 11,097 00000000badf1814ff84600b842a5d83a1183f03595289e4c07acc2851ca7017 0.00 MB 1 0
11,096 11,096 00000000db8eb9a809deb725f37daa093e417e73148c44ea70f83133028e9977 0.00 MB 1 0
11,095 11,095 00000000e45ab8aff5e6d477af955e2227a34cc166ba51652d4c22d181a862e9 0.00 MB 1 0
11,094 11,094 0000000031c7e5b59465576449fcacc32c8299ef857fc68a67547c9a605541da 0.00 MB 1 0
11,093 11,093 000000008a8cebf7b63565fc0a049200e50ce93150bdbbff67de06d5a6691224 0.00 MB 1 0
11,092 11,092 00000000e612a6b0344df61e9df87d11ed993183eaea6ec6b926ecfba679b335 0.00 MB 1 0
11,091 11,091 000000000f35998efc68f07121d59f072f19fff9c027a2a11d2f0530835e2427 0.00 MB 1 0
11,090 11,090 000000007bfacfd8d81a7162f150f5686b785fca45cfdda0c55aaaedbc2824e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,693.18 GB sent, 98.47 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.