Memory Pool Memory Pool Refreshing

3,782 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,652 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (391,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,887 515,887 00000000000000000034dcc79e5d98d3a3cb6e21c5adac0fb41b8c3387414d8f 1.14 MB 2,632 30
515,886 515,886 0000000000000000004fae8f2344377cf93b08648501a0ccb1e7cd17b641b8c7 1.16 MB 2,725 27
515,885 515,885 000000000000000000437b341d40d45e68b64645074244d19cb4568516cd7591 0.08 MB 195 43
515,884 515,884 00000000000000000026b166b7f100d228c954882c9cb824ba7d1cd0a12a0e8f 0.69 MB 1,580 31
515,883 515,883 0000000000000000000952aff40562701a142ed0c01bc3baf722d6c60b428dd2 0.31 MB 579 14
515,882 515,882 000000000000000000405535f10045a7815b859f2a6985e37b47db65c4a94a2e 1.11 MB 2,457 19
515,881 515,881 00000000000000000028a6a22cabed74c28e1f456d14313fbf4ea3d629654fd3 1.18 MB 3,184 27
515,880 515,880 0000000000000000004c4ddbbd2a4b0cd913785c2c01b335f4dec8ec884e09f2 1.12 MB 2,092 49
515,879 515,879 00000000000000000010a312f06f7c9f1ce54c5a89e2157c460897feb21eb123 0.21 MB 453 29
515,878 515,878 000000000000000000397affd2f28f6d9aad94f52a228e4a44537a3171f5d584 0.28 MB 498 41
515,877 515,877 0000000000000000001e3c22f1f51c6ba5ccb57077921affe987e1c9936087b4 0.97 MB 1,737 38
515,876 515,876 00000000000000000002390b8441f669dbf1cdc5c7334bb4a1f3f3284814a114 0.23 MB 493 27
515,875 515,875 000000000000000000400f69fc0a650317f8c5cd32e612e4e6e414d4d57d33e1 0.47 MB 832 48
515,874 515,874 0000000000000000002044a0b345d94c856f57b8cc969cf7ee08864759031295 0.12 MB 251 3
515,873 515,873 0000000000000000004e9060f5249b3547ae49e37cd0abef2c284429252fe572 1.14 MB 2,140 45
515,872 515,872 0000000000000000004eff8465ad54c39a68a105c9f7236925c7eed142f4eb56 0.47 MB 1,157 25
515,871 515,871 000000000000000000183760ce2658743eec914682c072b3b96b539aecd941ac 1.14 MB 2,672 29
515,870 515,870 0000000000000000001956c5528e71410d41f325a028cf512182583f554e73c5 0.11 MB 241 48
515,869 515,869 00000000000000000037092cb2492b7a36b784337d8a9caadd730935873a9d11 0.80 MB 1,525 27
515,868 515,868 0000000000000000000c0cbdc64d95c473a4915b7c6198962524529a0660d6dc 0.47 MB 641 16
515,867 515,867 000000000000000000254f7fcd7a3f875150bf5646e6cd53ed3610bf30f2e7b4 0.69 MB 1,391 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.