Memory Pool Memory Pool Refreshing

4,670 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,841 (74,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,432 833,432 000000000000000000016dedc0b807af4d9b0559ec9f573b708cadbf31d53afa 1.66 MB 3,298 87
833,431 833,431 000000000000000000002043f4559a74c93a64a4b559c60d049aeff39b4755a2 1.84 MB 3,055 47
833,430 833,430 0000000000000000000168bbf15efb9d552318d9f64bfc5da665b5e52124e9e0 1.76 MB 2,765 46
833,429 833,429 000000000000000000035e7a47cbb9310a4e4289f50a6c0777e2891c05250208 1.58 MB 3,405 79
833,428 833,428 0000000000000000000291c3f8ad243f1f53d82ed56a165aabae6876eca082d9 1.71 MB 2,599 56
833,427 833,427 000000000000000000016863aa9111abac730f4bfcabc1f15eaf51a15a63a05b 1.56 MB 2,805 59
833,426 833,426 00000000000000000000f2ae1e87f157917ed74adec022c0e876c4ce6cb1ed33 1.61 MB 2,984 62
833,425 833,425 0000000000000000000316386fda1ac09a4f28b279e86d5109d1b79bd89386ea 1.64 MB 3,196 69
833,424 833,424 000000000000000000023532b9e90333c9abe6aac74d6ffd6f06709ad49a4203 1.56 MB 3,814 83
833,423 833,423 00000000000000000000edc6ff84cf95e529b11fdedefa22e36aeba482ef2964 1.54 MB 3,453 97
833,422 833,422 0000000000000000000068b180b0981010a483f57a01596d11d1abe2cab71178 1.89 MB 2,621 28
833,421 833,421 000000000000000000025e2bed87472ab7d66f1c01bbe956546fa3e0fffcdae7 2.25 MB 2,058 47
833,420 833,420 0000000000000000000101a9cbdb5148d33686e530cc2e7f46ebb23c5a91ce21 1.81 MB 2,965 48
833,419 833,419 00000000000000000000cfb5b73f0c31b307bb07b15f8fe1accde5af45873169 1.92 MB 2,891 49
833,418 833,418 00000000000000000002fbbbbfae5f14fffd7efdddaa47b67c71af05d206feec 2.05 MB 2,658 44
833,417 833,417 000000000000000000019bee5b2762567d47395a19133af31904e6b6161bfb6d 1.61 MB 3,284 81
833,416 833,416 000000000000000000026650b2c7375d9fe077b52529160ce76d014adaf0979d 1.97 MB 1,312 35
833,415 833,415 00000000000000000002099c50545d29c2f2b33408cb1c5a370cdd9d74c1d4cf 1.75 MB 2,910 55
833,414 833,414 000000000000000000013a3d5fd51739a445270ce0ee285758694e4589670d51 1.57 MB 2,484 45
833,413 833,413 00000000000000000002a597d5a203d8f06a2eb7826c9b48b8b92e7a9b7b6454 1.64 MB 2,666 52
833,412 833,412 000000000000000000018113f002bead13d53486ba0bf7b5242535f9621a9807 1.62 MB 3,350 72
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.