Memory Pool Memory Pool Refreshing

7,152 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (744,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,544 163,544 00000000000003056918a80781f1cbaf73dda7c46c6df413a816a54d56790c58 0.01 MB 37 0
163,543 163,543 00000000000000e2a6226791999ca7b4b31e83777d5548e78cab13bd0855ae85 0.04 MB 92 123
163,542 163,542 0000000000000c873e7a53982a07a31dcc4261f6089e1617d0cc73fb1cd16245 0.04 MB 76 275
163,541 163,541 000000000000048373ef26e963f41f7f185442365a08d85322e19dc8be8616f2 0.00 MB 1 0
163,540 163,540 00000000000003e7e60698a7d6c4e012ac3cf3ffb0c252a4948a27a18e2e6244 0.00 MB 5 62
163,539 163,539 0000000000000a8617a266cbd011d98997848afec46abfa776ac1ce0d3491c39 0.01 MB 20 240
163,538 163,538 00000000000003dbbacffae7a5b7f50c2f95e2de4ff83563d6295925b7cfa4ef 0.00 MB 9 44
163,537 163,537 000000000000053fd6b1063eb06faad9c580cb43b9bad17d31f80c0fbfa1fc5d 0.03 MB 83 40
163,536 163,536 000000000000099ac96406ab86627dbf8664d22683d4cc5cbcb045bb0e2e9751 0.00 MB 7 517
163,535 163,535 0000000000000bc21d07d5e60094887610d053d482ac2a5a5307ea4234bce69c 0.02 MB 38 110
163,534 163,534 000000000000034347e196d0cd8dac01021ad1429e4a9577c6a338f830ebe4c6 0.02 MB 56 209
163,533 163,533 000000000000066634c5a552e53ecf79ca9eecfc364d626298fbfa990307bca7 0.01 MB 21 1,316
163,532 163,532 0000000000000ad0ce6ba980b4091a459837b2509f847cb838885835cd87dd75 0.03 MB 55 163
163,531 163,531 0000000000000c5ef03dc9ac83add144b5132b9e0092e1c8ef883b92f65871d1 0.00 MB 5 34
163,530 163,530 00000000000008b6b60d4c133d6ac0afda182da72330ecc770ae11b584b55638 0.00 MB 12 124
163,529 163,529 00000000000004a060e780a415aec2d61f3a76be179031c09c122a2857df45f7 0.00 MB 1 0
163,528 163,528 000000000000081809c5a771407f2899f53fcd3902198c483088a1525612bbd3 0.00 MB 14 935
163,527 163,527 0000000000000b218387ccf510d2a7fb686c98dad78a8d24dd6beed9e358f807 0.02 MB 56 194
163,526 163,526 000000000000021c2853a2ddb39b560e962bf6cf0c0978bcebd361462ce6ecb1 0.00 MB 11 282
163,525 163,525 0000000000000cadcb0576bd0c38f79aecbae8db260fbd03b4465c408b3b8c22 0.03 MB 54 34
163,524 163,524 0000000000000b9ac33def2f57a694e447a0eba450e6e5ee494a17ba7df0bc2e 0.03 MB 53 91
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.