Memory Pool Memory Pool Refreshing

496 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (27,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,762 880,762 00000000000000000001366c7b742397b381743c929878190763175a711f4471 1.76 MB 3,448 6
880,761 880,761 0000000000000000000078860d3e5cac7a4c0aef831e9601aae4ed60618c62ab 2.17 MB 2,950 3
880,760 880,760 00000000000000000000bd0d6228247ee821e15b9c709f53a57a57fb499aab61 2.07 MB 4,009 3
880,759 880,759 0000000000000000000114dccb9701ccc4017eca55b7bffa759d48360a72904f 2.39 MB 2,406 4
880,758 880,758 000000000000000000024d473ad7d1f0e909323babb16cbc6bdbc76c556cc345 1.72 MB 4,098 3
880,757 880,757 00000000000000000002724a2207b6d24e9d1af148b6ccd6233b9644409a552a 1.62 MB 4,085 7
880,756 880,756 00000000000000000001e237374c65e278ba73c534a3ee297f4f6d0f5b5fb942 1.77 MB 2,959 3
880,755 880,755 000000000000000000001bae0ab65bdc88b934c6334326b8d49759a6afe48444 1.60 MB 2,945 3
880,754 880,754 0000000000000000000015cdaef783ae11a6296042c9c505d2209fe77c78c83c 1.57 MB 3,747 7
880,753 880,753 00000000000000000001783fd08e9c450ff4563b7eb7590a89d71403e6dd381c 1.65 MB 3,767 8
880,752 880,752 00000000000000000001fd6e6faa96b0a823e8f36f973257cbdddd3a70a9093a 1.12 MB 656 1
880,751 880,751 00000000000000000001806a6401bc27c56e81d3b3021aea7d8cac0f60031478 1.32 MB 1,269 2
880,750 880,750 000000000000000000023cd433c4a36a795f0eca3f61779939af031674b59bcc 1.54 MB 2,726 4
880,749 880,749 00000000000000000000fad099ebccacbf447a6f499c3b1be64edcc5748ce061 1.63 MB 3,874 8
880,748 880,748 00000000000000000002302a217bdedfd6a609675841961d70c2d291962725aa 1.94 MB 341 1
880,747 880,747 00000000000000000000a9c3b75aa118f3fb7958c819c0da2ffa20112e36b4b8 1.59 MB 3,174 5
880,746 880,746 0000000000000000000048b55d5501915a346b78869f70c036dcb030d91da2e1 2.00 MB 1,027 1
880,745 880,745 00000000000000000000b9b36857e7ef7a340ae3bafec6736cefb7ae4177be4c 1.68 MB 2,021 2
880,744 880,744 0000000000000000000010895c8246c5e2f53712925a056fd20914e80ad5709c 1.70 MB 733 1
880,743 880,743 00000000000000000000a30f0a2af4e5a4f091e5ebfc3884f5565d9fb6fe9e1b 1.48 MB 2,194 3
880,742 880,742 000000000000000000025575666ac494c9443d7c889878dbd239e7eedd0d35a7 1.69 MB 2,403 4
Previous 10 blocks ↓
Total Size: 769.38 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,644.11 GB sent, 94.85 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.