Memory Pool Memory Pool Refreshing

11,552 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
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
901,887 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,886 (766,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,097 135,097 000000000000065f38135011d211756ab7a3cf4a8eda45efe0cb0a9fc9209a06 0.04 MB 81 316
135,096 135,096 00000000000002eb123fc62917fc8772910d1e45c5316183d4093b4d35deb133 0.03 MB 91 100
135,095 135,095 00000000000002f5653af7584f8a918fca9ffc9c8c9969d7c18a90146eb08c28 0.05 MB 134 553
135,094 135,094 000000000000099a0ceca9e22f7eaf45c05619cd3ec60a60136b7470a99365a9 0.00 MB 12 0
135,093 135,093 0000000000000381e27ea6fe4515901d3ffc179d36cac97ec3d991fb68357a5f 0.05 MB 166 169
135,092 135,092 000000000000018ba314b2510f36e3b8e633f9411db754a718433c0294be63f4 0.07 MB 161 249
135,091 135,091 000000000000071e02373579952a3fd1b25425655a7ff03a13221589d3704c05 0.01 MB 12 103
135,090 135,090 00000000000002fdeec3b86860bb6f4bf8a62cb5f77a746856cc6b58d01c2f16 0.03 MB 58 118
135,089 135,089 000000000000053d78939f91c0324f9dd2d020ce756b03be51f7d363b2a9740c 0.05 MB 86 1,150
135,088 135,088 00000000000006cc79fadb036771cf2b7473162cf798c7785bc65be26b0419d6 0.05 MB 165 54
135,087 135,087 000000000000030ebe39cf6bb6cdd27a8f8e073c5b43d5754ed2e48a6eba68c3 0.02 MB 34 541
135,086 135,086 0000000000000074a995172948409a1a82c53592c7b28eca5e8da25c455175c8 0.00 MB 9 263
135,085 135,085 0000000000000a481ad302db4f044a44fc61d6f969c5a0bc24721a51ed2efa36 0.08 MB 24 66
135,084 135,084 000000000000032d4fcff1eefc77cb42c58c38add84b51e5eea76954fe97f18d 0.05 MB 89 142
135,083 135,083 00000000000004c2d30fe63085449b6ae0c55d9ad8d529da3bfd23684d8db590 0.05 MB 116 396
135,082 135,082 00000000000004402b80bc916bce0bb55d458b24e4d4cec4eecb6b09b95b4d3a 0.03 MB 50 481
135,081 135,081 000000000000015e8569102aeb37c617dfd08c8a7b307a361a79b9d7f3239cc5 0.01 MB 23 433
135,080 135,080 00000000000007de557ef8ea59a38f0b6711a9da7979377cbc249a3ac4a1155d 0.00 MB 12 765
135,079 135,079 000000000000079d539774f406b9d7f90ebaa1ed66cb2144824d51462274bf5f 0.05 MB 108 75
135,078 135,078 000000000000068d2aaaeaf5308b97b7e0f30ed05ffb534ae8e7882e0d5570d9 0.03 MB 50 172
135,077 135,077 00000000000002e976b0826f0e4c83d66f79dd44db57cf6967e656636ff8c5bc 0.04 MB 94 963
Previous 10 blocks ↓
Total Size: 758.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 772.35 GB sent, 41.75 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.