Memory Pool Memory Pool Refreshing

9,764 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (752,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,109 155,109 00000000000009fc6b36d1941f04f5fc9f80b0c23f7df2fbfcb1f0a34b09ca7e 0.05 MB 28 77
155,108 155,108 00000000000003a36394ffc5179550d4392707a0bfa2626e6cdcc650d67ae400 0.05 MB 143 58
155,107 155,107 00000000000008d09f0f8ef4ab015a9b1a54fab78a784f18bab6b86b12c9a484 0.02 MB 30 151
155,106 155,106 0000000000000b56f9b4f0c68a6de03b402dc16ddfc5c90f474ec756ee6b9c52 0.00 MB 10 16
155,105 155,105 0000000000000d911b097a021d4bddb32bb60c9aa74846ac6325133f7694df69 0.05 MB 117 42
155,104 155,104 000000000000020309546ac0973603430600ef51c4f58fc5357f1b4b8fa17d14 0.04 MB 65 78
155,103 155,103 0000000000000b698a05120a59f4135c4e411f4658312b19389fe2a3173d0a55 0.01 MB 33 280
155,102 155,102 0000000000000bebcf6e1dcf1ac00e162eda6bcb8a50911a6abdd5706e988970 0.05 MB 112 80
155,101 155,101 0000000000000901b71ec71696cedf3a3ed2711a203969eda94c676db90a33df 0.00 MB 11 14
155,100 155,100 000000000000069dddd875fb01f0c6505b21f6aeb5e3e6f6ec8739cdd4e43346 0.02 MB 46 117
155,099 155,099 0000000000000b56141aad689cc67a45b799487c404c4ab87cd0cd82e156abb8 0.03 MB 64 148
155,098 155,098 000000000000016fd316f36aeb4a6ba5ffb40684696fa6bbc2e13f07c24ae912 0.00 MB 11 845
155,097 155,097 00000000000003c651f042171c1eadb1a745ca87092e8a678fbba07e477538e8 0.02 MB 53 169
155,096 155,096 00000000000008b8d2edd824a0888de05d30137b941ab94e9360c67d870e6ad0 0.05 MB 65 54
155,095 155,095 0000000000000afee6508a4f2539554b3457c6b7f42b1940a333ca4499880ba8 0.05 MB 182 30
155,094 155,094 000000000000022840c70a19dd09f2127c1d22af4c6e84c1cfd6b9f9914ef2f7 0.01 MB 21 47
155,093 155,093 00000000000009f928d10290c51e7354c7495b82fbd45b668cd701798f1e75a1 0.02 MB 47 227
155,092 155,092 00000000000003517f8425d03b2c8109da33c6b8f0dc0179618922ec2a04bd25 0.01 MB 20 0
155,091 155,091 000000000000071a0bab88f7b05ee57d549a49df631a4467d40179570434e4d6 0.05 MB 127 106
155,090 155,090 00000000000004845e47587f568a2f3ade2108131347d0afaa5e98b3115e2441 0.00 MB 12 43
155,089 155,089 0000000000000df4954ca57df3383ace48990cd7ee9f93b0f51b894a3c04e23f 0.01 MB 9 893
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.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.