Memory Pool Memory Pool Refreshing

251 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,020 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,019 (330,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,636 577,636 00000000000000000024e5a444a7e96b7f2bdf242b9d89437951b704394f0b23 1.04 MB 2,620 6
577,635 577,635 00000000000000000006dd855578e7039cabdd4ba427263141c9eb1491e2b1f9 1.18 MB 2,288 61
577,634 577,634 000000000000000000224740bfa91d51f6d069dd50ba7fac4cb544be1eb66d74 1.15 MB 2,200 65
577,633 577,633 0000000000000000001e86c1d5eae7dd12859bfe157f47a9fcb12405f3fcc7af 1.25 MB 2,802 75
577,632 577,632 000000000000000000129c2f03d501664185d1fd2d7c87a3315f9d9b146a85ce 1.25 MB 2,184 78
577,631 577,631 000000000000000000125ef28d260ea448118d5b125a466e8f915b478a05f9d0 1.12 MB 2,142 55
577,630 577,630 00000000000000000013a575c9ca0c8fa440089bd42c12996928b3db3e3b66f5 1.12 MB 2,026 39
577,629 577,629 0000000000000000001adb23b980fa7426636f5ba4dc676c6b40d07b1c64ddef 1.47 MB 3,636 56
577,628 577,628 0000000000000000000df6fb0a461b474020369b7d51bdf80f07837bb260bbb7 1.32 MB 2,397 24
577,627 577,627 0000000000000000001492cd4b27038aea2e0391ddb8f01a1303b8654b8149a8 1.03 MB 1,352 29
577,626 577,626 00000000000000000004764ae389d020e942e119f218ab5009b3e579123089f3 1.33 MB 2,984 141
577,625 577,625 000000000000000000191776cfd9ae2e09c3e8c88451257cfcb7fb097fd01cac 1.13 MB 2,305 52
577,624 577,624 000000000000000000048d34407894f58801b9c8bbde9687b29e6ff191e3dab4 1.25 MB 3,064 106
577,623 577,623 00000000000000000008c54ba5fb50c1941a0e58b0f78451cc8c35fdea5fcadf 1.28 MB 2,886 110
577,622 577,622 00000000000000000025dc27893721ee46eb3f1ed84a5de450708535c7d4194b 1.37 MB 3,001 139
577,621 577,621 0000000000000000000997a54f0dac387645918d878629cfc456b4ddd2543a60 1.33 MB 3,103 50
577,620 577,620 00000000000000000012f002ab729a53e35fc2cefd08a2f8e5e5929738ce3109 1.37 MB 3,086 122
577,619 577,619 000000000000000000277d44a77d4ded0c7e5f101993c43121132ebb6c5181ed 1.23 MB 1,950 32
577,618 577,618 000000000000000000297e43e598aa20721daa93ff52dffc3657d475a0a9db31 1.21 MB 2,809 81
577,617 577,617 000000000000000000007c1ec2bcd25b906a9cb4b80285d78db26db8175de3ef 1.40 MB 1,603 92
577,616 577,616 0000000000000000000954895933ec70e89511ca31535bec89245a4f3cc5915a 1.47 MB 1,744 77
Previous 10 blocks ↓
Total Size: 769.58 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,650.83 GB sent, 95.83 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.