Memory Pool Memory Pool Refreshing

1,097 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (327,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,201 580,201 0000000000000000000d0a2991c61bc802fa81ed9a1ae65946bc54f54b4d353d 1.10 MB 2,271 53
580,200 580,200 00000000000000000011079c3cfa5fe6f0cdea9126b5f5d3eda72a8716e5c299 1.17 MB 1,479 20
580,199 580,199 0000000000000000002004e28af222a1bfb3ed9c18b41b6228b0b87c96bed455 1.38 MB 2,019 75
580,198 580,198 0000000000000000000d12d31dfcdb6cfb83392d7240a45b08459bed413535cb 1.27 MB 2,301 77
580,197 580,197 000000000000000000045d6d965bdf39acb1a68e009c9527e708fdc47d549dc1 1.51 MB 1,208 93
580,196 580,196 000000000000000000003a3c0fd816585c55b3b5ebda4c2fcc4b2b7257c7870a 1.46 MB 1,508 137
580,195 580,195 00000000000000000021b0701aa86aaf21065f0aa30f3f5799b4d621150a9413 1.15 MB 1,382 24
580,194 580,194 0000000000000000000d4ad2ac4d1f3f88ad1c029f5dae592f44d5e520e23f63 1.32 MB 1,997 97
580,193 580,193 0000000000000000001b2c5637f7d63501487414fa9661887fdd8e6613fa129a 1.16 MB 2,318 40
580,192 580,192 0000000000000000001f4211616fc2bf7cfeb1c0ded0ee7740411e7c00b176be 1.29 MB 2,591 79
580,191 580,191 00000000000000000002dc67c347f05ca3f7b281c37824e4a0ac2406c5db4c5e 1.20 MB 1,364 74
580,190 580,190 00000000000000000017c3e9dfe3965a25b69d630d8d6c976ff7e8985360a13b 1.32 MB 1,583 85
580,189 580,189 0000000000000000000d63a6a02d35eb98845ac034f57e976bb95e9001a91197 1.36 MB 2,053 102
580,188 580,188 0000000000000000001eb36e90b90cb7c34fa58673971233da1e9d9ffd731304 1.26 MB 1,819 96
580,187 580,187 0000000000000000001c824feca83608effb62dc78a436c996a62fdcd4df9f04 1.13 MB 1,094 81
580,186 580,186 0000000000000000000c067e9e803e2381dad9e4d9920ea73560ddcbb97359e7 1.23 MB 2,413 109
580,185 580,185 00000000000000000010fea03fcb2427d2ebfce348c618514aeceb0099f44de2 1.20 MB 2,408 105
580,184 580,184 000000000000000000208bba616b17ffc635670743ac3788388a155d69f7c052 1.23 MB 1,583 51
580,183 580,183 0000000000000000001a8297a4302f846ecdecfa6d3ecf88c9b2052e4efac9b1 1.50 MB 2,669 76
580,182 580,182 00000000000000000021b39c3bcb563d033c42a3e819ff9da3e47ba9f24b4a85 1.29 MB 2,078 129
580,181 580,181 0000000000000000001bd5d6f18954a11cd95e5bf6fb0f6999a26a1d4f0355ad 1.40 MB 1,880 77
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.