Memory Pool Memory Pool Refreshing

6,908 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (730,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,352 177,352 0000000000000668171c3471efcb5a903098262adac6e649721bcccabe24b02f 0.02 MB 66 14
177,351 177,351 0000000000000623311d2ec8feb968453fe145dc16233a4aee16b5972b6252ea 0.05 MB 87 167
177,350 177,350 00000000000005f6ca2ddcb033fd4842986bca188b40d670a6bc357fe12f565e 0.05 MB 162 21
177,349 177,349 0000000000000aa00da373fe05e486098c6f89624bba81d397860778f91bf1b1 0.04 MB 95 340
177,348 177,348 000000000000084bf2c3ba1e56a968b41b010d09613f2bee3e6534e8b379d4d0 0.05 MB 131 342
177,347 177,347 0000000000000a4bed96c650756873a24544fc6b855a01c89b3a366079d02a18 0.02 MB 34 54
177,346 177,346 0000000000000a3d3dcbd9e710c93ac517f0e02cd76ace6b8017cb0d10fc2c1c 0.02 MB 58 115
177,345 177,345 000000000000036cb379ed3fa79c0bd7fb89faea088553899276be39eb4f442c 0.00 MB 17 0
177,344 177,344 000000000000004de23272048ec33c34b3aafaaa10d302822fe0b3ea63c470e2 0.03 MB 63 61
177,343 177,343 000000000000086d15d68c519d7b8d3d9e124017b096ba6727351da838b48299 0.00 MB 8 16
177,342 177,342 00000000000007e58ba98aadd6d41e82dd71f337e09c5b28011b5e454b0904c1 0.00 MB 11 42
177,341 177,341 0000000000000a10112a0e10a74249a3d8ae383777abaf5351585836715981d3 0.03 MB 84 1,679
177,340 177,340 00000000000005b1168c4fab0b56f556e433acd285704a812ff1fa55e4b80d4a 0.03 MB 55 188
177,339 177,339 0000000000000a3fc34672e44eb9c00fab4f8c5dd40cc9bbf5c6af63eea2f6fe 0.01 MB 15 179
177,338 177,338 0000000000000742a9abbb22c4202c634dae82a099cfed6a273ab2a0078e8750 0.00 MB 15 65
177,337 177,337 00000000000001dffbe69a6efca029ff30025dfb0dc593b673d462a89eb3cf86 0.02 MB 35 36
177,336 177,336 000000000000067d87fa6e755e11128d78dc0fc0ac7780c88603f8b21aadc443 0.02 MB 59 0
177,335 177,335 0000000000000a7c30ef99c55464a9034d13f284b80783708de32d6d11c74971 0.01 MB 7 0
177,334 177,334 0000000000000042173cbe664ee3f9f3c5226d5f907609cded7c22b0fd3c6d63 0.01 MB 13 47
177,333 177,333 000000000000030c802219c0c4e7bf7615d93c8f9240e636cffe3e166096d24e 0.00 MB 10 42
177,332 177,332 000000000000068dc42524ccf7a1cdcbc5dd761168c45247e68df783b4798d38 0.00 MB 10 225
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,616.51 GB sent, 92.74 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.