Memory Pool Memory Pool Refreshing

3,718 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,744 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (24,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
883,143 883,143 000000000000000000007384ba6134620d4fe4c688aa0d427e4738d5b8184efd 1.81 MB 3,304 2
883,142 883,142 00000000000000000000989f114577b86239e0d23f79a72ea1a6327a33466a24 1.81 MB 2,417 1
883,141 883,141 0000000000000000000107f33473b762362712fb679040b78f107bfd5078238b 1.84 MB 4,469 2
883,140 883,140 000000000000000000023be43b8b06dde9e0e97370af0a3d3699a899e734d5da 1.61 MB 2,920 4
883,139 883,139 00000000000000000001c3065e6339952354e9648e89df8ea9c5278505db9ae7 1.86 MB 3,013 2
883,138 883,138 00000000000000000001cd89b986af7ac8bed77913e71f5d776a62528e23d289 1.73 MB 2,326 3
883,137 883,137 000000000000000000025ec8149fe29a500b4566feaa49190f27886374c92e66 1.63 MB 4,391 1
883,136 883,136 000000000000000000022294853c7ea0c4f3a6702d305b1f1c003caa74e9a284 2.09 MB 388 1
883,135 883,135 00000000000000000001425f60b27287fb4a7589b405ed440808cd24b5bb8938 1.72 MB 3,261 3
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.75 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.