Memory Pool Memory Pool Refreshing

3,707 transactions (0.97 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,029 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,028 (350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,678 908,678 00000000000000000001b20fd416b4a6d2deff94d659db34b96d03c7574d1a93 1.90 MB 2,168 2
908,677 908,677 000000000000000000011e45827ac4c6aa3086b64fa9af94d608b43a2445f27b 2.17 MB 3,016 4
908,676 908,676 00000000000000000001e3ab2695b0b6447fc458477920b394912da98e6d7dc7 1.69 MB 2,048 2
908,675 908,675 00000000000000000000227eccdbf508654eec44492f5bf61f25bb7977f76417 2.07 MB 3,743 1
908,674 908,674 0000000000000000000127ca3f488b3b81f37b2cdec648abd64ba1fb70c3db2e 1.94 MB 2,587 2
908,673 908,673 0000000000000000000171d18585b340aae762120c526210a9ced3f6d087e9b0 2.06 MB 3,676 1
908,672 908,672 000000000000000000015fb558163c8306a65d6d74f1b3de142edeaf0abc4b36 1.82 MB 4,921 0
908,671 908,671 00000000000000000000a52ed35a74b2d567cf6de65fd3cf0b54c36e5c715177 1.87 MB 1,997 2
908,670 908,670 0000000000000000000215dd0cde64d9a547e08174228ae21d516c821db8204f 1.96 MB 3,007 2
908,669 908,669 000000000000000000004a38a5849e567ccfc4642d883dfa758f289e330f9b63 0.57 MB 1,193 2
908,668 908,668 00000000000000000000a1d79c55509cac680c397af8f8ebd437e44cfbfe75bf 0.85 MB 1,811 2
908,667 908,667 000000000000000000017bf778553c7a93aab39321d4e28100e342a846786b2b 1.76 MB 3,388 2
908,666 908,666 00000000000000000000580c088619fa188e54bd7ebf0fb45e5c6f0d30e3fc87 1.62 MB 961 1
908,665 908,665 00000000000000000000358b49ed9430e29592343664d2314d783dd70e05b580 1.48 MB 2,807 3
908,664 908,664 0000000000000000000086c5965d6fbf14a63f7c54927d84c5594d681f6628f1 2.48 MB 2,782 1
908,663 908,663 00000000000000000000960cb93274ccdf6954e69b296fed4e33fb4d368182ef 1.60 MB 2,960 2
908,662 908,662 00000000000000000001ac960a909611e76bad61c248983f1c3e8b3149c419f7 1.05 MB 2,020 2
908,661 908,661 0000000000000000000106b6b2c55ddf9c12a5dc1691d9024bc66e17ea366b44 1.55 MB 2,888 2
908,660 908,660 00000000000000000000f341dff21f47887495d2588480b4c86a60405528f730 1.82 MB 4,165 0
908,659 908,659 00000000000000000000ff501f59b7d7c07a4b1a4adde34bc15f01c52bb5ccaa 1.30 MB 2,272 1
908,658 908,658 000000000000000000007725500ae40aafcb40e2fbcd58e0a883f3598f3b33e0 1.62 MB 3,266 2
Previous 10 blocks ↓
Total Size: 771.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,871.01 GB sent, 105.44 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.