Memory Pool Memory Pool Refreshing

7,363 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (733,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,150 174,150 0000000000000632f02ac3650bf00c42ebb9ef889287cc26374980e8eb793007 0.00 MB 1 0
174,149 174,149 00000000000002aa95f449fb9f3e776f0d728515d8f842d6e026f01c3e401aab 0.00 MB 1 0
174,148 174,148 000000000000000db9ad6f0ea873e93c1577669cfa7cd57eec5947fad7b7d848 0.03 MB 69 88
174,147 174,147 000000000000049209d99b498fe552dddd4cc87513d4658189eec454d20f76bd 0.02 MB 28 68
174,146 174,146 0000000000000162e643c0801f6c3979b0165a10e93c9e7f1c60ad0d76607852 0.04 MB 59 120
174,145 174,145 000000000000022fff4d07079f83d77d27a452fed4176ff29bc10a145b6890e7 0.03 MB 78 98
174,144 174,144 000000000000039d20e96660a9c150c0c7f3cbca4afc9e52f3322f70e17e79e0 0.05 MB 141 14
174,143 174,143 0000000000000673a4166d9ea99a0196726402dd2572dc75e61940b9cf45afbb 0.06 MB 127 156
174,142 174,142 0000000000000007eac72b891a0ed58592476977c2eb2609085b4693645dc48b 0.00 MB 1 0
174,141 174,141 00000000000008bab66c582a01d4534701d1f41993cbcf7ed2877d6f5b4ae673 0.02 MB 63 109
174,140 174,140 000000000000019413f7be04541ad7d7a1b4072b473a33b265d793863679cfef 0.00 MB 7 812
174,139 174,139 000000000000007254c0f7851f1ddc9ab1cdeb9f1380e6bc4445ce52072d43b6 0.04 MB 106 130
174,138 174,138 0000000000000239d25ccf6fd8d56fff684d3ecaefa7f01675653bda910dbe72 0.02 MB 28 42
174,137 174,137 000000000000004849a9c0ea0adb40200fffa722a79d5ec60a9c75ab96924480 0.01 MB 35 139
174,136 174,136 00000000000000750b5f00b2d4572a7d875029aad2153127db782a8b10083b76 0.03 MB 86 110
174,135 174,135 0000000000000441eeafc7c6fe2362f35eb599d8719665a2fd4ab3faebf4cab2 0.05 MB 117 138
174,134 174,134 0000000000000212e7397a5cd66ff253bc5c2fa464b92f084b995793010d383a 0.01 MB 15 290
174,133 174,133 000000000000015ac29938e3f46f6d861b6d7239e09568eda68916f8741f569f 0.00 MB 1 0
174,132 174,132 00000000000004a50f874e1c23b3e9e56fa125d223e2ea709e7920ccd5d29873 0.04 MB 146 16
174,131 174,131 00000000000005126c3d5e0b9c5cae4e9a404ebcfe2f94f976d71d4439ff4158 0.04 MB 53 135
174,130 174,130 00000000000009538fdbb6f215c7e73757f1ecaf57333c24d23faf793fb8bff1 0.01 MB 20 71
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.38 GB sent, 92.72 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.