Memory Pool Memory Pool Refreshing

4,315 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (729,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,529 178,529 00000000000001a0f0663da94b1f1af5cfc32dc645a10f668ce095172d458eb2 0.05 MB 127 166
178,528 178,528 00000000000002249ee02258e46bd34ac28f0edbae7665a7573f016df3b6a525 0.06 MB 104 93
178,527 178,527 00000000000008f16a33a381c14bbed3678082f23244a2570dec7b5c3598236a 0.04 MB 93 83
178,526 178,526 000000000000043e3823287c593b6b025180bb7a286548e3b6aa623c0beaede0 0.01 MB 31 79
178,525 178,525 00000000000009e5e87a028a21421cce7e59f6b7747c2571f7967a6a147c3003 0.05 MB 123 122
178,524 178,524 000000000000052556851142c624ff99f88fedd1716ae3beee010e9636ce7b59 0.02 MB 41 154
178,523 178,523 000000000000025eb547070e464becec9c660173caae827e2770ae30a262a19a 0.07 MB 112 81
178,522 178,522 0000000000000afb6f9dc6ade960dea167e5fb833d9f17773565b446cb2bdedf 0.02 MB 46 74
178,521 178,521 0000000000000653f29fdf1dd22d5fbd705f2c28aadcd9b672549c03c0ba58e6 0.06 MB 155 118
178,520 178,520 0000000000000496ab056b7be80ef92c52730822e603e9e58f574146560adfbf 0.03 MB 57 52
178,519 178,519 000000000000063c7cf4ddfd6c0ea0bcf4d90063c618df29281d92cb7f2d2b3f 0.05 MB 101 138
178,518 178,518 000000000000008c93b34fdd4f7d6c9b8a16fe91032a9af00c382320875f7faa 0.01 MB 10 41
178,517 178,517 00000000000009c3e0fbc95e95c83b1e671be5c12af57c1cc7f95a02ed476560 0.03 MB 42 87
178,516 178,516 0000000000000527abac8a9f2bf6f2e100ea83e0d6199db2452fc27cd84c74fb 0.00 MB 4 0
178,515 178,515 0000000000000a56d971afbf327126d6d291e81794bc09a0af5f72adbcac5e1d 0.06 MB 126 117
178,514 178,514 00000000000007bb877bf8aa079928d1c3aeb4964f25b48a78f553b1b578cbea 0.02 MB 66 81
178,513 178,513 00000000000008c1235eee2d99925717ce98c6f5b10b8f14ff54348ff153fe94 0.02 MB 61 105
178,512 178,512 00000000000000ca7a4f9a45645b06c3ba953bfe8f125fa59e5f26fd22b03807 0.04 MB 84 76
178,511 178,511 0000000000000ae809840b7506abb201add175d531c066bbcad96c330e175ee4 0.05 MB 170 81
178,510 178,510 00000000000007409ae7f8808b6b591a9b915466ad2f76ed3e1b59c089a7b9ab 0.07 MB 169 113
178,509 178,509 00000000000007dc8f129a9e8d86bb573da5f74d67b940d4a6af87a66606a2b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.