Memory Pool Memory Pool Refreshing

58 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 55 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (702,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,322 205,322 0000000000000364547a136ae1c490c6fd2ee599c9a24655e951396f2dfd3eef 0.01 MB 13 132
205,321 205,321 000000000000044dc051dd4112db9014ae62d744fd4a0f2978f7012f31695047 0.00 MB 11 247
205,320 205,320 000000000000016bd44db27c9f64e3131fb397ff26f4001b1a01dfea3ca6abc7 0.04 MB 83 129
205,319 205,319 0000000000000279fd6abcf9419383fd29d3ab665bb05248c1a7f776b02d0070 0.00 MB 11 425
205,318 205,318 00000000000002cd1ea8b9e26debfcdc25ee17cd9f013ddcfb1321899f43ad54 0.02 MB 51 225
205,317 205,317 00000000000003d61826d1a6bf5a43d84b7945062dc7d0fa59a8ce2f33f88dff 0.01 MB 42 170
205,316 205,316 000000000000012b1f13262355ee84d3cc0fc740933e32389dcc5db9c0f71ccd 0.04 MB 62 167
205,315 205,315 00000000000002352645290a58b54443c8e817dc3350e811dc229f524df06a07 0.01 MB 18 41
205,314 205,314 000000000000043882723941b4e3740967cb0067a8c6a3812c28188f6dd5f6d8 0.08 MB 165 171
205,313 205,313 000000000000021948f8ecf8077199fd2d5e9d2b319cbe3f4488c1b3f45ed9cd 0.05 MB 166 86
205,312 205,312 0000000000000310b57b93dba6955db689fb69903aee011c0ee96c953aef3401 0.00 MB 6 59
205,311 205,311 00000000000002f09582f23a14ac8bf7ae9441a0236e03114ee68deebdaa146e 0.32 MB 300 35
205,310 205,310 00000000000003c893352ec1d9feb5307a84484dfc30ce79b4f150a1ef3cccbe 0.07 MB 113 111
205,309 205,309 000000000000056c3ba23227f6500b5bad2e27a24d51be6b0555c3bd081daa64 0.05 MB 122 82
205,308 205,308 00000000000001eb071ad722baf10c3d30a4643bb1efe8441f08513c31a122c3 0.12 MB 381 190
205,307 205,307 00000000000000e9a0639c66c7252cbc754af0993c3ba3f12eb760e51c30f593 0.15 MB 277 133
205,306 205,306 000000000000006de19ae9e7e4e9c844a2c612a2966a2386997d9a805c2ab300 0.24 MB 201 110
205,305 205,305 00000000000000279fd5a0a2b8c430c88404f17e5640b8a58abfb4a018a774b2 0.05 MB 116 225
205,304 205,304 0000000000000208dd795517b43fa9e9db089cd437409ea1005882a037231194 0.00 MB 15 36
205,303 205,303 00000000000004e850a4736fd08f9e25ca9d41f0abbed490b5f5285de916c0df 0.08 MB 160 134
205,302 205,302 00000000000004e526aa9a7318020aa09c06f86bd6fa99a1d05b67ac6ec6904a 0.04 MB 128 211
Previous 10 blocks ↓
Total Size: 769.32 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,643.10 GB sent, 94.57 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.