Memory Pool Memory Pool Refreshing

5,517 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (632,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,327 275,327 0000000000000000cb7d036f2f0ccbd61b424a1f94d5ad3e496a5301e1395f65 0.03 MB 57 37
275,326 275,326 0000000000000001ab5abbcd6893b68fa71b360047ae68c1397898e42bfe5fa1 0.02 MB 45 40
275,325 275,325 0000000000000000dc90cfd9dd0491fc37501a91d2bfae76138539e7e8f0fe8a 0.15 MB 84 6
275,324 275,324 00000000000000019c7c582192d14fe2f8bf5eeadd0c0b6371c49dd68c5358a3 0.15 MB 181 22
275,323 275,323 00000000000000002149cbb8077a7143bf3e4a7fdb88e4b518534ffa21336271 0.50 MB 740 24
275,322 275,322 0000000000000003c23400bf152f74f8bd71b6bd88229ff9e0da925b834e7eba 0.25 MB 782 85
275,321 275,321 0000000000000000d02e8e51c54d4ac17e59d84590f78aedc79bc2c8490ec81f 0.03 MB 53 52
275,320 275,320 00000000000000016e3a057ceaf304f69d6dea4ddb382d6984fe4ee3e8f9f39d 0.21 MB 277 21
275,319 275,319 000000000000000387e61db7ec635c5b9fc706cb0f8e75d7f016b01a02d65777 0.35 MB 798 49
275,318 275,318 00000000000000028f7229a62048c5401bc1f9e939ff144c15abdf38c0c31091 0.50 MB 1,339 65
275,317 275,317 0000000000000000e75e088a53647fd42f8c4c240f5f7361acfdcfc51c3be75e 0.15 MB 252 34
275,316 275,316 0000000000000003a9aabcca9c53f46ab143498c67c7b315f251205ea7046ca2 0.25 MB 627 60
275,315 275,315 000000000000000239895ad8914109abec4265678538d952bc67828196605e3e 0.21 MB 440 33
275,314 275,314 0000000000000003e30a3c35c2b50bd7d628aa34091ecdcedf07d12b2784a75d 0.03 MB 94 44
275,313 275,313 0000000000000003725d5c22ac7e6cb45ca026c30374ad0a190703db318e3991 0.01 MB 17 49
275,312 275,312 00000000000000031c89c045bbd9dac469b11eed8735a98d36403b456e5cd7e2 0.50 MB 1,200 54
275,311 275,311 00000000000000018032ac1d0c1e88c042a1588d6bead3ce2c2820612709c45d 0.25 MB 304 23
275,310 275,310 0000000000000000e495d5ac0b7193b6b39db5778dea0e36abbeab4bb374e2f5 0.35 MB 782 48
275,309 275,309 000000000000000365c00db38cbcc6b619843675d4616accf12c9f42f573a0ad 0.25 MB 709 81
275,308 275,308 000000000000000241501bf9931f70db101c172100ed6b77f7187990dde0ff91 0.03 MB 98 123
275,307 275,307 0000000000000003bf8ed6acc7b53489219689a133f41e730de954aeb1a0c813 0.11 MB 188 43
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.