Memory Pool Memory Pool Refreshing

3,864 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (678,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,606 229,606 00000000000001fb4d21f8c031ee324e4ed949c2f37086bc851aa00939c7a610 0.30 MB 479 86
229,605 229,605 00000000000001b1a81149a38547d9e429aed04b7a41aaba7db087951c8c6f68 0.25 MB 677 207
229,604 229,604 00000000000000cd9d722ee515c21fe11a6e9e893bc2fc05e09e83a149171a1f 0.25 MB 450 152
229,603 229,603 000000000000005143b53fa218684ec3d9d63dd910f5ab91fdb4bda6c5a2c4d1 0.00 MB 5 0
229,602 229,602 000000000000027f693bbafb9de665122275c9764ac742f60625ec34dca29ecd 0.25 MB 192 55
229,601 229,601 00000000000000a990d630852a1e09df2accea6761afbf25013143a938d115df 0.25 MB 521 170
229,600 229,600 00000000000000bbf228fcb546cde14d40e8a284b82395d597d17d04ee0f0492 0.17 MB 321 125
229,599 229,599 000000000000010a8d525d1908c46bcbb2cb917f49ade2b450f57c09480eb661 0.23 MB 484 166
229,598 229,598 00000000000001576f8eaef4eaa4aa6a3fb766f502bd6827c8f78e0ecfdef9fc 0.25 MB 145 21
229,597 229,597 00000000000000f4b4c09c2b4643993f6a16194da0aaebc80833af5a6a968436 0.16 MB 118 61
229,596 229,596 00000000000000b27ef535d85a455aadd1167219f0313afd39449dd824a293cf 0.47 MB 1,129 149
229,595 229,595 00000000000001c0cb32f77478d20f0d978aad57d54e0e99158e77d0da85776d 0.15 MB 323 169
229,594 229,594 00000000000000c7b8d81bfa1f997afa554ae3e756d3c944ae8214579575a7ba 0.47 MB 796 135
229,593 229,593 00000000000000fec543b1ec1efa32300a26ce0ca64d5dd53d0a956a3f3b51ad 0.47 MB 1,274 229
229,592 229,592 00000000000000ccc545ebfd31a9ca76f670f6f2afac0a3e9ae5e466cea1ff2e 0.25 MB 368 86
229,591 229,591 00000000000001bcfb0d1492512f82f7fcad53bb7b21c6d625916a546986252c 0.25 MB 641 220
229,590 229,590 00000000000000c319d39ce300a773af9997170f3b126a2ecc9d089ee0974772 0.07 MB 256 109
229,589 229,589 0000000000000177d2ba16f2d346ec11145fe499e5d35c7d5f973028afb3e60b 0.32 MB 372 79
229,588 229,588 000000000000002f8118fb9cb380607221dc611f2c1eabcb59074fdab55291a8 0.47 MB 1,100 189
229,587 229,587 0000000000000000fddd3f7f5f6ad9962f8b0560d7fdc09eda200785d5973561 0.25 MB 282 29
229,586 229,586 00000000000000643f365d01acdad404329a3c24b82638dc221ce6e81adc90f6 0.39 MB 618 108
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.