Memory Pool Memory Pool Refreshing

7,932 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (163,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,204 744,204 00000000000000000006f691705f29406b7e750b385b7b90de9ff749fc0c06f0 1.65 MB 2,425 10
744,203 744,203 00000000000000000000cd9015ef721af2df6f877b5ae8f6f4e4d943d901b4dd 1.59 MB 2,198 11
744,202 744,202 0000000000000000000667afd71caae59570e27be8a6a11f265363cf76ae25b5 1.26 MB 1,620 18
744,201 744,201 00000000000000000007702a1350f8c66d32d78313fed37c64551cc2d4103e7b 1.37 MB 1,769 20
744,200 744,200 000000000000000000050fbbf751f0594e21ea0a622233821250fbe1f893fe41 1.37 MB 2,911 31
744,199 744,199 00000000000000000008b1e7260c3713917ca961e404b952cd675b5bab7439d4 1.60 MB 2,969 10
744,198 744,198 00000000000000000006dbde0a298af064e45b570dca259e32a50444b408fb91 1.53 MB 2,305 10
744,197 744,197 0000000000000000000182b001a2c7ec1e4c76d34cf239877193b1dce5dc4121 1.55 MB 2,953 25
744,196 744,196 00000000000000000006372b2c5cc5d00090957243c48d6d2caa6a8036be83d3 1.69 MB 2,433 14
744,195 744,195 000000000000000000042601265261af6685b8b22c71df4f9633d42ee23f15be 1.48 MB 2,704 25
744,194 744,194 00000000000000000003bdb7fb691519190300aea2126f71586e5a904943ce30 1.41 MB 3,319 34
744,193 744,193 00000000000000000006097af10b955cf849be69da1a22811e3ffa2280ecdc2a 1.65 MB 2,890 13
744,192 744,192 00000000000000000005fb1184350573d2db325c0634eb82a6d230ef1a88017c 1.22 MB 801 13
744,191 744,191 00000000000000000004e989eb594f70106c863e1adfc5fd03480c664e63ea67 1.46 MB 2,853 28
744,190 744,190 00000000000000000003bc48023ebc983a8bb922925ec65cf469ae1cfcd42dff 1.29 MB 2,000 27
744,189 744,189 0000000000000000000185e0594fd6ba6c985ab7011f77cb2909a0ed43c8a325 1.68 MB 1,434 5
744,188 744,188 0000000000000000000077192a504e1e33be27809f07d4d61015fcd5fe61df57 1.66 MB 1,779 11
744,187 744,187 00000000000000000003037bbbca8a1979cd416ee50f639fa477c4f03ca458e4 1.69 MB 1,730 11
744,186 744,186 0000000000000000000768e0641c784a96a36c9ba364c64ba8ea0489da660d4e 1.58 MB 2,617 22
744,185 744,185 000000000000000000080e3308aab615e86e4241e7d4ed4364500edd38aa90ac 1.72 MB 978 3
744,184 744,184 0000000000000000000911a778d27f3bf56dc60a076c674a2440ca4e002dea0d 1.71 MB 2,366 6
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.