Memory Pool Memory Pool Refreshing

2,671 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (10,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
897,186 897,186 000000000000000000004b8c187c0496571738fc9d10326ddad24e162d412fc8 1.51 MB 3,006 2
897,185 897,185 00000000000000000001e6a7f60e4541278442b1a6e6b9335919342b1ef1172a 2.43 MB 2,157 1
897,184 897,184 000000000000000000011155dd9bf495ee961a3fd9269a1d1305d94812e19a07 2.61 MB 1,453 1
897,183 897,183 00000000000000000001b6f9acb30d24eb353910db319f68fb28a44537d8b9b6 3.46 MB 535 1
897,182 897,182 000000000000000000016ff1605bea2299fd5f177dc94dc93b0578427b595937 3.24 MB 638 1
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.