Memory Pool Memory Pool Refreshing

3,257 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (716,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,175 191,175 00000000000004f9ccc473e1ce7d5a453e306089f48d2da66e80cc35f5030dac 0.42 MB 948 134
191,174 191,174 00000000000000d837547374a82f31f463173f5ad01477801248bfd5c05ea995 0.02 MB 28 102
191,173 191,173 00000000000006a8e45fa3e9334a128687fc94ec7fe31baced0c81c4b7582c21 0.05 MB 123 106
191,172 191,172 0000000000000721202243f0019ccb3e87a20e784be49085f9d76a04dc5fbadc 0.17 MB 512 34
191,171 191,171 00000000000007c7c1e90a883ee0d8765969c9a49591307d73fdfe4918e0068a 0.04 MB 136 75
191,170 191,170 00000000000001b15968b70ff9675f630a7dc6cba5e5ac3dda200fee65854504 0.12 MB 322 125
191,169 191,169 00000000000007a0e9d4c427e04f355d121c17ef2c9a9ba7020b6afe370c15c1 0.22 MB 512 89
191,168 191,168 00000000000003eb008cae99b25c2928e4169ed82bdcdcbb03125632e0b8e9f9 0.00 MB 12 0
191,167 191,167 00000000000000048ce76c8db91a1b85c3e6ec18737b0d3523ca23ba8db3560e 0.24 MB 672 135
191,166 191,166 00000000000007c419f64c68ac2440021b743a29edec8591f823b67d77f604d9 0.25 MB 373 116
191,165 191,165 000000000000020597c4141b9c15c2570838db9a6ea0f807091bb039b10b2e58 0.00 MB 12 60
191,164 191,164 00000000000004ad30b54da5a86c0abc227f72bd0ba86ba841a787910e363d33 0.00 MB 17 45
191,163 191,163 000000000000023f6696027dbd652e42a9af19a451378f3935668976ca0deb7f 0.04 MB 111 130
191,162 191,162 0000000000000636bf65c908b60db90ac89405753116075bfcbc4b0d565c3371 0.18 MB 380 151
191,161 191,161 00000000000005966ab1d2fd556e2e59f6f86caabdbfde046085b359e93e590d 0.25 MB 586 126
191,160 191,160 0000000000000547ea947b3dd3c113ff29912e0b4a6fc10df03a256d0b505e9a 0.06 MB 216 29
191,159 191,159 00000000000005df6bbaa106d24c1e186074d4492d6586b8e61520f87e1f84d0 0.05 MB 165 4
191,158 191,158 00000000000008cb9af4d9d8f371be69a7f36df309efcb2b437b1f67fc404aa7 0.21 MB 512 128
191,157 191,157 00000000000008f832844f441b045c2165bb621106fdd3fb25aedb16c89d5d13 0.25 MB 593 142
191,156 191,156 00000000000006d5587b8f8e36cbf278088e2fabab3bd113c3ab3b4692b94eb9 0.00 MB 13 44
191,155 191,155 00000000000006bcea20a9ca8a95365e7fe3bb16a6081ce0900f3570ea4738fb 0.13 MB 256 100
Previous 10 blocks ↓
Total Size: 769.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,645.59 GB sent, 95.11 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.