Memory Pool Memory Pool Refreshing

7,639 transactions
8.82 vMB
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,668 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 247 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,667 (7,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,114 891,114 00000000000000000000e23ab93f552fcf0245150eef9e612017342bba34a1e9 0.41 MB 914 3
891,113 891,113 000000000000000000012dc31f1eda3996cbc39deb1b7279a1885fbbf22f99b9 0.49 MB 586 2
891,112 891,112 00000000000000000000a169d7542985c340c5b6e56291a0da244fbc0d26123e 1.35 MB 1,542 1
891,111 891,111 000000000000000000021e244d7ffd223d598db32169b2349e7b0a28c0126297 1.52 MB 2,826 3
891,110 891,110 000000000000000000000a6ce7397d98b37b034ce1a7bff54ebdb85b0f16539a 0.53 MB 1,111 2
891,109 891,109 00000000000000000000b946c8d26985267e53d9dee54398d8d0bd54e009011a 0.90 MB 1,829 1
891,108 891,108 00000000000000000001f0030e0c3d6aa44dbf80e96622c5bd065967edf6b37a 1.62 MB 2,973 2
891,107 891,107 00000000000000000000606f5fb16cb2de888cbc42315ebad03152d2882c5323 1.58 MB 2,287 1
891,106 891,106 000000000000000000001d354ec2d370b0485783ab4bfb9c8b7af07a10de8342 1.34 MB 1,073 1
891,105 891,105 000000000000000000014887e5e6ae3fd069ce5cce98da4d2e2d77ad5a31d8ab 1.37 MB 2,133 2
891,104 891,104 000000000000000000011be15e3f18900420ed2af617e08688c19125abc0905b 1.35 MB 1,415 1
891,103 891,103 0000000000000000000015ce1fb3932858dabb4cca88836579ccd1302a0c4bc7 1.22 MB 1,085 1
891,102 891,102 0000000000000000000071856ff292d579a0f5af22316681c1659a60aea2cf44 1.37 MB 1,437 2
891,101 891,101 0000000000000000000221f08bf52e0678033314b4da01a0fb956890a8b1f55a 1.33 MB 1,609 2
891,100 891,100 00000000000000000000560df764942c13b19fbc46ccba88633afe5b2095ac76 1.62 MB 2,901 4
891,099 891,099 000000000000000000022da05060dd89763dce4aea0076b4077ceb0b65c45c68 1.51 MB 3,799 6
891,098 891,098 00000000000000000000534e66c3f4e0287c05d3d11bfd647077e9865bee7bef 1.40 MB 1,662 2
891,097 891,097 000000000000000000006b5e5c75bfc84edf8709c883cf62b4e7655cc36ed78a 1.27 MB 1,232 1
891,096 891,096 00000000000000000001f682bb28d14cc8989a935843244b664ebe2d3c621c42 1.77 MB 3,648 3
891,095 891,095 000000000000000000018a20d2f2f8ba2a2445d947df5f7891e3462cce50c367 1.61 MB 3,677 5
891,094 891,094 0000000000000000000020ecf71ebe6c15311185d2c55c2d53fd8ce00523e808 1.35 MB 1,930 2
Previous 10 blocks ↓
Total Size: 753.74 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: 419.49 GB sent, 18.62 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.