Memory Pool Memory Pool Refreshing

826 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (675,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,258 232,258 0000000000000083c4fd302d37c8a75b50fb91fece16b00049257f706941e6f2 0.42 MB 998 221
232,257 232,257 00000000000000e290ffaa647344b584b34f690371b7320b25e70141315ec0ba 0.19 MB 460 164
232,256 232,256 00000000000000fa4670dd34f6bbd74717d97bb157428a16f1ce39e4295b2cf8 0.22 MB 216 82
232,255 232,255 000000000000009c52d833d31ce5e5c120d7454a42564c844bfe433831db7121 0.25 MB 308 88
232,254 232,254 00000000000000870c04a502706f933e3d551b95e63020e36b4ee0eb9d85d949 0.00 MB 16 318
232,253 232,253 000000000000018c8365eace20f9cb440751292a103494ddc272c0f1cbd8722c 0.11 MB 229 144
232,252 232,252 000000000000004ce1457ef5535fd2ddb9519be3536804bb0154b49b9ea305f2 0.15 MB 352 164
232,251 232,251 00000000000001633a49995540709c6c076f197ea8cbbe7934e2e887cf41ef4f 0.10 MB 190 152
232,250 232,250 00000000000001cc7bcaf2e666ece7f8c18f1bd94a79f9cdb04517abcda145b0 0.11 MB 208 145
232,249 232,249 000000000000011d544f2b0e65cd3021377d817afbb6721b45ad94a99c1e1dfb 0.04 MB 110 125
232,248 232,248 000000000000000825ff9322c2baa68314c947e2dc79e7ab25332be114a9c948 0.12 MB 294 182
232,247 232,247 00000000000001d47f5cda74e9eeb5fceab42c0fe21fb57203ff5da80b925ad2 0.11 MB 256 139
232,246 232,246 000000000000000d24726c58f7985c1ccf775307f4341a3a8c8afd3cf8d4125d 0.03 MB 57 168
232,245 232,245 000000000000014f1e33737c38decce9523d99e8e40fec5488a7ef675a9d3bc7 0.04 MB 105 172
232,244 232,244 0000000000000161fe6606ca90eb715d10e08b53a195be8f6159172a41b7697f 0.07 MB 148 150
232,243 232,243 00000000000001391cf186e0a1accaa4b3c479075b15211254da4623f6cd9351 0.01 MB 19 240
232,242 232,242 00000000000000ce5b7998a4a230ecc8d84ba65235890659bcb7d1e7dffd2701 0.08 MB 212 787
232,241 232,241 000000000000002c66b861951b7bf5646ffa93a83efe1095e7cd227d40f934cf 0.10 MB 241 155
232,240 232,240 000000000000001f2e431f7141b7524b7c92e0cdf4672346b23a0c493ffee8c7 0.17 MB 402 168
232,239 232,239 000000000000008ae673aab22ac0b5cf969ff8a503f630cead2ab02e957066f8 0.12 MB 277 190
232,238 232,238 0000000000000175dbc35ca6670096151b996d7438b1eb411d49820ce745f711 0.23 MB 433 136
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.