Memory Pool Memory Pool Refreshing

7,758 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (21,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,934 885,934 0000000000000000000136138c2e87f4e191cb58afb56a253a1a8474fe323e8e 1.58 MB 3,250 4
885,933 885,933 000000000000000000019a8fe378418226ea903b1a171f3cceb13fceba28cdb6 1.39 MB 2,191 98
885,932 885,932 000000000000000000025744482b448eabef6a83d4f5d7d0ad1a7bb9617de831 1.98 MB 1,064 1
885,931 885,931 0000000000000000000006f37aea5ce3fd44ed6fa0a87407c5ee764b32e321ed 1.48 MB 3,052 4
885,930 885,930 00000000000000000001f37e0f79cd945a3b2334827a5c24b1fa4a37fac4acd2 1.97 MB 1,286 2
885,929 885,929 00000000000000000001abc2052b19647ebdd37d66c39b75490eb121105b1088 1.89 MB 1,686 2
885,928 885,928 000000000000000000010f5f107d271026b6515cc81a4d384496502ed19a78df 1.88 MB 1,461 2
885,927 885,927 000000000000000000022586b46831dae399ec7311c93d255fe43f742a769b6b 1.91 MB 765 1
885,926 885,926 00000000000000000001d90223ce3413cb027b4917bedc78683e306ec2120f40 3.37 MB 807 1
885,925 885,925 0000000000000000000111736942bc6e7e327178dc5773c4f25cb29e6f693d92 3.66 MB 479 1
885,924 885,924 00000000000000000000ecbbc01673fa1d1519d52a43db35d2dab3db3cfc9237 2.22 MB 586 1
885,923 885,923 00000000000000000000cb89518878923d38d93538153fab4b89c9c4734a806a 2.00 MB 801 1
885,922 885,922 0000000000000000000104ef2754b9ecf663cd92c1d43b5a780a0f4c4f30fb7c 1.67 MB 2,572 3
885,921 885,921 00000000000000000000f9683c48d99048d65d6d03eadda2d4655ce6a70c7d5c 1.92 MB 899 1
885,920 885,920 00000000000000000001f2b545bd5d40f31bb1f12625b5caf88048f8b0a47f2c 1.56 MB 3,125 4
885,919 885,919 000000000000000000000dcd2126d11752fb01b4b874504335c81dd1494914af 2.01 MB 589 1
885,918 885,918 0000000000000000000260f47bed1380cfd550257845276dc9b338bdd97cd145 2.17 MB 156 1
885,917 885,917 000000000000000000002da3ccf084e9acc5293bc0d819fec365c042c69178a5 1.76 MB 2,527 3
885,916 885,916 00000000000000000001c565efe536b4b76f2159841ae73d441b5be1007f7488 1.93 MB 663 1
885,915 885,915 00000000000000000001e519f634a9ce7aa8e7d0f4b77b75882a49f71f9f0bbc 1.78 MB 1,018 2
885,914 885,914 000000000000000000027487cb0fa47dd662c630a1b9c50085284515cce15e9c 1.67 MB 2,932 3
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.