Memory Pool Memory Pool Refreshing

4,868 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (780,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,867 126,867 00000000000017c9ac4bdeaa157d9369e75cddaac5e02f50550add407a377525 0.00 MB 14 796
126,866 126,866 000000000000228e0db2c96e1cbf16035bcea55bc0df093b2a63875b8ee5e788 0.00 MB 6 1,112
126,865 126,865 000000000000440367c3d150bb9836523e62286241e17aed520a39e2a7196dc7 0.02 MB 65 1,131
126,864 126,864 00000000000008bbbd455583761f1e8ef3144dc66a6d5d6a14885f7d52e04eb4 0.00 MB 11 387
126,863 126,863 0000000000000d9da2bbcef2d32e26703bbab2f30a90a8866dae6f45a0b66c24 0.01 MB 29 130
126,862 126,862 0000000000000c4b65ef00093b384e61092ff7329998ce2e22e485fa67385773 0.02 MB 45 270
126,861 126,861 0000000000000a569d93bcfdd95dcb467d6be8d6d360d8bca42fd199bda58cca 0.00 MB 10 3,364
126,860 126,860 0000000000000584f15d4abe8da07b23c6ce66d0f1a4d8665f527ef99e34ba05 0.00 MB 12 343
126,859 126,859 00000000000030d78d28ee03d7998e31ae644d57bb08a16f2996a85a9fc61806 0.00 MB 11 1
126,858 126,858 0000000000002cc97367ef3994417d78f4e168318a9f85cb563a5babc55aff33 0.01 MB 17 813
126,857 126,857 0000000000002a0687032b45dddba9fc7ab7dabfe6cde34d29c9d800be8d186b 0.02 MB 50 462
126,856 126,856 0000000000000a0e267d05c411e6277efa4d27a24a56f1fe681d4db79a7bcc56 0.00 MB 12 1,372
126,855 126,855 000000000000252fa92d369e7692707b5b47187cef246a12d5ee2aa303fcbaa6 0.01 MB 15 1,137
126,854 126,854 0000000000000c23cf599fdb84e7eabd35dcf6f2978ccef8d5f2eb0ed09327a9 0.00 MB 13 103
126,853 126,853 0000000000002b07237c8c0c0c5d541f81cbacc0161d1f1035270c163ea2d89e 0.01 MB 22 665
126,852 126,852 00000000000016b8d6bd883833cf73c0489d81e1b6207d14b8c833009584134c 0.00 MB 15 401
126,851 126,851 0000000000004043884d0b31c8680c7c792d9103c6b24244b898e9f498ee77b7 0.01 MB 39 1,512
126,850 126,850 0000000000000ca3ed904ec2245c7662beb946ff501413c9ee7511b8ba6403a3 0.00 MB 6 55
126,849 126,849 00000000000038b2704657074046ce01638031ac91d0aa131b0b55dc6bcc1eb5 0.00 MB 12 881
126,848 126,848 0000000000001510e9798a2c34b44598fff33397573f0abfb8936add93143707 0.00 MB 9 765
126,847 126,847 0000000000002645c1e8072caa35c6b1068abd2fe020a64c09eaa8ad3a89d2c8 0.01 MB 20 676
Previous 10 blocks ↓
Total Size: 769.08 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,628.27 GB sent, 93.32 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.