Memory Pool Memory Pool Refreshing

5,340 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (612,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,469 295,469 00000000000000002c325f91edf437bd22949d46e6f507dc95b0bf374eac3fb7 0.18 MB 512 57
295,468 295,468 000000000000000064b6e4b37c079710deefe09927e721f614dee6554f1723eb 0.07 MB 135 32
295,467 295,467 0000000000000000126c403a2a48bc51a93981d731c40055a2c18bd60e950c4d 0.03 MB 64 28
295,466 295,466 000000000000000064335488d653591bf534c19a0e061ce15828cf0c964a2d68 0.07 MB 138 37
295,465 295,465 00000000000000003b4315f130d2b77b2ab9a97504b1889de043494945c7fa47 0.20 MB 316 27
295,464 295,464 00000000000000007022badeac289a9931c0b1bdcf2949cfb36f2c354e394a99 0.03 MB 68 46
295,463 295,463 00000000000000001df6431d86df7d3cd09a7383a19e2e44a1ec7251a90ba9c2 0.26 MB 591 35
295,462 295,462 0000000000000000481ecad6e4d8a35bbd3d9297988aca908353632b954bb6ca 0.07 MB 112 18
295,461 295,461 0000000000000000820bf9915ef89b89e40c1033613bd05473c8e1dd90f5b72f 0.18 MB 290 28
295,460 295,460 000000000000000076699c482cccc8401fada84cf0f3f8001094500d608c8a5c 0.35 MB 766 36
295,459 295,459 00000000000000004ba5a02b261a940c95bc52b6a04892e296923d2b8e05f8ff 0.16 MB 316 31
295,458 295,458 000000000000000047fb37335452ea452d9094e82fe277fb3e598ea7c0235891 0.35 MB 640 32
295,457 295,457 00000000000000008c1981c2ab0c20cc1e694b0ccef5ac5e868ae5247d330d10 0.35 MB 576 28
295,456 295,456 00000000000000006be1084434a364f7f6cf994cb165b73e4730cba870327726 0.08 MB 28 7
295,455 295,455 0000000000000000698a76e42b71c0b6a413f6f07925ba9abb789285cd35f0e9 0.35 MB 564 27
295,454 295,454 00000000000000001a627d76bd77ed03da4026dfc092dc7f40f148283b5f5b86 0.13 MB 256 38
295,453 295,453 000000000000000049e4497a199f10bb7d3c8e0fdb3ac1c16c899563fbccfdd8 0.20 MB 261 23
295,452 295,452 00000000000000007b761178a8c0eca453fb7c13434c1616bd11a0f0117bc19d 0.03 MB 64 36
295,451 295,451 00000000000000002eb8f0f3c81cfb9ff379cbae85371c71ddb0b4e017025ed9 0.41 MB 539 26
295,450 295,450 0000000000000000b27f47d7cafd40f53503a74d2a24d74d9b626e278b704b4a 0.35 MB 920 46
295,449 295,449 0000000000000000ac9551ffcbb4f4c7c59a602e64d322fab27cfaf01cda94de 0.21 MB 72 8
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.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.