Memory Pool Memory Pool Refreshing

3,939 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (29,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,735 878,735 0000000000000000000005a55f627d66e823d65964feefd5dd83661059d6053c 1.84 MB 409 1
878,734 878,734 00000000000000000000647fd0ca6f0b0fd36bd4a2e9ec99e42fc225161edf51 1.81 MB 632 1
878,733 878,733 0000000000000000000204d1b18e98e2c4c648facc150d8f5ba9a8549cf9ef06 1.73 MB 1,221 2
878,732 878,732 0000000000000000000012550d3fc21e5bcdc290ef1d41690b24c0c0fda4d7b2 1.62 MB 1,281 2
878,731 878,731 00000000000000000000b7a8e2ccde7ee5479b187b1586a96539cb9d9787509b 1.60 MB 1,694 2
878,730 878,730 00000000000000000001f8c930a12d65a4a325aba5139891511909386b27ff89 1.80 MB 1,155 1
878,729 878,729 000000000000000000009b762c7ffa7a4a2b7a144ac5556e697797173be8acfc 1.77 MB 2,759 4
878,728 878,728 00000000000000000000b395e4ab427a5f5d308ae499ed1d0c204ebaa53577f1 1.89 MB 412 1
878,727 878,727 00000000000000000001dd908731754a0df132c03ac98464a8f56b6c37ba4457 1.85 MB 1,436 2
878,726 878,726 000000000000000000019221d5fbc4fbf466280d8baf1acb064702b330e3d92f 1.93 MB 351 1
878,725 878,725 00000000000000000000845aad86be7f1e924ea3d4d0f8c9c1df3ce77bd04104 2.12 MB 474 1
878,724 878,724 00000000000000000000cd161f4126bc70e7bc81ba67f25ad0db5b908a970795 2.16 MB 1,706 2
878,723 878,723 000000000000000000024296e5a71fa902871be35d2d540478ea74e2eb940227 1.65 MB 2,964 3
878,722 878,722 00000000000000000002092d60f115f3c58c77e5ad3b9bb395d2d896c86d7710 1.78 MB 3,353 5
878,721 878,721 000000000000000000010664a146fdc5f008b0c0d2ac41a70c7a3655841f1e87 1.71 MB 2,080 6
878,720 878,720 000000000000000000022238ec88b5f323e28f719d7d62524b589a3ac9f7173a 1.64 MB 1,943 2
878,719 878,719 00000000000000000001335f99046f4ab81204f2391ef627d6d199ecfbc07724 1.96 MB 1,205 2
878,718 878,718 000000000000000000011ee2ae1693a69266c01de63d5cc9fde96354b34381ee 1.95 MB 3,368 2
878,717 878,717 000000000000000000006104c166e766225d87a73bef23e59f1045cd82ff1926 1.76 MB 4,379 2
878,716 878,716 0000000000000000000258b375cdeddd3eb9ecb66ea01d89f9114546b098cbd9 1.66 MB 3,488 3
878,715 878,715 0000000000000000000287bf067fc671c6f6a702eb709c4bbbc18c4b5132c0e4 2.07 MB 2,729 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.