Memory Pool Memory Pool Refreshing

5,487 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,046 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (678,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,094 229,094 000000000000020d82d022725a6d3674b7ee36e315dc5dafdb7acda3a1fd482c 0.04 MB 51 100
229,093 229,093 000000000000023f417dcd5be1aad54e7d4fee6e1416f63b87de18e16f0fdf3d 0.04 MB 56 152
229,092 229,092 000000000000008e4528637c56aa1fcbfff1e2be75b6aaae67c53876ef28ddcb 0.01 MB 39 171
229,091 229,091 000000000000020369c99a073f1b4877ddbb5b695540b8188223698e657f9f98 0.09 MB 204 203
229,090 229,090 000000000000022e9e8d4d60b4f1503d6f1154e591474580a73a5ef367a38342 0.03 MB 63 176
229,089 229,089 00000000000002643104ca3a9a9cc5280d3a71be5b42cec9785292737c8d5be9 0.01 MB 26 99
229,088 229,088 000000000000021c51857c92faba4e408b9220d5e1c6eb2e3ec305e08b1c8fdd 0.17 MB 315 134
229,087 229,087 00000000000000eeaeb1b6d74fb4407a20604ff2673fe7cf4efd03f23d123338 0.00 MB 6 134
229,086 229,086 000000000000003cbf221a1790c0a71c37aefd047bd29c6566a0cd19621db598 0.17 MB 256 128
229,085 229,085 00000000000001c43d2124227fd818f9ba84a1f745a5168eb424b66dff1e0bdf 0.04 MB 134 66
229,084 229,084 0000000000000051f6dfb0150fab246b27bb5e7c2cd34c81e54695993fc20003 0.25 MB 380 149
229,083 229,083 00000000000002577f3de137df76925d5bf261f987325db7ffc70cdb11b6d6ae 0.01 MB 20 83
229,082 229,082 00000000000000ae6fbe65ffa101b5311a35e54a1895b628d61f0795afe2ca5e 0.01 MB 21 24
229,081 229,081 0000000000000057c31e8a82b728c3a0eecdb236c26cd3b1938ff2945613e638 0.01 MB 17 23
229,080 229,080 000000000000012b49eab1c3d32c2bd970bb53dd54e89079b6994e41a9a10f2e 0.17 MB 307 144
229,079 229,079 00000000000000e02e3dec412f47e456270a320511bcad05583aeaacb2c5d477 0.01 MB 18 114
229,078 229,078 0000000000000098a66cff957328261eef773e2eac74c0d39ddb4b50c0cc5b3a 0.05 MB 128 189
229,077 229,077 000000000000006fe06435deae7f53549f0cadbd8c57245a95b4a6ee1888e386 0.05 MB 86 128
229,076 229,076 000000000000012662ae2ac9dcb1ef7ee57ef78e1489588d988d312c046aef19 0.09 MB 132 115
229,075 229,075 00000000000000d648986c6d446ea5a12f504443c1f5fcc55d46bbecd120eaf0 0.05 MB 125 266
229,074 229,074 00000000000002541aacc07e27bb4719a6eedf5d44830c70ed621311376d8f43 0.04 MB 76 108
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.