Memory Pool Memory Pool Refreshing

4,261 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,971 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (12,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,760 895,760 00000000000000000000cee16e85a81f8623d56b7040ff83984f93fb15598b0d 2.47 MB 1,816 1
895,759 895,759 00000000000000000001f1621527881a88c844988e22a8c1e913f48e733e3018 2.69 MB 1,320 1
895,758 895,758 00000000000000000000f69c3a5b1fd1b33703318cce08883936e36511f80236 1.63 MB 2,745 2
895,757 895,757 000000000000000000020390a659c1c35d27d9e91b6883c54a40d7b651ff1423 2.76 MB 1,053 1
895,756 895,756 000000000000000000008ab4a6dfb993159cdc3206d5c1bb74aacbd3ecba5baf 3.00 MB 1,081 1
895,755 895,755 00000000000000000001718956300bcc55ebe00bb173371d5e8bcc2b86e35716 2.28 MB 1,137 1
895,754 895,754 000000000000000000007909108f351c086820d9f4ea544bb4ac29cbfc49f4eb 1.75 MB 2,082 2
895,753 895,753 00000000000000000001d3d4fb15046ade23353a0be73b77a515fa2223669451 1.68 MB 2,988 1
895,752 895,752 00000000000000000000646bf8e642b975087e4520b54544b83c316a7af1ce67 1.34 MB 825 2
895,751 895,751 000000000000000000022536acd6c2f9ae0cef88f4bfe947c454118273f67d1c 1.19 MB 613 2
895,750 895,750 000000000000000000005f000e3b1f466281d4cf328d2c75ab4dc92626fddec1 1.14 MB 721 3
895,749 895,749 000000000000000000001dfb165abcf0ddccd970422aa6ebd9b327861e75037c 1.16 MB 792 3
895,748 895,748 0000000000000000000084de4aee62dadeb83afd7f65a34329890cfee3ece154 1.45 MB 2,428 5
895,747 895,747 000000000000000000000c85c82f00dfc806b705781edcc4df27f70bd59e1fb9 1.54 MB 2,379 4
895,746 895,746 000000000000000000018f79f1a23ff336be6d085e71310b9fa8e969512a8b3a 1.37 MB 2,155 1
895,745 895,745 00000000000000000000457a2fa4481afdeae214d90619a6686c4d482a50180c 1.68 MB 2,920 5
895,744 895,744 00000000000000000001fb113eb395f5d76c9ae6f912b4600403f577356b8c4f 1.45 MB 2,387 4
895,743 895,743 00000000000000000001aa86b504345c002d99f06d3a8ffa58ec43d646222894 1.50 MB 1,999 3
895,742 895,742 000000000000000000008f9730a2780a39faa7bd2f6e0e3803c792de84850960 1.78 MB 2,914 12
895,741 895,741 000000000000000000022fa156e9cec8d9a0c4238d153fd0ae1f8460ace47266 1.52 MB 2,355 3
895,740 895,740 00000000000000000001b1664af9e0660df545dc66fe0eb31f3f675f7b2576b1 1.82 MB 3,309 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.23 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.