Memory Pool Memory Pool Refreshing

17,917 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (621,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,175 286,175 0000000000000000e47e08a893c51cd58114b0241eb73feb73dfc0f3a77bda7e 0.27 MB 676 46
286,174 286,174 000000000000000034cfb6c2802f6397bc6a409bcd2ad806a07c5ed5daa1f7e8 0.07 MB 160 34
286,173 286,173 000000000000000075f44317618d73bed7728973535a237c39755db8d4e9f296 0.22 MB 479 36
286,172 286,172 000000000000000151b16d2b5b68291d9e31389b357dd29e2e5afa903b879870 0.07 MB 104 23
286,171 286,171 000000000000000180699fc0e554123d4d8495715b4cf6b0fcf353001e69df69 0.21 MB 436 44
286,170 286,170 000000000000000197a192d67e565aafd6bc360a1faca1b36a43ecfd20723af1 0.11 MB 261 57
286,169 286,169 00000000000000004ec2392c848a51e7b971d4c101ab3732e648af122cce4f26 0.12 MB 225 33
286,168 286,168 000000000000000171563c79158ba953885715c26ee2b92629abd94a3e42fc2f 0.10 MB 210 18
286,167 286,167 00000000000000011310e0b8364cce133cd5f3a4e9b7388100a830aa507dfe74 0.28 MB 616 33
286,166 286,166 000000000000000123cf21c569a1857ffc9ff2b352f5a04c20ad8d0e6bc90e79 0.02 MB 66 38
286,165 286,165 0000000000000000cc71946d6b88853e49a09f1fafc93f8262ac3e8cf67939cf 0.24 MB 560 46
286,164 286,164 0000000000000000f25ef889bb230363d714fcbfcd75b5502bea9003984d413f 0.18 MB 403 47
286,163 286,163 000000000000000012a53aa941cc73ad29539a3b1aeb3ad535d7394c5763e751 0.36 MB 772 36
286,162 286,162 00000000000000004d063246efbfcc3cfe6943e76fff9e6b7b09f09f3e149266 0.20 MB 399 64
286,161 286,161 00000000000000009c95c6cc2c884da7bacf37a6e60e6ab66111d067de1c1097 0.23 MB 559 53
286,160 286,160 0000000000000000dc0c4300813db7aa9a5ff0df56d6628ad7cc3076084deda1 0.00 MB 1 0
286,159 286,159 00000000000000019ee64ed56c452ef7ac02a7f7e1edc3402789d65b046b8373 0.18 MB 249 24
286,158 286,158 0000000000000000989b64e207e060783fe826df94951bdac92c5f2912036abd 0.35 MB 938 74
286,157 286,157 0000000000000000558944f80a2f1a46fea352882a3cfdfdb3ffb96bd85a0a20 0.15 MB 297 40
286,156 286,156 0000000000000000723ecc68bfbd3526717e7e646da3d6aee5f519ba6143c8d6 0.05 MB 105 25
286,155 286,155 00000000000000017c451ed374c850163897e0c4fad9ea1b3e77432fd0c79842 0.19 MB 469 56
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.26 GB sent, 92.99 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.