Memory Pool Memory Pool Refreshing

10,014 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,134 (650,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,834 257,834 00000000000000031f2361758d02216f3caea591af97a128fd40627343e32deb 0.11 MB 275 113
257,833 257,833 000000000000000c410f67e0272aae18c37d91a759c2ac6540746aca41e863ce 0.11 MB 272 145
257,832 257,832 0000000000000013f4aaacae70f20b0cb34d54e14fdcff9187a71a2f7eb0fc1e 0.36 MB 307 47
257,831 257,831 0000000000000014c6daf6e7abbeb04f6fef6387a492abce9d84bf2ad9f52903 0.05 MB 104 146
257,830 257,830 000000000000002878abfa5fd4074799795c82c73041fbd68e10e984fd6480c9 0.09 MB 227 113
257,829 257,829 0000000000000005e65259a074dcee8c8d11cb754d3d859f3718b2efb799a1a8 0.10 MB 220 132
257,828 257,828 00000000000000157c5541e09c856fe83dda2f42395b1ef94b45dad0b16c3c57 0.09 MB 232 171
257,827 257,827 000000000000001ecba74274890f09e28d4137d047454010cb39eacfb5222d9e 0.11 MB 225 136
257,826 257,826 00000000000000011e712252257bf90b2a6c9f319be3acc12604c307307bf417 0.13 MB 271 195
257,825 257,825 00000000000000090c75498a78f092ac024d084f1b4a5ca665ed9d2473eca953 0.09 MB 200 104
257,824 257,824 000000000000000bb3d5c9367bf42c52def96f726710d16299336ac53d9d4996 0.04 MB 99 83
257,823 257,823 0000000000000015466c9af3fe1bb77941cdda329e563f080a683cfab376fa85 0.10 MB 219 101
257,822 257,822 00000000000000201287c91dbccad6365c669abe11cbc6870180f41c25311f0d 0.06 MB 142 99
257,821 257,821 000000000000001ccc3079d057c6d2b4e0bce1a4dcb9671c6127e6e7ba1af209 0.15 MB 346 109
257,820 257,820 000000000000000cad0d706249b3977f11ce897c572e956baa3e23e49bfa8091 0.06 MB 137 128
257,819 257,819 00000000000000038cad95667931545d933ef06944e7aad9ff408c0d50e0f233 0.02 MB 24 51
257,818 257,818 00000000000000132d10e05b4758dadcf3abe9f583d411c4e87680a3bbeef111 0.07 MB 175 84
257,817 257,817 0000000000000008b89db755b1ec56dfd1f75e83d389b74eba95477eb80a1e0c 0.04 MB 123 122
257,816 257,816 000000000000001a3b7eeb9300633b970dd12d6442138259e83888292ddb6784 0.15 MB 410 97
257,815 257,815 000000000000000ad4355d1ee94ac9f79dad4800888c5ffbd913494695ddf848 0.23 MB 515 101
257,814 257,814 0000000000000002fad60b4a9a338aa7e736d4305e15d631d5fb38986f58cc41 0.03 MB 80 138
Previous 10 blocks ↓
Total Size: 769.80 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,680.44 GB sent, 96.91 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.