Memory Pool Memory Pool Refreshing

4,535 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,830 (131,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
776,203 776,203 0000000000000000000370b165bb7e41106afacd327450832340e024a0eb7665 1.52 MB 1,345 17
776,202 776,202 0000000000000000000584fc886e0b5dcf2ffcde4a7551f4cd9369c211bef1d5 1.21 MB 685 14
776,201 776,201 00000000000000000004c9ba6264c0808541d1d0496366228e1caabe2ffcd79f 1.09 MB 790 15
776,200 776,200 000000000000000000053458955acae3459eb12f99acc55f272effd529d21e4f 1.40 MB 1,947 19
776,199 776,199 0000000000000000000600e896d5b934eb80c8d1189f8f3236af63a2a0170b00 2.76 MB 1,613 8
776,198 776,198 0000000000000000000144d0dc2ccfde5bf82cc29e5134c2b40ba218a1e13751 2.23 MB 2,428 15
776,197 776,197 00000000000000000007194cff05aa2d78e91391a241681dbe509ac350156e6b 1.53 MB 2,539 19
776,196 776,196 00000000000000000002c44533b730da0eb9618e174033821ec114ad65a25306 1.23 MB 1,590 23
776,195 776,195 00000000000000000005c13a10f0895fccbc3ae03a9d70f1a1a84ab4b36975e3 2.61 MB 978 5
776,194 776,194 00000000000000000000dffee48e0279570b09ca4df002eddb30ee6824d0649a 3.02 MB 854 7
776,193 776,193 00000000000000000006b7a2cd4ebf39c25ed570f12a05b9a6a70484e02e4241 3.00 MB 923 6
776,192 776,192 0000000000000000000172e3aa7b6f0d1e1b06873eb24fd60a8a9743a72c3456 2.39 MB 1,173 5
776,191 776,191 0000000000000000000342aa55dbee3528d5f6b3802dc5e28f23b9a0e42d5095 2.43 MB 2,305 18
776,190 776,190 00000000000000000000b1dd4454f6f94768c405d980ba006bebcad28bad9dc5 3.01 MB 1,508 7
776,189 776,189 000000000000000000072cb04af0bbbac447e13219476241240b34ab9df50e56 2.43 MB 2,156 13
776,188 776,188 00000000000000000003d870757ee866b0e9e6ddf534aae8ff309651e71a5f73 2.51 MB 1,799 13
776,187 776,187 0000000000000000000343fc43134154ebb322c26a2a438633228947340e3b5b 2.86 MB 1,794 10
776,186 776,186 000000000000000000027a331150360bffdcdee53d875b3825658a6748a18f7a 3.17 MB 805 3
776,185 776,185 0000000000000000000661376d12f09de42e6f96fcae0b991f475522b62cea3f 2.07 MB 2,283 8
776,184 776,184 00000000000000000000b063bbe181ac73a5ab6f64dd74296f7d5df8b27abe6c 3.22 MB 1,068 8
776,183 776,183 0000000000000000000135952afb96d46ca72a8975f963fa7d2b06bc4cc98ec6 2.76 MB 1,664 11
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.