Memory Pool Memory Pool Refreshing

13,457 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (620,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,891 286,891 00000000000000009a570e46ce284499626042bc179c9f8e57d5c744ac988abe 0.38 MB 588 29
286,890 286,890 000000000000000132662ce39d483b097bac293e9391698dfc63da0c90679f56 0.09 MB 167 34
286,889 286,889 0000000000000001175d48cc8f1ec0d12751c099fdd6d4dddc353ea83016a0f9 0.50 MB 885 42
286,888 286,888 000000000000000014c369bfa166cc5806f176ee0f2c4d0b7d33ae4169078bc2 0.07 MB 121 27
286,887 286,887 0000000000000000f64bc230ad52bbb8b2da57803dc1f48e931434956c88b4f1 0.03 MB 66 26
286,886 286,886 000000000000000025b5a6f34cae05284398c6f5179b7d9ac228be355a12a980 0.42 MB 706 31
286,885 286,885 0000000000000000ea90fb8159059cd530d9231e77df81d94af21afe742a57cb 0.35 MB 704 35
286,884 286,884 00000000000000012775dd78243c489e4ab805c51291fbebc7bb1b659cfa7091 0.16 MB 246 25
286,883 286,883 0000000000000000bd1779a6cc2dc0f5c52f19513d42303cf32e85749e77c79f 0.20 MB 98 12
286,882 286,882 00000000000000010aa809cd404764f37856e1a2d2d75ac7c8a3504ab1024ed8 0.06 MB 132 38
286,881 286,881 00000000000000012c129bc1311e3f66cc0a1d3299fadc3eecb9f1e3d9a05965 0.35 MB 810 33
286,880 286,880 000000000000000114482afb306da60bdb760594988b0a50b6b25d85846b060e 0.06 MB 190 73
286,879 286,879 00000000000000008c8b7cb20ac3030982aebc968502d8a76421b901f7c1ca80 0.09 MB 149 44
286,878 286,878 0000000000000001150ee139c23a71671ebf2c362e6d32b77f21a32b2b69573e 0.11 MB 185 29
286,877 286,877 000000000000000038c7c629cd8b124c1dc26fa8b0323b64ad71d44b693e5344 0.09 MB 104 12
286,876 286,876 0000000000000001293068adbf25721070a52ce262488acfeccca5a1903ff4c7 0.14 MB 300 35
286,875 286,875 0000000000000000ca7139b5c01bfdf27e22122a99583a9360869b126ffc0cee 0.36 MB 635 34
286,874 286,874 0000000000000000c3bb7a697ef8552724db574efaba4d74fb387e69c00ea747 0.20 MB 329 33
286,873 286,873 000000000000000131307a85e79391bd956523c60442363e57169be60e399634 0.04 MB 76 26
286,872 286,872 0000000000000001328b1e0583835870af15ce7cb9dfb78d84c34a7868759f6b 0.22 MB 355 30
286,871 286,871 000000000000000125fefd213df89df63a69328af77813a8e6ff3489d6eaef1e 0.07 MB 143 55
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,624.72 GB sent, 93.00 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.