Memory Pool Memory Pool Refreshing

1,589 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (873,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,933 34,933 000000006336c6f0bf8cc9efaeb395d916294a54f20c4596186c0d0836def7ee 0.00 MB 1 0
34,932 34,932 000000000eebb950c8247c3aafc735025c69451ca9a960d076d299dca662454a 0.00 MB 1 0
34,931 34,931 00000000b29d6863511adc28d313c52aa2269e93634e13bcacdc35f0d3f7eda1 0.00 MB 1 0
34,930 34,930 00000000983c3a1e91b2bfa3f4fb398dad964ff07c46608134fd964787d2bcda 0.00 MB 1 0
34,929 34,929 0000000006ef7297b0d9bef259eef836bc9a7b2ba17a32d474008a42e08829b1 0.00 MB 1 0
34,928 34,928 000000008cc1a1b9356f9417dc8b1d94e9306e48a3d9c49126bbd4513ac29270 0.00 MB 1 0
34,927 34,927 000000008f548b370401ca8bede5a9af36a32aab73f5e83e79481360754acc1e 0.00 MB 1 0
34,926 34,926 000000007c66839d6732908ed75eac6a6ead4a4d8d489f10dcd630400899d8aa 0.00 MB 1 0
34,925 34,925 0000000036eb512528df953d55c65477bcb7afac628e3cabaf73a1bc9a72648c 0.00 MB 1 0
34,924 34,924 000000008c40238e209d255f37647753719fc55a31e089c334354fcc33b2f346 0.00 MB 1 0
34,923 34,923 0000000061c261681e84d32a8dd0aff9bc977fd6a7d52856640f3bb1687dffa3 0.00 MB 1 0
34,922 34,922 000000009b2da0d0dc17a1e4407e49a5042f780e886037ec033ffa143c9b2499 0.00 MB 1 0
34,921 34,921 00000000337decce0d35df1bbbb803531d053a97c3cf2051b44f6fae8738caf2 0.00 MB 1 0
34,920 34,920 00000000574dabc2534c3c18f62ccbc7997216ffd9f4ff606f42debeaebb0a1d 0.00 MB 1 0
34,919 34,919 00000000a7cfdc7c57a119efe3121e4b44edd248d22f097b4fdb58605d017d7b 0.00 MB 1 0
34,918 34,918 000000005995537c11417641fb060a775ed97c44216a7c7397b26ad8fa3142dd 0.00 MB 1 0
34,917 34,917 000000002c70677d8ab56475035fe6a3178422ac91317fd0905351022974ba16 0.00 MB 1 0
34,916 34,916 0000000059550d0584248512b0d7c110d971c8049891a1cd117092a6d19a2051 0.00 MB 1 0
34,915 34,915 000000002aa225647eff48cd4abc9140a8958fada8562964febe98b86adb2c38 0.00 MB 1 0
34,914 34,914 0000000078bcea5f21454c9ff872d39100e2ed55e94b215c1004595cbcd2b073 0.00 MB 1 0
34,913 34,913 000000007f4f1f302b059e294f45b8d319314cc11b58caa80a4114ce52e72a46 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.