Memory Pool Memory Pool Refreshing

9,292 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (696,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,140 211,140 000000000000005cc2ea8e960a61a55bf881a9d29d6fd298f274e2263c0f8d78 0.14 MB 307 167
211,139 211,139 0000000000000343cb6bea8777fbbe122cba938c34f7e8405073b7c54d5505d0 0.19 MB 495 202
211,138 211,138 000000000000033549ef4261781d4c72ec89a45c89c4ea6c9ae90a1429b4d01b 0.38 MB 742 137
211,137 211,137 00000000000004330330a9cec7eb3b9faaf09f022de20c4b9ffb1cea8f8639db 0.05 MB 128 188
211,136 211,136 00000000000003f6e8efee635116e4e3c0f003d435d6c18dea7cb6fca3912c11 0.00 MB 10 180
211,135 211,135 00000000000000f565efc14e9524fd87342fda36d6af997012268fbe747a0165 0.00 MB 12 39
211,134 211,134 000000000000035757b57060daafc6e2a12bba0131c4d2138ee44732bc266b0d 0.21 MB 409 152
211,133 211,133 00000000000004cd3f545d5ead9f69d95626a63398dab8191d10a52839c7576c 0.08 MB 130 127
211,132 211,132 00000000000003a391f34292c4ad252077db982aad84040999500604cda1defb 0.07 MB 142 161
211,131 211,131 00000000000001f68f004ad2061c420b13f25da9646270e6c919502486dceade 0.14 MB 310 164
211,130 211,130 00000000000004bbde3536975c751417667a9419a988840fcd1e095f63603bae 0.16 MB 429 217
211,129 211,129 00000000000004bc203c8386c377320e7b8e52ec6ff8e5c90889d550bb5a5b31 0.04 MB 133 1,328
211,128 211,128 00000000000004ad1b269858c8b9741973b21154da6a1ae7c3b79800fa09eca9 0.20 MB 396 113
211,127 211,127 0000000000000043371e55643e3cb2b48eb4681bc82e7be5c88e5f85272e7bfb 0.25 MB 653 255
211,126 211,126 00000000000000d0b3d336f8756758be2071814fdd3f25435cf01b5cf807eacf 0.00 MB 7 21
211,125 211,125 00000000000004ba2581f47155922f07bb457b3cf22952b3681d2d6051d66c38 0.04 MB 102 261
211,124 211,124 00000000000000d941469a5730b7552eae503815fdaeb029d2d1185eb50a2f59 0.07 MB 64 386
211,123 211,123 0000000000000124a4a1540e50108218a4bbd8f4b3c6282c1d0fcb08a14b0b6c 0.10 MB 238 247
211,122 211,122 00000000000001ba742f1d2c10c0208189751b8ca627b2d87d36d13fc4472644 0.01 MB 29 122
211,121 211,121 0000000000000159286123410a983d93c516eb21a2d996197a1211f7506657db 0.05 MB 114 126
211,120 211,120 00000000000000f233d442f59f1fb47599b9fb7be0f53a0b341360c2a4be9969 0.20 MB 460 181
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.