Memory Pool Memory Pool Refreshing

5,590 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (653,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,778 254,778 000000000000002429c4c3c1704f64f7ad857d723e2ebc1877ec8e5331d5d718 0.18 MB 397 110
254,777 254,777 0000000000000008c5c6ddf8388683d22febe56c8681267831047a4abb86f4c6 0.10 MB 233 117
254,776 254,776 0000000000000040244fdbd6b51d64e84855440404396d87876c4494fef8a9f1 0.11 MB 246 120
254,775 254,775 0000000000000003abba18c71d9b879083dea6c744cc6c2796f60491c7e53259 0.25 MB 604 97
254,774 254,774 0000000000000000cb377523227b972896bb00de6fb9d7ee1fd9c1b4a3694400 0.17 MB 385 103
254,773 254,773 000000000000000cb158a8d8c368d7a958120bfc5bdbadee9d52f4b4ffb47a7b 0.02 MB 37 69
254,772 254,772 000000000000000ad6c0e74f2c673550778b7f70b8ea6a157f49bb078b055220 0.48 MB 1,182 105
254,771 254,771 0000000000000019ef454540eeaed1675fa3646a65039cf83351a07c96c8a332 0.06 MB 145 158
254,770 254,770 00000000000000069b2e766337fadadbc89b8bd700f42eddb0c0c670395568f7 0.18 MB 346 93
254,769 254,769 000000000000002bc8cfd8a1caef6b0f62ee438efe89e1f2bee8a290d81b085d 0.10 MB 272 140
254,768 254,768 00000000000000123c2392777c0fa08e1f9fd5584e39ca11241de4169e86674d 0.22 MB 318 57
254,767 254,767 00000000000000123189def2352573adb7126d5629855370aa9e40455ee3ac3d 0.25 MB 721 108
254,766 254,766 0000000000000038cdd978f59dc0e83d815ae4ea10cee80a8e6aa55442006b55 0.25 MB 672 120
254,765 254,765 0000000000000002aec689d5de7492899499298bad98e25633fd330d63047f65 0.14 MB 353 114
254,764 254,764 0000000000000008143ccd3091ca7805f9ba87fa2dc169dee048b11d0c756716 0.14 MB 299 89
254,763 254,763 0000000000000005119a65b90f4dbcb7836ba9c8494f61c336600cfe3f1284f1 0.24 MB 503 96
254,762 254,762 00000000000000341ce4c59f486b8190d7b523811f97663d11471bd97926a9c6 0.12 MB 326 68
254,761 254,761 0000000000000023eb0afb33c7ab6a04f9aff847b6d4d59092917c94308d06d4 0.14 MB 272 125
254,760 254,760 0000000000000013f139032c309d5cb1f67639dcea9e6c3b88682d89f9bb66a2 0.06 MB 140 132
254,759 254,759 000000000000002627fdf8fa7f6df82c9cd96c0463ec515c2f46771bad3a6b73 0.01 MB 20 86
254,758 254,758 0000000000000011b0fc4763eb6d8e69e4bc1cdc59370d849ad6c368fb0e43f2 0.06 MB 122 83
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.