Memory Pool Memory Pool Refreshing

2,174 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,758 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (61,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,110 846,110 0000000000000000000164c767b9c5e86c3c496bfad9931c4dd4ebcd4294e745 1.46 MB 5,673 43
846,109 846,109 0000000000000000000041ce6d0684e821891a340fdb312e9b692605fd6cea05 1.53 MB 3,737 37
846,108 846,108 000000000000000000012265505d2934508e571ba647649e4d967691649d0ef1 1.59 MB 4,368 20
846,107 846,107 00000000000000000002d83155f2353c5d37a26f52a524fdb912ba4b722ecbe8 1.46 MB 3,706 26
846,106 846,106 000000000000000000021fba938b35444c6e30c4f41bbdca918060fef4d682f6 1.63 MB 3,235 20
846,105 846,105 0000000000000000000010b98a646f8bafa8dd6d4f14db9051dbd74ea28d5229 1.49 MB 3,982 33
846,104 846,104 00000000000000000000718aa65fe2ba5a7a220766b73c6fe1aa4dad92e12883 1.47 MB 6,091 32
846,103 846,103 0000000000000000000222b3b21d7fcd948482bd26eb0e893ce4edd8387a4fad 1.48 MB 6,232 41
846,102 846,102 00000000000000000002e6a90eb007b038682837a260d167af7a1563c33c0294 1.50 MB 5,837 30
846,101 846,101 0000000000000000000201a658fb4aff92b17d253c11c4b38e7ad1038e97381f 1.57 MB 6,296 27
846,100 846,100 00000000000000000001ea63ce744752784fc395986d59ee4c8b8c5e90e1bc5d 1.47 MB 5,814 28
846,099 846,099 00000000000000000001dd0f8cb194c8b7f1fdc283145caabfaa7598e6dcef10 1.49 MB 5,137 32
846,098 846,098 000000000000000000008b3a37b18c8bb213e5ec8b324f519dc986e4af6d6a4c 1.57 MB 4,588 20
846,097 846,097 000000000000000000020d1313a38a1e4692307e71bbf13029bc0621a8bdf91c 1.45 MB 6,371 29
846,096 846,096 0000000000000000000314f6d6d734fb9569fdaeb4a1a045487b3a25cf88686a 1.47 MB 5,228 30
846,095 846,095 0000000000000000000095d4c392814047f65a050576e3e8017779238e263c49 1.47 MB 3,632 22
846,094 846,094 00000000000000000002db857187f2499ec1bb51c00f12c5e1ad2f3c2e272bc1 1.61 MB 3,433 34
846,093 846,093 000000000000000000006c6c2f5f793c9feee8dc9349da879e8babe6a3fdc5dd 1.49 MB 3,177 47
846,092 846,092 00000000000000000002f77ae970a1784d7d17efecc477d060e9a5566044688d 1.53 MB 3,737 37
846,091 846,091 00000000000000000000fa50831c9a007b51af52df25a0f96d2e30fd1688c6d2 1.58 MB 5,702 17
846,090 846,090 000000000000000000003cd331d7079ec864d34ec5dbebc174fc6c26ba0be450 1.51 MB 3,550 31
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.