Memory Pool Memory Pool Refreshing

3,122 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (721,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,502 186,502 00000000000006d2d2980c98eef3cef909506c50671220b0c605398af205a3ea 0.25 MB 167 65
186,501 186,501 000000000000029a8c2051564be5a9375842044904a033349d73d95b91b97e2e 0.05 MB 133 8
186,500 186,500 00000000000007fdde6f714c606fb2dcb791e664c092d1b05d68063b97b4bc11 0.10 MB 307 152
186,499 186,499 00000000000003430e7a28b8de4401d57bf934f339098d4937f83e7cb4bc25e8 0.02 MB 54 27
186,498 186,498 00000000000001c679340d6ed88b7dc6ac04980ac217d842f2e7210f19e6eeff 0.18 MB 256 89
186,497 186,497 000000000000070c6f8a28d874a60b06927185c8513abcf271c96fee24992b44 0.00 MB 12 250
186,496 186,496 00000000000006bb383aacffce3295b7a418ae430b0ae516e5b20aacc273fdec 0.03 MB 43 13
186,495 186,495 00000000000000986b9e84ab73f959cda74668170bdb6a8642f5e52f492eeb6d 0.06 MB 150 65
186,494 186,494 0000000000000411f19eee1cdba3fe1f14b091b20abfc91772d4b21dd837bae1 0.03 MB 68 27
186,493 186,493 0000000000000352834246f0d31696ce11e0bb6f5c867e634d00f5899adc12c9 0.27 MB 557 238
186,492 186,492 0000000000000084d3e65fc783c8c681b0c7f0a01584a82b8c557deb2029457b 0.14 MB 304 113
186,491 186,491 00000000000007dccaeb9baecfaa5cc2282869e112e4d2c907b7c0f60c02a339 0.21 MB 473 120
186,490 186,490 0000000000000299c7a6e360b586215e6ca0388e8bf1b03ea6ddfb781ff96998 0.06 MB 149 120
186,489 186,489 0000000000000476bc410dc1d1e3e423c9d514109179035129c1ff6fb47dcd0c 0.04 MB 135 6
186,488 186,488 000000000000008bb03e6c14e8a98854ce66c49d1b3e2154b10846e33678ceea 0.14 MB 375 128
186,487 186,487 000000000000025d1b2b70fd1ff7f16976cf43bef89eed2cb63b6153f406a338 0.05 MB 118 104
186,486 186,486 000000000000084479de5ad77e9d1f0d3bdbf1f3bf41981002c4619a1556b9eb 0.06 MB 151 133
186,485 186,485 00000000000002cc300c8aeacbcb3997fa2a8aa32ec2f138c29ffc4768c65495 0.21 MB 512 125
186,484 186,484 000000000000066dcde2c509fb58c37e1d826f8fd98472fcb6baccd25f94ec77 0.05 MB 144 33
186,483 186,483 000000000000010d9a7f169805601941fb7f23c631e307218c1e66a63da524c2 0.00 MB 10 0
186,482 186,482 00000000000002490b4cc001008b8d0d0c09631255394e46340384e4ca85660a 0.09 MB 250 121
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.