Memory Pool Memory Pool Refreshing

691 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 638 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (768,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,403 139,403 0000000000000776a5b285a69882693732a78b324ded5077f5f99013ba8c53b0 0.05 MB 83 384
139,402 139,402 000000000000076f1e580d7674d4c873bfb52634fe1522a5ca99ad4801c4d17d 0.01 MB 31 311
139,401 139,401 00000000000005ea67f3f2ea5478a0280568b6a598f74861c341cd0f2ee0becf 0.02 MB 45 232
139,400 139,400 000000000000030f0da02d2dec11b38591ce7652464eb5d7e4ee7f8a808d1c0c 0.00 MB 10 51
139,399 139,399 00000000000000963282cd827050f75da4355cbd8fa696c905dee8fb7c58dcb2 0.05 MB 176 96
139,398 139,398 0000000000000412002bafdba0560d5b5e538d88015eb7fd7141e8e163266e31 0.04 MB 136 183
139,397 139,397 00000000000003c5d7a2e39b1cc49372d1ee2d7b8e824893d506ae1c2e06d7f9 0.02 MB 41 305
139,396 139,396 0000000000000314e776555bc08a9f311860a8693b1c4957514e36786f316012 0.01 MB 14 193
139,395 139,395 000000000000023d98b96e3796f2cbe48c20d3f746c802a2ca53fff8a0beb4cb 0.03 MB 59 439
139,394 139,394 00000000000006cb0a83dac0ada14f21ab768b778538763d43bc9bb83e5e4f28 0.02 MB 49 141
139,393 139,393 000000000000046a6c36e80be7404b97713a2d993a713aaf61615d52b1c68708 0.01 MB 27 125
139,392 139,392 000000000000081a0985d29e4910e68b0de15f252bf06a1d1b29a19ffc7c726e 0.00 MB 10 51
139,391 139,391 000000000000014437ddddde8d606ddca6fd172fd18ae08348086b211901f5a3 0.01 MB 17 57
139,390 139,390 00000000000005ebd9bf4f2ec1a445f55887c613111f5ef643c053ef8a1d09c9 0.02 MB 41 154
139,389 139,389 00000000000005e7f11abb50ceced1f4ebdb66dcc557d02c8a6cc6b3116ae91f 0.02 MB 44 68
139,388 139,388 00000000000005ebc925b4d7ba03b94e00df889fe6f1638ab487895207427a9e 0.00 MB 4 1,116
139,387 139,387 000000000000081e27318ac1084001fe88ee03716fcdbb868a3fe728d40d5e41 0.02 MB 70 131
139,386 139,386 000000000000042277893bf769da3b404d4e96818f32b5d79ef6d1a2f8e44150 0.01 MB 14 616
139,385 139,385 00000000000008873de43698838e426f6848f5433cdba9c08d4172e1e28cecfd 0.01 MB 19 353
139,384 139,384 00000000000000571099955083e0cf3482f0af6b2f72958480ce5225774e555a 0.03 MB 67 194
139,383 139,383 0000000000000119275831186ce5e7acc81672870321355fa10329dd8f182851 0.01 MB 24 474
Previous 10 blocks ↓
Total Size: 769.39 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,644.42 GB sent, 94.92 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.