Memory Pool Memory Pool Refreshing

14,215 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (721,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,625 186,625 0000000000000029105077e28c77738c0b3fe3250eb0a1e05b04ece691aa7153 0.18 MB 502 584
186,624 186,624 000000000000057be532649cdba9e497df5d1068bd2756d9bfb2ab366ca567b8 0.05 MB 137 61
186,623 186,623 00000000000008d860764b8ef00bd1f1e26601151ee2621af9234e416bb1843f 0.20 MB 457 139
186,622 186,622 00000000000007145b8be4b3ed639eb8442c5b0845b1abc225a5b220510908b0 0.04 MB 122 9
186,621 186,621 0000000000000593258dc53e5500b8bc0b2b42007afbce3c4a14638fc9272f19 0.01 MB 19 50
186,620 186,620 00000000000004f57f88e7c3193c20a89467034525a57c8aad661cb5eb92fe5e 0.11 MB 221 106
186,619 186,619 00000000000001810b4cf68cca55f6b3119bf5ff07d1625ed0ce1cdaff823bf5 0.31 MB 773 130
186,618 186,618 00000000000000f7ca2db8a6090943df3acb7c96af21c8d6b0c3b4ad5e1196a8 0.01 MB 32 215
186,617 186,617 00000000000004fed148a5e1570aa4a6648489b46203d41843b05f83b1fe097a 0.05 MB 160 118
186,616 186,616 000000000000041ac37051e2127138a6b901fe9666fee6a552b43edb7a9d6103 0.25 MB 475 117
186,615 186,615 00000000000000150c00c4a41adfc8d62886dd5fe2940d76860e06781ab299a7 0.05 MB 163 164
186,614 186,614 000000000000040e3adc47bbc7299fae9030f5fcb283967163f2534b7bde3447 0.05 MB 128 163
186,613 186,613 00000000000009254768bf436fd1b3498312442d79208896a4a7107a275e3e16 0.16 MB 427 120
186,612 186,612 00000000000000e7e2df014291cd5a2ae999f402596c6678636176ea5093abdb 0.01 MB 32 178
186,611 186,611 000000000000003daef8195a1d98a9f4155f6f565bf6cd94b8b0945c8200cecc 0.20 MB 495 147
186,610 186,610 000000000000019646c92afd44df8418a7c1798c5ef51664828d8caf132f4936 0.25 MB 582 133
186,609 186,609 0000000000000111556cdcffed22223f5c88db13fa6c6bceab5bdb0c83b5521c 0.05 MB 135 241
186,608 186,608 00000000000003900ba5a6f57d029e8133e081282e379dd7ed67898d65db8509 0.24 MB 534 121
186,607 186,607 00000000000004e58f054e0f3a3d86497f0a8998cef3c809f8afb5efba0099d5 0.00 MB 9 14
186,606 186,606 00000000000009342ab630c323263fad9d88d10be1dfe40b7f4a63935bdfa11f 0.00 MB 2 221
186,605 186,605 000000000000032fc23becf629d5a4f205c2f01a7d55aae8b4e6eaae9840de8c 0.04 MB 136 104
Previous 10 blocks ↓
Total Size: 769.02 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.95 GB sent, 92.96 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.