Memory Pool Memory Pool Refreshing

6,384 transactions
1.93 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
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,318 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (837,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,158 71,158 0000000000785a4d2e850971f58d149eedaa4b1e030356a97e2bec8a531262a4 0.00 MB 4 0
71,157 71,157 0000000000605739ec2ed23c5c277f4ab1edc7c936fb2a3b0b63c98e769610b2 0.00 MB 4 1,086
71,156 71,156 000000000105a1c1dc6961f2c654f813456fb700afadb95145a0a6212763185b 0.00 MB 4 0
71,155 71,155 000000000015f63a62f4c194296bcf58efd287fdbb0aa88e7fa5535dbd93de78 0.00 MB 4 1,560
71,154 71,154 0000000000dfd140c0a7d8bde0169ddf345db6f13fd7535659903b6c65108aa5 0.00 MB 2 3,861
71,153 71,153 000000000028de060d8b3754cedb8c185dec042585f445277f9f1a8f72e9f832 0.00 MB 1 0
71,152 71,152 0000000000f748f2fa1bdc55a4fa50b0d67dde57aa12750890116029483bc79d 0.00 MB 1 0
71,151 71,151 0000000000c42c9ce72a1205fdab64ab8fedec498aec3bdc862fe4215ade4eee 0.00 MB 1 0
71,150 71,150 0000000000318350b40fa50bb130f6bf5b38acf51d837d3c10f4ae9dab75700e 0.00 MB 2 0
71,149 71,149 0000000000672eedafb716750e911e0f3fab6702876857a25180f971c031b258 0.00 MB 4 939
71,148 71,148 0000000000dfcd0f67d733b034fa835ba5022db37035203bba799fe1d9d9a93d 0.00 MB 4 1,416
71,147 71,147 0000000000500415d28d5ef07d2e5cc74a49ce4071054b23f8d80cf83d5032ac 0.00 MB 2 0
71,146 71,146 00000000008ecbaf9109b055c08eb54d7ffa55f658061ef79d62e9880745bb93 0.00 MB 1 0
71,145 71,145 0000000000d67d803e0c658766f6100ef237eeff76ecdbeb439b20e1deae1e33 0.00 MB 1 0
71,144 71,144 0000000000a61e57ccd857031864a6bb743add4ab1d32ff0d494a831e08ebf25 0.00 MB 3 3,883
71,143 71,143 0000000000e9a2f1617f404bf337fd4214d5a4dff935ba390bf78d59f98dbff9 0.00 MB 1 0
71,142 71,142 0000000000db37d086d184922d0cdf9d2a211472a7efa295e1381a6b51cbeffd 0.00 MB 1 0
71,141 71,141 00000000009685384e2408694f26159ce8874bdfee4eb2dab87846eea82658cc 0.00 MB 2 0
71,140 71,140 0000000000930007632045319f3fc210838f2f8e3059366e06f7443242968c51 0.00 MB 1 0
71,139 71,139 0000000000f051629834eeb62d91c6f283f05b8262d07d851e5efd88bf3005c7 0.00 MB 1 0
71,138 71,138 00000000006f23135c2a5e35418786aed6c9cff493b1c560bf90cd63cafc3dc4 0.01 MB 8 461
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.