Memory Pool Memory Pool Refreshing

7,166 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (762,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,598 145,598 0000000000000159fd60338d1f24cb23e04bb76978f1ac8b42548d431c68b3c1 0.02 MB 80 7
145,597 145,597 00000000000002c20622d12c87eaf0d02d609a01a0d83d3ff9ff12100aa52f67 0.04 MB 90 280
145,596 145,596 000000000000090ad14e55a5d6d4569097924989dd1b0970acc64842e5f0ecbc 0.04 MB 89 205
145,595 145,595 00000000000000d2a87faee9f5f943a5a40d61a6707080ca9c912c7719a31282 0.00 MB 8 312
145,594 145,594 00000000000007e8fc0004e22166842bab64477c2ea82df82f187187465f6061 0.05 MB 31 1,224
145,593 145,593 00000000000007e9fe0c8614157e9a830b342ef60e8ea4d9a2ab7ff23a488573 0.05 MB 135 57
145,592 145,592 000000000000018145329fb7674dd760ed542fc0c4a96f5d5b0bcdc54cf37c5b 0.05 MB 111 120
145,591 145,591 00000000000007a3c37807835cfb2486fba5e707791d3129dc66dc46703d1671 0.04 MB 100 248
145,590 145,590 000000000000057198928bcc92ecd1b37bce8adef75678ad8b97eb5135ff2044 0.02 MB 21 139
145,589 145,589 00000000000006899b52a54114bb32d1d2c90a2135d55b68489201464ae5da4e 0.03 MB 62 98
145,588 145,588 00000000000002bdf2f52aa2515efea6ede9e9c913ca388ef1ddaa265e123843 0.05 MB 146 104
145,587 145,587 00000000000007a78b2ba7c20d103a63bdeb7b8fd107f4e9956e3735eafafe9f 0.02 MB 37 126
145,586 145,586 000000000000018475f77c1d890ebc4f7a6a472f4d4c9316518b12c0b3932271 0.03 MB 32 88
145,585 145,585 00000000000005d0027fb2fc7c6c897df13f4693b10f9e1647c0f4c7547f1d9b 0.05 MB 125 196
145,584 145,584 000000000000007f08ae4fbfbafdfaf4b3df09620846a8fb14ab7b77bb431fb6 0.01 MB 28 215
145,583 145,583 00000000000001f3f0c96fd74693a71b9beb2a35ce5e95ac14e69c71106807b0 0.02 MB 39 174
145,582 145,582 000000000000088af7066813117e4b600dc8680a7f69a9a094876d5bc5a3a553 0.04 MB 63 319
145,581 145,581 0000000000000427db79ad29d40a0855c9922c689d969d545f7708e0424be1eb 0.01 MB 34 11
145,580 145,580 000000000000060b828e700a8f28f182e0e0d596fcd14dcd779b42f4ef1291b6 0.01 MB 31 133
145,579 145,579 00000000000004e31930b28a187a3de15089ce31de16ae68c3ba234ff741446f 0.02 MB 30 762
145,578 145,578 0000000000000187bab9d67d473ac0842d07bc94e8b94bec616784f9c70b6f1d 0.04 MB 79 72
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.52 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.