Memory Pool Memory Pool Refreshing

10,407 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (774,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,244 133,244 00000000000001a1b64567ae876fb4ac4559f1726ed7ac324600667296e55cb8 0.01 MB 39 1,096
133,243 133,243 0000000000000268e02871bc602d767b2345ab4b9eb8483827138fcebb1313d6 0.01 MB 22 894
133,242 133,242 00000000000000bab01307e70081c22673d9d6dbeffac11f9ef85b3281566390 0.05 MB 121 3,643
133,241 133,241 00000000000005b8f3a7929ce5ecccee443d780a85f4c4e921e43575831ee9ad 0.05 MB 86 129
133,240 133,240 00000000000001cd9952dff9725c9aa74cd44a8b94e22ac949f7e990f6560395 0.02 MB 54 1,181
133,239 133,239 000000000000073e03524df263e77b961fb3f49beaf68f7bb9f6edbefd51ba75 0.06 MB 129 618
133,238 133,238 00000000000002ac350c3b8aa499e00fba09064890cf8d42de4e6a3422e53142 0.03 MB 47 219
133,237 133,237 00000000000006288f70622cc9e45535411c1b30d44d64e1ff26851fb70f5395 0.06 MB 104 697
133,236 133,236 0000000000000c14a6f80c1573209229f8d8d851becdee21405e2fc74da5f28e 0.00 MB 1 0
133,235 133,235 0000000000000aaafd8c0c811ac8960ec9865b5253a5d997faddf6388dbf446a 0.06 MB 133 1,891
133,234 133,234 000000000000022864244e4888c871189fe15ab87637a3113d5dd6bf41baa728 0.08 MB 196 1,178
133,233 133,233 0000000000000464742a8d6147c4ef3a0d41658f643d624555a1cfa9c80aa0f3 0.07 MB 146 1,279
133,232 133,232 00000000000006de0b10cc05ec5d7d0cae8f83300de363eb87c2124dfb1f187a 0.06 MB 134 423
133,231 133,231 0000000000000090dc8b2105b5d3caecafbcee6031af636f09fab1ce80fb34ee 0.05 MB 51 1,252
133,230 133,230 0000000000000763ea3a40cb614ab58430785e88f2041a0ad2d8fd6b92e28075 0.01 MB 24 414
133,229 133,229 000000000000014568b6b875d4b23fedb3c9f51c5d4e3640eeb029b263b4098d 0.02 MB 64 440
133,228 133,228 00000000000009a4f32ecdff577bc239d46c14af081508823baa15a47b5579c1 0.05 MB 23 1,624
133,227 133,227 0000000000000adc4244aa8089e01e0db33175c32b8a47b3590f4c3c1b945da9 0.03 MB 92 210
133,226 133,226 000000000000024c6906a0345408f93a03ac696d5e10d79d0889bbfd8606e495 0.01 MB 14 703
133,225 133,225 0000000000000a8c839cdbe6e783dc1b206679ca350e1d6460966c2434f56be4 0.04 MB 138 2,116
133,224 133,224 00000000000009208e1eb7ff68e0642ebcc94c7298e77a90f01ec55ab69a4184 0.00 MB 14 918
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.