Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (857,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,667 51,667 00000000029d227a64edb10dce4836cb1c63bc0abbcafa7fcdae02985bccab20 0.00 MB 1 0
51,666 51,666 000000001a5337d5982419d4914acdf81e6d4b5c663c24947126d28ec43f26ce 0.00 MB 1 0
51,665 51,665 0000000011c74243801ad5946f37920ac607e350546f504475deb3fc645d9b68 0.00 MB 1 0
51,664 51,664 000000000fcb446df7b3e4d3214526da4c150ce23f07ccc26e400d9b51de2662 0.00 MB 1 0
51,663 51,663 0000000012d738ded649415d96cfbebee3b961026cbe97ef20b973aed8dda8c1 0.00 MB 3 0
51,662 51,662 0000000011b528db8515a430b0ed3ad0c3db7c9b57341343b9e5016a65dff0b8 0.00 MB 1 0
51,661 51,661 000000001546e0d0beaf50211a3c0ad676f56d18808c452289611a278007b211 0.00 MB 2 0
51,660 51,660 00000000015f0356f8c03a91eccb78d28f630f5700b9ff94c2e7d65af020eaeb 0.00 MB 3 0
51,659 51,659 00000000068e55c9e7ca0d7f8f7e1d95057e45b56ae5f465839ef44d5e409c29 0.00 MB 2 0
51,658 51,658 0000000002b87726c9bb254dc6ae6cab1b2523a17b072b423ec9fa8db1dae0d1 0.00 MB 1 0
51,657 51,657 0000000009a8b460caf03a855a36817cbefb01a40d63b414e2161048d62aa3e9 0.00 MB 1 0
51,656 51,656 000000000ec225ffd7ea3ccc2251e189afab3117510272bcfc9a95ef65644f57 0.00 MB 1 0
51,655 51,655 00000000068c223e67696ed6d84274eae7071c3551ecf0161e0939c7ba994b61 0.00 MB 1 0
51,654 51,654 00000000089ade3a942d3044cc448a5d60913b18d325ea21eae9de88e0d3d007 0.00 MB 2 0
51,653 51,653 000000001c1edf930bae6ec769776eca28125d3b7239c4532d68a82a95fdefcc 0.00 MB 5 0
51,652 51,652 000000001d505bd4b66b11ddd5577ab7333c024b09b385941f79343adab383af 0.00 MB 1 0
51,651 51,651 000000001abf41bbf8f457f9e4ac5855a06ada719ce72e80b1ca8f2beee91852 0.00 MB 1 0
51,650 51,650 000000000f8083f29629d06966c27cc44ffc25812db9a29990c962fd41bfdff8 0.00 MB 4 0
51,649 51,649 0000000005a4e1d6d75fdaa6a0bdb7522b25210b3c95c588e50bab06f55f2847 0.00 MB 1 0
51,648 51,648 000000001cc5f63623f86e2b155406d6f69decd8aa740c9eb06ebdd17df182e6 0.00 MB 1 0
51,647 51,647 000000000695214736a09458d9a7cb346498ca51c57b86702037c7116217ba3f 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.