Memory Pool Memory Pool Refreshing

1,759 transactions
0.61 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
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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (592,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,921 315,921 0000000000000000181ac02daa09e727a1fc7754ed91507778f339665653aaa5 0.16 MB 270 25
315,920 315,920 00000000000000003115641d2e83b56c83da6d8f5c6308679988f15899cce3d2 0.07 MB 113 20
315,919 315,919 0000000000000000152805913df37e19dd027709b9bf60d630452bd5d28e9e76 0.33 MB 591 27
315,918 315,918 0000000000000000208c7a161c892cd9810723b6fbcb156ae4bfa957467cdb60 0.36 MB 630 23
315,917 315,917 0000000000000000292fde134c6f53bfb927a5c4a0f52b06972c7b77b8930ea7 0.32 MB 606 28
315,916 315,916 000000000000000025fc109a12649c1ac343bf12971bf3e5a127849d4170be7c 0.19 MB 224 17
315,915 315,915 000000000000000002580e817768bf1768cb46742cee1870c47e2cb9e4925247 0.35 MB 1,018 40
315,914 315,914 000000000000000016a5a8e956bcab72d349d6d9b498a4806549376263ebf5bd 0.24 MB 366 22
315,913 315,913 000000000000000018d0adfb0c1ed7d70c441298b8ae3301eb637ad0ad4d5650 0.12 MB 258 29
315,912 315,912 00000000000000001bb68c9369b8427caa798ad27d8f968af972c8b7f77b5c87 0.22 MB 257 16
315,911 315,911 000000000000000019ddbc0ef54fec2b7fe679830c9c3b7ef6689e10190f98d7 0.16 MB 341 27
315,910 315,910 0000000000000000139105bbfca5b5b326774c4ae42240d10e0a165f173e9c0b 0.03 MB 67 38
315,909 315,909 000000000000000029f17d7f7bb53528dba7bd407e5d258a12a3b3af69c4c31e 0.20 MB 456 29
315,908 315,908 000000000000000036edb9b09a9edc50eafe7ec7c86c9578fd53d506ee819788 0.33 MB 579 27
315,907 315,907 00000000000000003303ed811278939e4fc42e6fa940b4881c81a3fe20445909 0.19 MB 323 25
315,906 315,906 0000000000000000073ef171b04904b9c1495d3c249b2d4f0269491beb17d985 0.13 MB 260 29
315,905 315,905 0000000000000000097d45ad78679960e9e7fd4f34a748722cd8dffbcbe69fcc 0.35 MB 689 27
315,904 315,904 000000000000000012564390415148b9b3e32c47e01605605a4298952f6f93f1 0.12 MB 193 22
315,903 315,903 0000000000000000091249497a128bec4dc53d2735547ff54156d9e235e39c1f 0.33 MB 599 25
315,902 315,902 0000000000000000131a1f691f988051f2f219eaa33fe62159830880163fb313 0.38 MB 725 26
315,901 315,901 000000000000000016de6417884e8dcdea8756ec207094f70008d6740aee23dc 0.07 MB 121 20
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.