Memory Pool Memory Pool Refreshing

3,539 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,964 906,964 00000000000000000000b7f972ab7df694550f63940765f9d72061321c5fb0fa 1.62 MB 2,774 3
906,963 906,963 00000000000000000001a5fd7d199516bbd68d5e6f658ed586ae45c192bf009d 2.23 MB 551 2
906,962 906,962 00000000000000000001156f4d592ebfc6b56d6ec3189aa2d6e7e722aa193086 1.96 MB 962 2
906,961 906,961 00000000000000000001f983ad9d7dbd87bb67df406ec34d4d769d5209878012 1.65 MB 3,177 4
906,960 906,960 00000000000000000001b0007e307f17618c226a5a8b234aab4c66556832cc9c 1.64 MB 2,693 3
906,959 906,959 00000000000000000000f0d5051dc0c2869608af8aa28e420840ce0512a15751 2.25 MB 573 2
906,958 906,958 0000000000000000000204c81ee809ed9ef2b8485dabe997202bb56e210a355b 2.18 MB 354 2
906,957 906,957 000000000000000000007e68e09525ca07cccebaa7c7604ffe788059b804ed4e 1.67 MB 2,409 3
906,956 906,956 00000000000000000000957c6acf4f4eb9c350afd7e7b83e852b523556e73e04 1.64 MB 2,492 2
906,955 906,955 00000000000000000001f44c47d45c701e458c8f9ade12708a7ae5cd2c893058 1.71 MB 3,725 4
906,954 906,954 00000000000000000001cff018755c8e8f0504efe62af27b144a5824cdc2d2a5 1.76 MB 2,889 4
906,953 906,953 0000000000000000000001ab1fb81029140664b6b222ce7c0f3128e9b1efe85d 1.55 MB 3,784 6
906,952 906,952 000000000000000000017320b864d2506edaae8b577b1df03a3669c4b0d835b4 1.45 MB 3,310 6
906,951 906,951 000000000000000000011d00db3e6d59868398b864810c168fe15b2e3d4d80cb 2.12 MB 373 2
906,950 906,950 00000000000000000001c30541a6372c2dcd48b17dae42462fd0f59c58c53c79 1.70 MB 2,373 3
906,949 906,949 000000000000000000014185cbd6f3368277eaf0cd750ad843934c3491936cbb 1.54 MB 3,639 5
906,948 906,948 000000000000000000010b3c51f2b87e4f1084f607f9df7b57d424680c76ae77 1.75 MB 1,879 3
906,947 906,947 00000000000000000000ece097168545e504745929b6470ce08e01b094fe39aa 1.50 MB 2,417 3
906,946 906,946 00000000000000000001fb1bd466fa6bd2c206de23218d1094cc491ca4be9c3e 2.11 MB 1,837 0
906,945 906,945 00000000000000000001e8a62448c8e20e702d8172561de0f9eaf92824d94621 0.10 MB 113 2
906,944 906,944 00000000000000000001e45279fdebc9d0773c070d6bb77cf0c07743a4c3f025 0.14 MB 160 2
Previous 10 blocks ↓
Total Size: 768.97 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.60 GB sent, 92.66 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.