Memory Pool Memory Pool Refreshing

4,520 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,586 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (794,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,244 113,244 000000000000a33a31206a2a733c26e74fca558970bae8ef54c31efbc5ff9403 0.00 MB 10 313
113,243 113,243 000000000000436a96603b4dc1a5bf02fd9073de9a8188eaaa2095bd25ba76dd 0.02 MB 105 0
113,242 113,242 000000000000ac2c1b0facff75271bcac182c622ff4018a5af4845de11dde581 0.01 MB 10 153
113,241 113,241 000000000000bd0f6c6b405062e716d4433ec369a730565b55a84e433486d312 0.00 MB 1 0
113,240 113,240 0000000000008eebdcea053475fb5cb361d70864f861c5c3c6a9d0654655e2ce 0.03 MB 113 65
113,239 113,239 00000000000075b8096cf0d5e17c69aa0b69442d21084c40b24f2cae915d7fab 0.03 MB 129 92
113,238 113,238 000000000000bd93502c7033c4466d947dcc87f100b862f9d36cc146826a316a 0.00 MB 10 320
113,237 113,237 0000000000003c62ef5f589a8892822fdee48063e932ed067832658990b47073 0.00 MB 10 310
113,236 113,236 00000000000009f86c90028f2f0fbb156fe0fc386ba2fdef9dabe32d477bee72 0.00 MB 12 766
113,235 113,235 000000000000cfc3c633c4d77993510572db1e66bca1642b7d4e5b42e258fe97 0.01 MB 13 175
113,234 113,234 00000000000030c3c7bd0f83e4826fcc94fbd02cc0b4be62624912066382bb56 0.00 MB 18 210
113,233 113,233 000000000000bb686a4847350a821811f11afde67422d3bff3233b904efa3f47 0.00 MB 13 478
113,232 113,232 000000000000b64cfe0e3c91407e7a574db10976ab3d671a05053b5261e8aa04 0.00 MB 7 504
113,231 113,231 00000000000074ac0325d061c87826d59636a4c5a38f34f110e51accfbb6e8bc 0.03 MB 110 78
113,230 113,230 000000000000886b382580fc7489fcb2bf47a7e028abca95f68daf2d522d1946 0.00 MB 17 210
113,229 113,229 0000000000008658e248dcfb3c9880ef6c2822fbdf63c939ee03e73d93bddf6e 0.03 MB 119 0
113,228 113,228 000000000000ce11c452fa29517c8b0512bb9dd03fcd8fed22e1a7d5df74216e 0.00 MB 11 0
113,227 113,227 0000000000009483de79cca7a4ec6acdd7721dc91af5efb9b1c9c952bfc845fa 0.00 MB 11 574
113,226 113,226 0000000000001677ed3037b9786817536f80112d66dbeb4b1a54eac346640ce7 0.01 MB 12 450
113,225 113,225 000000000000b110e1127bca70752c5d519a377ffb8be98d573c3b8596266bea 0.01 MB 29 0
113,224 113,224 000000000000bf3325d3efd95035bfba721335d621673d854a25de4af6d049c1 0.00 MB 13 1,036
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.