Memory Pool Memory Pool Refreshing

5,029 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,681 (840,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,796 67,796 00000000027141d8d6b6ff0a1683e03eceef18352ec775c041ececfe8c20978f 0.00 MB 1 0
67,795 67,795 0000000002abee7290927c7c9a41edbca9508cccb90feb3df5727fbb531d06b1 0.00 MB 3 0
67,794 67,794 0000000002c45ab83615fd8d5eba7a4eaaae3192f2bb7a3bd19b27fd70b9e607 0.00 MB 2 0
67,793 67,793 0000000003d5adb65317b85ea647bdde7d32f6c31dff5f00c4cbea34fcabf516 0.00 MB 1 0
67,792 67,792 00000000049d9edae71bd7a52bf9a595e94fbec959d5adeadcdd2bf9554f9b7b 0.00 MB 1 0
67,791 67,791 0000000004df99fc81098dbdc1099027947316056a4307e6e5482bdc247b4aee 0.00 MB 1 0
67,790 67,790 00000000058a9602161cdac72ae0dfc061076dad04cea7fa39a0ba59cd12716c 0.00 MB 1 0
67,789 67,789 00000000039c5c18695bfd9163d158b72b58f484c48bc524a50eb97ebc76d766 0.00 MB 1 0
67,788 67,788 00000000027bc52d6e6e3ec9eceeefdb1941dd424b52f07e000efad2cc75814a 0.00 MB 2 0
67,787 67,787 0000000000876fb15b279a1473455d4c5f5ccb052984076576f67d429bec8f9f 0.00 MB 1 0
67,786 67,786 00000000042be7b8aa9b78d878601420eda3289847834e1232e93e672c32330d 0.00 MB 1 0
67,785 67,785 000000000149e130ca0a10ee756db1468602e41c46b6782e086b2fc031264dd3 0.00 MB 1 0
67,784 67,784 00000000031a8ecae588f59a6fdec6ddb5e45239da5aae18376427347b9570ee 0.00 MB 4 0
67,783 67,783 00000000049d252aa977411bc4c54be0c262dec989f1871242a6cb79cc93cd80 0.00 MB 1 0
67,782 67,782 0000000002a026d35b229f139b6826ebdbd1dfa768e6d3f56e97e248680f375e 0.00 MB 1 0
67,781 67,781 0000000002714fa87b9e50aebe2e15cc7c88b2f94db8a356d20ac22ce04acba8 0.00 MB 1 0
67,780 67,780 0000000004d7a888e09360dd334d02db301b0ac80f88e1a7a91a3bfcc57b4b17 0.00 MB 3 0
67,779 67,779 00000000046778f7a3099273168877c4173f3718eab991ad206e2a94afebadf5 0.00 MB 1 0
67,778 67,778 000000000121ba4a8f6c8b7f09e04707969bcb27d244e2184336c504f557bfc6 0.00 MB 1 0
67,777 67,777 000000000303fcb4b996b43a113d340486509684f50c317b26222bd5aacc2fa2 0.00 MB 1 0
67,776 67,776 0000000001d577ba9a439d28885ddce31f6583e7495591b6786389fa348655bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,853.85 GB sent, 101.79 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.