Memory Pool Memory Pool Refreshing

12,746 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (764,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,630 143,630 00000000000004c5ff0c3424846139f676961db872f2be5a29756780c2981e53 0.01 MB 26 202
143,629 143,629 0000000000000092d54fef9029f0de90872c558a9f1e75bcae750556c3b568b7 0.01 MB 40 18
143,628 143,628 00000000000003d385109d108bf7fec41ef08ef8ca0ebcf6deda70f090471c94 0.05 MB 129 118
143,627 143,627 00000000000001de032468a73a1fd496471e196fe215c3e0cff6e487ab530828 0.00 MB 4 129
143,626 143,626 000000000000003d8480ca0460a6f58224db83e8cf754d30872f7776f28d4844 0.01 MB 27 166
143,625 143,625 00000000000004ee110a0b1d81420022f3771a6508b8a33cd8bb0e789434867a 0.00 MB 12 788
143,624 143,624 0000000000000216159df25260bcecbc8048e73c02639297ac3500e7ef58a4f2 0.02 MB 47 189
143,623 143,623 000000000000010697b944836cf782cadd36a1936a17682eb6d11e7fe6268c18 0.02 MB 64 64
143,622 143,622 000000000000032dfeaa4c0a19667757ede0ff0e880aa31e0b8c7e487cb90839 0.04 MB 88 107
143,621 143,621 00000000000002a7507bf9cd61f53f68788d85ca80d879fca83b153b7f67fa42 0.00 MB 12 368
143,620 143,620 000000000000047de00ac35c16f719cbfb53425606cfa15d499052d7f0db9467 0.01 MB 16 214
143,619 143,619 00000000000006017114d2672801ed30bfc15b1d1602b0784a2274c78ed9809f 0.00 MB 12 701
143,618 143,618 00000000000003641e007114994d3ad9a2a99b1fec952002304116dd88e48b61 0.00 MB 11 17
143,617 143,617 000000000000069d6105038cdd50f5ba4d31372c638c2a9ad1a0a158cb447f3b 0.00 MB 10 0
143,616 143,616 0000000000000121c93384dd1e4cad25e06d20416e10fae7dfb176a02188dff6 0.03 MB 79 349
143,615 143,615 000000000000076f0cbc33e02bbbac3a1d18249cca5fff460f7849da75221549 0.01 MB 24 140
143,614 143,614 000000000000010e18a21401ad9295232970195900394da349f96b37cd9da09f 0.05 MB 167 167
143,613 143,613 0000000000000952b6332814360eaec6ca6747a27c71713c34759292775555f2 0.02 MB 22 66
143,612 143,612 0000000000000821afd974c2c599e43c95f7b630cb64cca9b20869ec35a40bd7 0.03 MB 117 35
143,611 143,611 0000000000000409c8c7eca060c224d2e5e8b9b717f36c72bb9b16dc53f0877e 0.01 MB 26 794
143,610 143,610 0000000000000126f9d86d724a9139413c2b5159b220ffe4e7e9d27aa2c81b48 0.02 MB 49 129
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.