Memory Pool Memory Pool Refreshing

68 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 70 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (54,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,256 853,256 00000000000000000000de6d1a965698d6567f7d7d92f1ea9ed1659f72ef2afe 1.67 MB 3,738 6
853,255 853,255 0000000000000000000256077845d41d19a709b2d4023d0442fbb1df92b40bf5 1.52 MB 3,564 12
853,254 853,254 0000000000000000000256c19a335b2d6a45947bb7719d4c3522b503f6337013 1.63 MB 5,002 6
853,253 853,253 00000000000000000002332e1a719a080085fafdcc1c7d4307ed78b875233d76 1.69 MB 2,914 8
853,252 853,252 0000000000000000000174f174d585e086770c098990fe7135a5fcd9d070ba47 1.69 MB 3,524 7
853,251 853,251 00000000000000000002549114055141527377a38b6e7cfc70581552227d06b4 1.85 MB 3,796 4
853,250 853,250 00000000000000000000f4186a2b9fce8de17f93a1802c003273b285698af578 1.77 MB 3,346 6
853,249 853,249 0000000000000000000288a6ffc1f2153f38c87bbb509c33870791ddf6d55380 1.46 MB 3,042 10
853,248 853,248 00000000000000000000008c7e1a4ede19898a08affcf5a75e7a0a2ee07d1ccd 1.78 MB 2,868 5
853,247 853,247 000000000000000000021eee48ef1b759eff2dae4f79197d84431a93ee6b15b8 1.62 MB 7,122 4
853,246 853,246 0000000000000000000246a678cd15baabe215c5a24b519a40eb59f2300f9fa9 1.67 MB 5,512 5
853,245 853,245 000000000000000000015fb6c4232066e66735caf42477a3ed1caa49d7a4374b 1.65 MB 5,584 5
853,244 853,244 00000000000000000002bee5b703212750545b467eff3f6494598e9fb1cd538d 1.61 MB 4,358 7
853,243 853,243 000000000000000000002cbd239ea7ab0beca909d91169c61122b3ac70d516bb 1.31 MB 1,660 4
853,242 853,242 00000000000000000000b6eac073c9332f899c5e87c94d60a60175ba1fed0d8a 1.48 MB 2,291 5
853,241 853,241 00000000000000000002f963534e7e282d66535e33bd4a06ad7af22a099d79cc 1.61 MB 4,570 7
853,240 853,240 00000000000000000000ce77ee80242a0e29be672f497c23352e7b8faecd1ecf 1.62 MB 3,831 5
853,239 853,239 0000000000000000000029276519793ef18554bde5665616dcef841ce579093c 1.60 MB 3,622 9
853,238 853,238 0000000000000000000186f70d3bcc5e1b30b553d73a9931d70597aeb4375703 1.41 MB 3,135 5
853,237 853,237 000000000000000000016d2af082f3b61e6f5221d492a592b96c1f67de0fbde0 1.70 MB 3,210 8
853,236 853,236 00000000000000000001edf412b8e7b5bbc0aa737b6fff2e8898eb04f371bfde 1.34 MB 3,129 4
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.