Memory Pool Memory Pool Refreshing

6,589 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (588,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,338 319,338 000000000000000003973a2d3bd0039c48513a32fd6fee72b32b10b484e8cf8d 0.13 MB 339 25
319,337 319,337 00000000000000000da0b3caaaeabcffa99d96371763bcb99502259e9ac644ca 0.04 MB 84 24
319,336 319,336 00000000000000001f042eb2c36d6e3457ee1d35d2da0bbddea1f4d63bf191f8 0.00 MB 1 0
319,335 319,335 000000000000000015a1c77817d80cade25cc67ee7b54f00e1b49f4b62eb86f1 0.19 MB 458 32
319,334 319,334 00000000000000001d242a61ca2447f3a5893366ffe0b0aa164c03d24fc44b8e 0.14 MB 260 28
319,333 319,333 00000000000000001a7bb6318bf321e93d0e7e8613613c7334579f42bd3fda66 0.09 MB 256 40
319,332 319,332 0000000000000000062f0bcf39baf1e7d912fca649be9018c475e057c8d72b22 0.05 MB 69 22
319,331 319,331 000000000000000019d0b4f52128657efbb9849b6540d4b7b8d08d38abf5a142 0.13 MB 212 26
319,330 319,330 00000000000000002089581850f3f104b28c9c21493bb422cb5ada233cf50d7a 0.28 MB 362 23
319,329 319,329 000000000000000022c53df669684a83d909c151b9c574ef567ac0ff9ed0fc4d 0.13 MB 154 20
319,328 319,328 000000000000000002328e1bd45b485aa15fccd55bf92febfa1a50daa05eb9d9 0.03 MB 37 23
319,327 319,327 0000000000000000012a3088412b8e642f0e8a2d4cf5900a1de731b77b201342 0.15 MB 245 26
319,326 319,326 00000000000000001fd74d814d1ff1800dece7708a0a0eaed751389ff95e2685 0.06 MB 130 27
319,325 319,325 00000000000000000fc6f75d6c8754b7acec3fd38d891b11b57c024be72e97fa 0.01 MB 32 43
319,324 319,324 000000000000000008914dee12662757c578f67bb4befd8da47f38989a03db6e 0.23 MB 409 22
319,323 319,323 000000000000000001e7f1ad11fe67e925262e9956ce3850a46971fb06ef7cd9 0.11 MB 221 26
319,322 319,322 00000000000000002661cfb63f2aa775dd99613780a9aaf0c50d3d72f9edb7b7 0.20 MB 436 32
319,321 319,321 000000000000000022616e0cce9a312e5c1a08ab84bb4236050d1d9cc09e7014 0.04 MB 82 26
319,320 319,320 000000000000000026aa183079fc29f63c44a46dd499d31aff5f32fc6a00e945 0.17 MB 232 21
319,319 319,319 00000000000000001b651d3c8fb7942036668b84268420328a930084e8fb204d 0.16 MB 181 16
319,318 319,318 000000000000000002498192998dc2fbe440f3d37282e8e5b3c2ab19873a3ecb 0.29 MB 373 22
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.