Memory Pool Memory Pool Refreshing

3,606 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (24,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,164 883,164 000000000000000000015b6ac996bdd5422d82c846a6fab507b3243b23506b09 0.82 MB 1,060 1
883,163 883,163 000000000000000000011921678bbb999e54d694d045bdf9580f4f38e9b2495f 1.81 MB 1,976 2
883,162 883,162 000000000000000000013684445cc68187fbf066f569a41b3a5803dcc3a0aedd 1.42 MB 1,481 1
883,161 883,161 0000000000000000000109c11efbaa4c86ae9c69572e56733073c1b3555a2b23 1.76 MB 3,025 3
883,160 883,160 0000000000000000000208b90baf4a2a61bdc17033f4d56063bf7a0428ce8471 1.28 MB 1,908 1
883,159 883,159 00000000000000000001f4fd88c56229b0c84fd1b779c67ba2171a1690399094 1.67 MB 460 1
883,158 883,158 0000000000000000000112210ff8f47651d87ac6eae404fda336ee23c3e3e472 1.74 MB 3,436 4
883,157 883,157 00000000000000000001956d4c6c862f0811cc050072a48e930971353b31a6be 1.01 MB 155 1
883,156 883,156 00000000000000000000e7b37920efe7e78316b19755e557e80ce606e3ef4fc7 1.28 MB 974 1
883,155 883,155 00000000000000000000739431d3fa07bf2971e6af8c30637e7ee6c61da57c90 1.68 MB 1,320 2
883,154 883,154 00000000000000000001c654d14c2d8c645a876f848cd632fec41643001573ab 1.76 MB 2,039 2
883,153 883,153 000000000000000000021e1f9d1197c8103883363a6e11139acb7c9d25a784d4 1.71 MB 4,115 3
883,152 883,152 000000000000000000022357f0769700ba1c1b992fadb65e92f615a138884bad 1.62 MB 3,608 7
883,151 883,151 0000000000000000000207e88ef848712efb66cc2385f01dcaf946d110cfdf6c 1.75 MB 2,964 3
883,150 883,150 0000000000000000000075941193c034d93b1ad360d253b4d6245ea234dce9c8 1.51 MB 2,156 9
883,149 883,149 00000000000000000001fe94cca3e2b10066a6e74fb60b31e118471ae666172d 1.77 MB 2,165 5
883,148 883,148 000000000000000000027125bb8663ebcaec44b4693b954d2f006451f97c5ee4 1.74 MB 1,605 1
883,147 883,147 00000000000000000000a03a7862afa59c78b9896ab0148257cf1c69a2d33ffb 1.70 MB 2,495 4
883,146 883,146 000000000000000000024df0b47663d6ea80d667e38530450bcd5b6b0967b698 1.65 MB 4,324 1
883,145 883,145 0000000000000000000040de97834fbcbc25344b41e8fd3016f0bdfeacc4178b 1.90 MB 3,146 1
883,144 883,144 000000000000000000011920a78f23a227f1bac909cae10f599156b5b418598f 1.74 MB 3,440 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.