Memory Pool Memory Pool Refreshing

5,063 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (728,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,415 179,415 0000000000000a6547056390307e579e7c037117df5b6fb36ce77d8a56242593 0.05 MB 111 153
179,414 179,414 000000000000047a1ce3105d4c8855d9af002b118e4af8ec7b638a385331012e 0.06 MB 129 121
179,413 179,413 00000000000007512233815337a5093ece433ac96524d3cc9facc442bd30b406 0.07 MB 181 129
179,412 179,412 000000000000049b1ce1d53079c7549c7a21cc0111c3b22446bc814bf1325156 0.07 MB 152 145
179,411 179,411 00000000000004a660a1af2504f78e30aec8869387f71de65adbd17b3e420870 0.02 MB 69 14
179,410 179,410 00000000000007afe7c67d703659e0f67f2d162ab98876d85f57be5b078b73ed 0.17 MB 382 136
179,409 179,409 0000000000000b1adfb411a7c5aab48f304cd6efb688dc3aeafb62c877ff8d56 0.05 MB 93 589
179,408 179,408 00000000000001c99f7c6f056f1bc679090be7e162d4a8276242165c7faf461e 0.02 MB 45 95
179,407 179,407 000000000000078ac0ba7b577a78044c1b5135aa152686c7c68effff0ba19df9 0.01 MB 16 51
179,406 179,406 00000000000006eff3cf706090269d3a2b4e95545283d583b99c3cc70c5ca6af 0.10 MB 111 105
179,405 179,405 00000000000006b972aecebe06605d5b351f7cec301ae501efb3ae6d57539bd1 0.02 MB 52 154
179,404 179,404 000000000000044e41692665b49730e8f0d37046d1a95d37b8a1aa98e6cb19d2 0.07 MB 185 135
179,403 179,403 00000000000007e8d57a92232edf12809370e26b732d6dc3dbe5417f7c648ffe 0.06 MB 141 121
179,402 179,402 00000000000008dadecf59dadb5c19c6169007f58ba71e74526362e5bc6c1bfb 0.00 MB 12 71
179,401 179,401 00000000000004dd1adfc6b20b54e9103ed7734c9801e8806f8b5b4eb0fbfb6c 0.09 MB 169 95
179,400 179,400 0000000000000435e44123773e1570b7c7f2a874c4e97a0d9dc2fbb4b1e4906e 0.02 MB 60 25
179,399 179,399 000000000000085de07ffebee357b7ac711d88f6e7159993792ace8fa796833c 0.02 MB 77 16
179,398 179,398 00000000000007eaf1576870a1a410277ef94d30ae5caf1130ffbe6b9793035c 0.05 MB 96 114
179,397 179,397 0000000000000a25a9820ca0a4f1bef0edc1bd9c2259e7f96a040b46c5288512 0.21 MB 398 112
179,396 179,396 00000000000005d391679a379cdc92252f9cfdced18f4eb888706a93cd528dfb 0.05 MB 130 103
179,395 179,395 00000000000002fc35b591705a90b6605e784bd255ade633475a5ce1dc636e03 0.02 MB 61 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.