Memory Pool Memory Pool Refreshing

11,044 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (686,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,699 221,699 000000000000038a0a7f94911063b29b212d9388860f6f77c1ed23b5c4c9b043 0.26 MB 517 351
221,698 221,698 0000000000000071e7bee3eb276db477127a7e9e9e8f53d4dbf9e2d064ede0b9 0.13 MB 257 161
221,697 221,697 00000000000002b0489180abe450811485dad6caec2986b053ef91bcd19a143c 0.04 MB 114 42
221,696 221,696 00000000000002dc945c686482ce69bf670b6a573690c26442be0c6432f56a58 0.16 MB 407 231
221,695 221,695 0000000000000289d669c6a1584f0031eb1114078bc5dfccbf98372f126977ac 0.15 MB 285 163
221,694 221,694 000000000000042616ed78183eb41ae359eebc9a7cd5f6d596bd56a95b2a3dbe 0.11 MB 256 202
221,693 221,693 00000000000004ff6a285da7cc9eb4cd29e0028753a24238eb80064d19a8500f 0.24 MB 581 223
221,692 221,692 00000000000000e9385717544eb1c6457969f07ff3e168d127db78b57b22977f 0.10 MB 215 166
221,691 221,691 0000000000000485ee46ff221f4caf659a2f6d1d451d8b4248b3bc14bb6080ed 0.12 MB 230 175
221,690 221,690 000000000000013ba9470477203d54df75187ac2694543309dd3f6f3753c09a7 0.20 MB 184 84
221,689 221,689 0000000000000291053e2aed8a2351ff1a75b6c37c6d98893108371bab7135f4 0.25 MB 534 190
221,688 221,688 00000000000004cec7e47e600a915900f481f580c7f41bddc2f57c2caabbd4cc 0.05 MB 131 201
221,687 221,687 00000000000002131e587b5e03fc237991e61013960c8b268b040e228ee648e7 0.07 MB 75 30
221,686 221,686 00000000000002f98f65d08bc41b9f97b2eb18af6012d777b974b0462f8b9be5 0.15 MB 284 182
221,685 221,685 00000000000002ed2f35d58f97a1fc22477b13c30cfb1d7ddf7c731b5e164bcb 0.04 MB 103 163
221,684 221,684 00000000000004f96758a20ff6704012cc58eaafae96c4ffe81753c9979da75e 0.25 MB 618 187
221,683 221,683 000000000000011bc9335bb74a62e67c17a8824eb2b17876594ab8589635b638 0.15 MB 340 191
221,682 221,682 00000000000004297641fe3fa8b320b2e92edaf2d18095bb954dad7b065ec910 0.24 MB 537 171
221,681 221,681 00000000000004348a9b1d066c049aba7b63d034c1adb4e144d81c2c5537d265 0.25 MB 580 191
221,680 221,680 00000000000000a96676e7d086e52535a1631aac5f7e83dc1d72c29ae221cf60 0.18 MB 380 167
221,679 221,679 0000000000000258436ee60536b152d3f6e32f8daa299eb3577ba1ab232964c4 0.00 MB 6 49
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.