Memory Pool Memory Pool Refreshing

698 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 638 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (762,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,603 145,603 00000000000008883cf14585d169dd351995996884e4e53e64cf320d66d9bed8 0.00 MB 3 96
145,602 145,602 0000000000000389cf12b89cac64c0d304e31679b0d3159204fc8c4d02b791b2 0.01 MB 18 101
145,601 145,601 000000000000035dac7ad511b99006fb7f2d0cabe4af281b168b76527e00279e 0.02 MB 38 293
145,600 145,600 0000000000000468163355b4c2a73b4470de29873f5d8be1c3aaee74a8a51d6c 0.03 MB 80 247
145,599 145,599 00000000000005bf97b92ba74885a69ea15fe75b0519f38a93a0f40a9917b2b9 0.00 MB 4 35
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
Previous 10 blocks ↓
Total Size: 769.39 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,644.42 GB sent, 94.92 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.