Memory Pool Memory Pool Refreshing

1,604 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (823,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,788 84,788 00000000002253969e7645721105879c7070e546b67d9a4c563b8d2158ca1bf3 0.00 MB 1 0
84,787 84,787 00000000001ae3a45e0ada1b930c5359f19b6c4f3411ed920f82405efa05f682 0.00 MB 1 0
84,786 84,786 0000000000104d8d614f29cc01625b1d5d28448e39e803fc1b16d0f459d23204 0.00 MB 1 0
84,785 84,785 00000000001dbf8c0732853a28e14da378128a39f19e9bd172fadcc7598c25fb 0.00 MB 2 0
84,784 84,784 0000000000043a9c437ce79732592331bbeb99e0b8101c30cbbf6c81684092eb 0.00 MB 1 0
84,783 84,783 000000000017f8b804bd1b76c304d03868957f5dbdffc9607c3a31b2c2cf4991 0.00 MB 1 0
84,782 84,782 0000000000142ecee770ecf8dc5c367f0cc033fccfda6281e03e7eb7286ca1ed 0.00 MB 1 0
84,781 84,781 0000000000280bc44d4d9736c4bb62655d882d9358058dcac48ab2edebf8faa7 0.00 MB 1 0
84,780 84,780 000000000007ed827ed308315b7ec6c2c1859b0c14c02704df171c6964abefe7 0.00 MB 1 0
84,779 84,779 00000000001849484857eb1a76a515698722fba940d8841c9963fa83334e8627 0.00 MB 2 0
84,778 84,778 0000000000199a07703bd74bada7eb65661e1bf24df901230f8228ae9e09c75b 0.00 MB 1 0
84,777 84,777 00000000001845462d5683b83cb1b2619d293eff49b9ef5dd017ca1c6618d3ef 0.00 MB 3 0
84,776 84,776 000000000021fdf44d7fc8a6a9e4c28cc62e21cef6f2770475584b4411f6e409 0.00 MB 3 0
84,775 84,775 0000000000154523f893a0ae678523bb11d45354106c9280554d4625addc8ac8 0.00 MB 1 0
84,774 84,774 0000000000270e5e8ea13401f7bd7e44086737b0f16a7a3a38e92616c15b0e09 0.00 MB 2 0
84,773 84,773 0000000000298377df094a667d4ccb2bdb6420a6564f3d26cb4b7cee1dfc56bb 0.00 MB 2 0
84,772 84,772 00000000001c41f62032b2044ce94683bb186f631da51f5cea9d38825e681876 0.00 MB 4 0
84,771 84,771 00000000000585377bef5a1493ee9c74fa5eff5a151d9dbab959fe3577f34c63 0.00 MB 2 0
84,770 84,770 000000000027ddb452ad25a78b46a7a9d02b62037b7ebd2c65122c3a0e0eb9da 0.00 MB 1 0
84,769 84,769 0000000000213254d69d28907aa2d7809fa35d377d623285131ad921664f1169 0.00 MB 1 0
84,768 84,768 00000000001827867c22fdb065e332ed2904661477f0e36add6f9cbc3d669cbb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.