Memory Pool Memory Pool Refreshing

2,048 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,023 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (708,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,285 199,285 00000000000002cd192067c1c195a0fa546d642c408138e96c6497ff4b95f49c 0.04 MB 120 134
199,284 199,284 00000000000001812abb7d0dfae58b6e9e1fa53fdd621ce63543e124fa01365c 0.04 MB 111 132
199,283 199,283 00000000000000ae647b38d711acdf8f45f3ea7fc705550a46319b44bc57a5a1 0.11 MB 258 239
199,282 199,282 000000000000019b37d60bd324d1f6800234804e2f1ff857b557c07affc7b06b 0.04 MB 86 212
199,281 199,281 00000000000001687ccce2ce466e15d1a57ed90eef4fd9958a9e08c975c83682 0.12 MB 361 172
199,280 199,280 00000000000003229ba6774dfb327f159e3aa56d659816b520462bd18b689cb0 0.00 MB 10 620
199,279 199,279 000000000000039e967aea6cf3d3e70b9d93aef2096117d42b75f955a855d7df 0.03 MB 80 96
199,278 199,278 000000000000052d5e125da76f9365b359d3824b95e6bc161b5babf549953616 0.03 MB 82 132
199,277 199,277 00000000000001be95653c0edc28f2085097f3c40bc47c6e16f9a2b687a0004c 0.09 MB 220 116
199,276 199,276 00000000000005b8e6979d33172c35b1cfdc437dede1bebbe3d55a44bbac0fd4 0.05 MB 112 103
199,275 199,275 0000000000000253e7ba756cfd3645036f124dfd0f4d309c4db3f403b4378c8f 0.08 MB 274 41
199,274 199,274 00000000000003464e43c9b6b6f2a94e42d5f6f23145c35d1e8e412dbf7464a1 0.00 MB 14 62
199,273 199,273 000000000000025b2c3847d94813eb840abce5329d5bf1341a99e0c17f58d4be 0.08 MB 128 115
199,272 199,272 00000000000001511df1655172aab9c042e60121967b568699c7808179c15364 0.29 MB 673 191
199,271 199,271 00000000000000a2e838ce7c65f5127c38f3ad5fde9af425df339061b7f2a885 0.04 MB 82 352
199,270 199,270 00000000000005673e9f96bf07e981d5417fa4b9e10d24f683544df5e4363251 0.01 MB 16 56
199,269 199,269 0000000000000060bdda65a9be137399e10d3d0bc2bcc62ba8f51d150b75ed9f 0.11 MB 240 139
199,268 199,268 000000000000002b888240511ad17719debca5463ca0ca460774094bb6ea5e63 0.05 MB 112 100
199,267 199,267 000000000000020227556ffc323f629d545b77d1caf82de5e9838aedf08593fc 0.03 MB 78 81
199,266 199,266 00000000000001bd59ee14df9edeff7653f977cf8f2263a357cc23cf43e8c03d 0.07 MB 86 140
199,265 199,265 00000000000002f8cfa8e8d8555aa477ddd9416e85d17c000cc71ccddbed27ba 0.24 MB 370 125
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.