Memory Pool Memory Pool Refreshing

2,429 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.89 vMB 2,410 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (704,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,393 203,393 0000000000000374e0a38d4542f0a5f7bdb7608dc562e84c42886405a636cc4c 0.01 MB 16 61
203,392 203,392 00000000000004f15d3972e885c42a5593f9c72288fabbef6d0f7930dc843132 0.09 MB 263 177
203,391 203,391 00000000000003107cf579db715d9260a914b0a64854e212d060dbf6c8e2ad90 0.04 MB 82 115
203,390 203,390 000000000000003fa3854bdcef3741dc4109c2d89283125eafd29787be1ce6be 0.12 MB 101 77
203,389 203,389 000000000000046f4bbddd5eb822c246a7160d9b33c80d858c927c26d3f7a3ac 0.05 MB 118 12
203,388 203,388 00000000000000082ca7cf20516775089788801f4fa30a3e01cf01a12236f730 0.14 MB 342 173
203,387 203,387 0000000000000195aa2e13ed82afd7e363c1958442fcc7b3b76a39595d16039d 0.05 MB 134 104
203,386 203,386 000000000000041a692bdf845a1a44d246d197f5f1174c131927920af71bc08f 0.16 MB 365 191
203,385 203,385 00000000000002675fd1690deb0b3069a967a92328776517471106c65461707e 0.05 MB 140 150
203,384 203,384 0000000000000289f3841ae3da741554b8a461e00ac7c08ddd8d2469c65c6e64 0.07 MB 118 109
203,383 203,383 00000000000001c366eed6b012a40de4b44edea997fd6c1c9d71c078e305da30 0.06 MB 157 84
203,382 203,382 00000000000003d52a62a0e6a41e51c8a3c52307a3b57b52ffa927134fe4de54 0.11 MB 272 156
203,381 203,381 0000000000000376aa31bd9de545bba8102fbbac94b40c8074e808228d05c960 0.08 MB 196 219
203,380 203,380 00000000000003d91957f978bb40ec16a52c5f69a0021dd6fd7ea524b71ea5ee 0.05 MB 116 76
203,379 203,379 0000000000000446f2be6f4e4287b461543921f947d0f4e87e9b23fe2e948b99 0.25 MB 478 130
203,378 203,378 000000000000033f421941eb53bd9b58c660d57d506b3d0a213c977b125739db 0.23 MB 532 113
203,377 203,377 000000000000042195d54dec4fde018014208baa8caef747582821324dc51f58 0.13 MB 285 120
203,376 203,376 00000000000004e4b4063193a21998cc234c33dca12127fce033edcaf4376eb4 0.25 MB 220 92
203,375 203,375 000000000000000c6264439dcc45bee0c6a88d4bdfd94b057b10336d42bd4f50 0.24 MB 423 110
203,374 203,374 0000000000000373dbee67e7f13e86ceb56de08008449ac756802f4ab9d018db 0.05 MB 142 46
203,373 203,373 00000000000003371ec7cc826615233e4a930e24d05ed10d1145038771e58693 0.09 MB 194 115
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.25 GB sent, 94.22 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.