Memory Pool Memory Pool Refreshing

3,483 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (16,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
891,093 891,093 000000000000000000024779ac5b95a7e54a509fcb5d697d06c2cbca5414648d 1.48 MB 2,697 2
891,092 891,092 00000000000000000000c13b4644b399ee389365fbd44d7563e18bfef08f6e43 1.53 MB 4,015 5
891,091 891,091 00000000000000000000b355584897dd9e29643936f4b95932b6710be8cf9d88 1.59 MB 3,015 3
891,090 891,090 0000000000000000000161d3823ca6e93609a10e86957c2528182d319ad32bfe 1.61 MB 3,417 1
891,089 891,089 000000000000000000010453468869e6988767f4a00896d1a9e4d031038a68ec 1.98 MB 3,097 2
891,088 891,088 00000000000000000000aba2a3ea01c1cfbdffe50f4946efdf4afbe8bde96f2e 1.68 MB 4,159 3
891,087 891,087 000000000000000000020ce6cf0851d908b831563840b2b72cdc9ff4fc10a9f5 1.61 MB 3,514 4
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.