Memory Pool Memory Pool Refreshing

6,823 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,443 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (10,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,207 897,207 000000000000000000005d422359c6351b87537a45b22b575e30cfb3763a4caf 0.61 MB 1,660 2
897,206 897,206 0000000000000000000179536af448f685d6d1d49b107293fe59813c5cea08be 1.96 MB 2,842 2
897,205 897,205 000000000000000000022b1c403567ff772ea3375c0cc8dcaf8b5ae7019ffafc 1.77 MB 2,330 1
897,204 897,204 000000000000000000008e10900992562678a9a94489f91cf5422185fe244aa6 0.95 MB 1,703 2
897,203 897,203 000000000000000000021aa40403fd60a5437eaa62c4cc7ce844d4f791cbefa7 1.65 MB 1,463 2
897,202 897,202 0000000000000000000059356feacffa1273fa7a656fa890dba71940c8bfb87c 0.44 MB 1,073 2
897,201 897,201 00000000000000000000d34223c0b762bd4c5b5a5a3d9f0f7ebc09cbce81c6da 2.11 MB 868 1
897,200 897,200 00000000000000000001a6fda47c6339b7b9abd28fb2d8b0ce5f021ad3e28269 2.54 MB 1,765 1
897,199 897,199 00000000000000000001ebe3f0ce1831a6709c231fafaf9239a48fc09ac68823 1.23 MB 2,536 1
897,198 897,198 00000000000000000001a6b8ec105616544f28c223bb9f531788d37f1a420369 1.29 MB 1,742 1
897,197 897,197 00000000000000000001b6e9af3ad7e8748b510afbbdc2c6210fae6142b19a6a 1.72 MB 4,007 3
897,196 897,196 000000000000000000020cba2401b232eb35c8cba207b87ca4a1e99628a7a03b 1.63 MB 2,876 3
897,195 897,195 00000000000000000000d3bbae4dcab51ec67d4cf13359bf25da267360a62a00 1.60 MB 3,360 9
897,194 897,194 000000000000000000014e21bbefcf598fad2f604dc17e7c5d5649389129d0a0 1.68 MB 2,055 2
897,193 897,193 00000000000000000000692f30b8fc208e4f70cefd457a705e9164f1f919e3b1 1.84 MB 3,306 1
897,192 897,192 000000000000000000018263f904993dc4d943bb51c91717fd6f06c2a89abf2d 1.51 MB 3,121 2
897,191 897,191 0000000000000000000249ae8efe4abbf063fac1a9e65876924ba7c6e7ac89d5 1.49 MB 2,159 3
897,190 897,190 0000000000000000000222d4cd29478fa627cea77bf0a8c190e30a7ce8b69d14 1.67 MB 4,032 1
897,189 897,189 00000000000000000000a19c1b0b65227f72ce5ae1367585e3171741797809fb 1.53 MB 3,361 2
897,188 897,188 0000000000000000000029f929dc4dbff11dd9545a1000d2a806444b817ba3d4 3.63 MB 70 1
897,187 897,187 000000000000000000006a348e631a279877d3cebfad96d61c5fdd08a814dac6 1.71 MB 2,786 1
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.