Memory Pool Memory Pool Refreshing

4,638 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (766,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,241 141,241 00000000000007068293c8d17c4204544aca04255c5b543cd5366c43c091a9c3 0.01 MB 12 9
141,240 141,240 000000000000090bba7c701719bb18e6d3dc293df6857eea2ae7513f6e6b6b7f 0.02 MB 56 396
141,239 141,239 000000000000070764aff1c39accedf14187dae9cbbab9703a8a9ce7c8e6c1f7 0.06 MB 104 1,665
141,238 141,238 000000000000084f3bb99978627f0b60149e72938c39559f9d6605f5d7f9c7a2 0.04 MB 92 236
141,237 141,237 00000000000002b3a9596db1657f3b82e1ecf72f9eaf996eca767b89b7d280a0 0.00 MB 1 0
141,236 141,236 000000000000029ad380db6ae07c5e767f2a869475172a6c3f1c7f2b963996e3 0.00 MB 7 90
141,235 141,235 00000000000005c13e4bc23e5b28aaf5beee864ce32b5f0cba22630110919788 0.03 MB 79 229
141,234 141,234 0000000000000197e40e23e64e3314602549a4a1d36b954bda876337b0a2d52d 0.02 MB 49 155
141,233 141,233 00000000000007f991a5e3e9ddc467275a6aaa89f39baadb5032dabc753ec259 0.04 MB 148 133
141,232 141,232 000000000000055fd3829a5b80826877698f2782e0dcd092e0450fb903a8b9b8 0.05 MB 103 166
141,231 141,231 0000000000000418cb65a043b5b30a323438e263a11dccfb887101c4da57c129 0.05 MB 118 190
141,230 141,230 00000000000003fb0cdeb0f12318f669bcf7f4cb92b0e2769823b7c4bd8774f1 0.02 MB 38 321
141,229 141,229 000000000000059e1778acc585ee2f8b111102ee7915e876abff382dcdd0e3d4 0.04 MB 138 232
141,228 141,228 00000000000007a9d81f6c29cac939c82e6f3df01e64940bd322785e157d2085 0.05 MB 112 63
141,227 141,227 000000000000035eef9d1666e11ae70a0454db282d4f7a66a40f46618a2b4ee0 0.09 MB 93 291
141,226 141,226 000000000000049a9ea4608b37cd8ee0a675815dd110ce27a360c9bd49845c95 0.01 MB 29 358
141,225 141,225 00000000000008daf0bd94ff98df46b9cba4f63754d43fbf941cfb3c151a5172 0.02 MB 60 177
141,224 141,224 000000000000019a0ab2a01df7dd36ab8334a2e4410e8f0ad887b508c76c590e 0.04 MB 97 222
141,223 141,223 000000000000079685cc8a6dfc12db004c983fd8d6a90e55af84842055b4b3b2 0.01 MB 26 192
141,222 141,222 00000000000003a2232d868ba2f14d9d8386ad3df5e8292919c23aea8e9195c1 0.05 MB 126 93
141,221 141,221 000000000000041824dddcaaba2f96ecdee316c37b39e83305b89a7c40282448 0.01 MB 15 670
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.